Home } Password Protection } ASCII Encryption



(Internet Explorer Only) A very simple encryption method that uses random values for each character. Interestingly, you can encrypt the same string as many times as you want and the result will always be different. Best used with short strings.

(Click"Encrypt" several and you always get different results!)

(And, all the scripts still "Decrypt" back to the same original message. Wow!)

JavaScript Source Code 3000: Password Protection: ASCII Encryption

Simply click inside the window below, use your cursor to highlight the script, and copy (type Control-c or Apple-c) the script into a new file in your text editor (such as Note Pad or Simple Text) and save (Control-s or Apple-s). The script is yours!!!