Provide thousands of free JavaScript code examples, DHTML, HTML JavaScript Tutorials, Reference and Help. JavaScriptBank.com is the best JavaScript resources |
Over 2000+ free Javascript
at JavaScriptBank.com Website
Alpha Crypt uses MD5 cryptographic signatures on top of an XOR text encryption algorithm. It is designed for sending messages from anywhere on the Internet, without access to other encryption software. AC will not become confused by text wrapping, missing text, or other mistakes that occur during transmission. By running along a 64-character set, it will not garble binary values, or cause a browser to crash. For this reason, it is especially suited for public free email providers.
Alpha Crypt defeats word-based or probability-based attacks, as well as overcoming methods which measure statistics based on consistent input-output.
Alpha Crypt is faster than other programs, by reducing cryptology running time primarily to internal bit operations, compatible with JavaScript browsers, instead of auxiliary functions.
Alpha Crypt is offered as-is, without warranty. Although I would feel safe in saying that no one can read a message I send with Alpha Crypt, I do not wish to make any legally binding guarantees, express or implied. You have the freedom to be secure, but freedom is also your own responsibility. I take no liability from any use of this software.
If you plan on emailing the contents of an encrypted message, you may wish to include the following note with the encrypted text:
Note: This message was encrypted with Alpha Crypt for safe transmission. Select and copy the message text, and visit
For distribution, a zip file is available, alphac.zip (5,517 bytes: contains alphac.html, timer.js, md5.js, and alphac.js).