|
Encryption algorithms implemented in JavaScript.
|
|
|
1. |
JavaScript Encryption Program
-
An open source JavaScript implementation of the RC4, AES, Serpent, Twofish, Caesar and RSA ciphers.
|
|
|
2. |
JavaScript MD5
-
Useful scripts for encrypting strings with MD5, MD4, and SHA-1 algorithms.
|
|
|
3. |
The Enigma
-
This site hosts the Enigma Codecs. Free Javascipt based encryption.
|
|
|
4. |
The Rijndael (AES) encryption algorithm in JavaScript
-
Implementation of the AES encryption algorithm Rijndael in JavaScript. Includes an interactive test page. [Open source]
|
|
|
5. |
JavaScript DES Implementation
-
This is a javascript implementation of DES, the Data Encryption Standard, supporting ECB and CBC modes. It also includes a function for Triple DES.
|
|
|