12
votes
8answers
358 views
Why are plain text passwords bad, and how do I convince my boss that his treasured websites are in jeopardy?
I've always been of the impression that storing passwords in a database as plain text is (as someone else here put it) a Very Bad Thing™.
Historically, most of our server-side coding needs have been …
4
votes
7answers
1k views
How to remove duplicate words from a plain text file using linux command
I have a plain text file with words, which are separated by comma, for example:
word1, word2, word3, word2, word4, word5, word 3, word6, word7, word3
i want to delete the duplicates and to become:
…
3
votes
6answers
247 views
Security risk in storing SQL login info in PHP code?
Hi everybody,
First time reader, first time poster (woo!)
So I've been implementing my login scripts for an informal website. Not likely to be compromised, but just to be safe, I'd like to ask if …
2
votes
2answers
110 views
Best way to convert HTML to plaintext using Python
I'm working on a project that involves converting a large amount of HTML content to plain/text. I have a custom-written module that does the job OK, but I'm wondering if there's some standard tools to …
2
votes
3answers
224 views
Justified plain text from HTML
I need a plain text representation of an arbitrary HTML file (e.g., a blog post). So far that's not a problem, there are dozens of HTML to txt converters. However, the text in paragraphs (read "p …
2
votes
3answers
213 views
How to send password securely over HTTP?
If on a login screen user submits a form with his username and password, the password is sent in plain text (even with POST, correct me if I am wrong).
So the question is what is the right way to …
2
votes
5answers
182 views
Best way to store urls locally
I am creating an RSS reader as a hobby project, and at the point where the user is adding his own URL's.
I was thinking of two things.
A plaintext file where each url is a single line
SQLite where …
1
vote
2answers
52 views
Converting HTML to plain text in PHP for e-mail
I use TinyMCE to allow minimal formatting of text within my site. From the HTML that's produced, I'd like to convert it to plain text for e-mail. I've been using a class called html2text, but it's …
1
vote
2answers
41 views
how to Sort out Mysql odbc connection strings stored in registry as plain text
Mysql odbc connection string is stored in the windows registry as plain text. So someone can find it and view my database.
How can I sort out this security problem.
thanks
1
vote
0answers
80 views
Fetching plain text in Yahoo Pipes
I have a Yahoo pipe taking the Atom feed from a Google group, and I want to do some processing on the message's full text (running various regular expressions to extract data). I can get a message's …
1
vote
2answers
339 views
Removing RichText Formatting from RichTextBox in Visual C#
Hi All,
I'm developing an advanced rich text editor in c# but have stumbled upon a problem that I can't seem to grasp.
I have been trying to let users save their documents as Text files (plain …
1
vote
2answers
74 views
Cgi scripts returning data as html/text.. How safe is that?
Hi,
It makes sense to return data when a form is submitted using post method.
It looks as if only html/text can be returned ordinarily...
I use gwt on the client side and it does not seem to work …
1
vote
3answers
713 views
Parsing PlainText Emails from HTML Content (ASP.NET)
Hi All,
Right, in short we basically already have a system in place where the HTML content for emails is generated. It's not perfect, but it works.
From this, we need to be able to derive a …
0
votes
1answer
31 views
Which Javascript code editor supports plain text line numbering?
I need to add a text area that also has line numbering capabilities. I tried EditArea, but I couldn't make it work with text files. It would be ideal if it could highlight syntax for existing …
0
votes
3answers
38 views
Formatting plain text output for printing?
This may be a naive question, but bare with me. I have a program that outputs a report into plain text. The report must be plain text for it to load into a third party program. The report also needs …
