Top "Plaintext" questions

Text is a sequence of characters that is most often used to represent a cohesive piece of information.

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 …

security http encryption passwords plaintext
Creating user with encrypted password in PostgreSQL

Is it possible to create a user in PostgreSQL without providing the plain text password (ideally, I would like to …

postgresql passwords sha plaintext
Where can i find huge amount of text files?

Possible Duplicate: Looking for dataset to test FULLTEXT style searches on I am recently on to a project of Data …

text-files plaintext text-database
Adding line breaks to a text/plain email

I'm having a problem sending a plain text (not HTML!) email, all my line breaks are being ignored: ->…

php email swiftmailer plaintext
use xsl to output plain text

I needed to use XSL to generate simple plain text output from XML. Since I didn't find any good, concise …

xml xslt foreach plaintext line-breaks
Convert HTML to plain text in Java

I need to convert HTML to plain text. My only requirement of formatting is to retain new lines in the …

java parsing plaintext jsoup htmleditorkit
Sending Plain text emails using PHPMailer

I have a problem sending plain text emails using PHPMailer. I have text that I read from a text file …

php email formatting phpmailer plaintext
How do I encrypt plaintext with GnuPG?

I've been working a great deal with GnuPG lately and have come to depend on its ability to encrypt files, …

email encryption plaintext gnupg
Rendering plain text through PHP

For some reason, I want to serve my robots.txt via a PHP script. I have setup apache so that …

php text header robots.txt plaintext
What is the MIME type for Markdown?

Does anyone know if there exists a MIME type for Markdown? I guess it is text/plain, but is there …

mime-types markdown mime plaintext