Simple web app that offers three methods of encoding or decoding messages.
Message will be shifted three characters along the alphabet to the right if encoding or to the left if decoding.
Assignes alphabet to a specified grid and encodes or decodes message as necessary.
If given a valid substitution alphabet, the cipher will encode or decode a given message.
Run npm install
and npm start
to see the project in a local env. This project is not deployed currently.