The Canonn Decryptor is a tool for decrypting the mysteries of the Elite: Dangerous universe. Currently the following converters are supported:
- Affine cipher (With automatic cracking)
- Atbash cipher
- Base64
- Caesar cipher (With automatic rotation cracking)
- Keyword cipher (With automatic keyword cracking)
- Morse code
- Number-to-ASCII
- One-time pad
- Polybius square
- Reverse text
- Roman numerals
- Vigenère cipher
After cloning the repository run npm install to download the dependencies, compile the project and package the application. Obviously Node.js is required for this.
Run npm start to start a development web server on localhost and open the provided URL in your browser.
Use npm test to run the tests.
For deployment copy the content of the lib/package directory to your web server, after running npm install to package the application.