TAWARNOLDS TEXT ENCRYPTION - DECRYPTION 1.5
Key String

Enter a key string between 1 and 256 characters.  To ensure the difficulty of your coded message, use at least 8 characters or more.
Source
Encrypt  Decrypt
Output

How To:

1 - Pick your own key string, this could be a word, phrase, or even the whole sentence that which is easy for you to remember but hard for others to guess.
A key string is served as the password as well as the algorithm for encoding, in other words, if a hacker can crack your password, your entire encoded message is cracked as well. As it is increased in length, the difficulty to decode is increased exponentially; for instance, if you use 1 character as a key string, the probability is 1 in 256 (256^1) possibilities; 2 characters yield 256^2 = 1:65,536 possibilities;... 8 characters yield 256 to the power of 8 = 1:18,446,744,073,709,551,616 -- that's almost 18.5 million trillion possibilities!!!...

2 - Enter the text that you want to encrypt or decrypt into the "Source" text box.

3 - Select "Encrypt" (convert the source text in to code) or "Decrypt" (convert the source data into readable text), and then click on the "Execute" button...

Please go to the message board for any inquiries.

Programmed by Toan T. Thai - Tawarnolds.com (C) 20022003, all rights reserved.