TEA Encrypt / Decrypt
by Nikolai Shokhirev
Computer security |
IT Tutorials |
Home
- This is a JavaScript code. This code is executed in YOUR browser at
YOUR computer. Nothing is sent to the server. All information disappears
after closing your Internet browser.
- 128 bits (16 characters) from the Key will be used to encrypt the Value,
using Wheeler & Needham’s Tiny
Encryption Algorithm.
Encryption:
-
Enter your password (key) - any printable characters (up to
16)
-
Type or paste your message in the upper text area
-
Press "Encrypt it"
-
Get the encrypted text in the middle text area. It is ready
to paste into your e-mail (not as an attachment)
Decryption:
-
Enter your password (key) - any printable characters
-
Paste in the middle text area the encrypted
message (one long line, without extra characters and spaces in the beginning
and the end)
-
Press "Decrypt it"
-
Get the restored text in the lower text area.
- The current version is based on Chris Veness algorithm
(Movable Type Ltd: www.movable-type.co.uk
). I slightly modified the code(added escape(s), see the page source) to
assure that only printable characters are used.
- My Pascal implementation of TEA is available here.
Computer security |
IT Tutorials |
Home
Warning: include(../../../footer.php) [function.include]: failed to open stream: No such file or directory in /usr111/home/s/i/siberia/public_html/u_az/public_html/IT/security/crypt.php on line 230
Warning: include() [function.include]: Failed opening '../../../footer.php' for inclusion (include_path='.:/usr/locl/lib/php') in /usr111/home/s/i/siberia/public_html/u_az/public_html/IT/security/crypt.php on line 230