This repository is no longer being worked on :( With the exception of the Vigenere Cipher all other cipers can be directly implemented in any JavaScript based framework.
This is a passion project currently still in development.
It is a rails 6 project with ruby 3.0.1, however most of the current
converters/ciphers are written in javascript.
It is currently hosted at: https://vast-wave-08456.herokuapp.com/
List of Ciphers/Converters
Converters
- Plaintext to Binary
- Plaintext to Hex
- Plaintext to ASCII (base 10)
Ciphers
- Vigenere Cipher*
- Ceaser Cipher Encoder
- Ceaser Cipher Solver* (can decode without knowing shift)
- ROT-13
- ROT-47
- Substitution Cipher
- Morse code encoder/decoder (with customisable options for dots and dashes)
- Cistercian Cipher (Visual Tool)
- Pigpen Cipher (Visual Tool)
- Knights' Templar Cipher (Visual Tool)
Analysis Tools
- Dynamic Frequency Analysis tool
- Prime Factorisation (This will eventually be re-written in ruby)
Misc
- Image Steganography
*These tools are written in ruby, the others are in javascript