A javascript library with tools to help encrypt/decrypt messages
- Caesar/Shift Cipher
- Substition Cipher
- Vigenère Cipher
- Generate: Allows you to generate keys for all supported ciphers
- Encrypt: Allows you to encrypt any plain text into cipher text using any of the support ciphers
- Decrypt: Allows you to decrypt any cipher text into plain text providing it was encrypted using a supported cipher
- Analyse: Analyse texts using common cryptographic techniques such as frequency analysis
- Tools: Miscellaneous tools that can be useful when working with ciphers