NED, an encryption and decryption algorithm rewritten in the Rust programming language. In this version of NED, both ASCII and default encryption/decryption methods are available (similarly to the Desktop version).
- Input: Z
- Key: 10
- Recursion: 2
No runtime is required for this version of NED.
- Only keys between 10 and 74 can be decrypted without error.
- High recursions are probably not good to use...
- Download the NED executable from the releases page
- Run the NED executable
- Have fun :D
For a basic overview of the NED CLI use [NED_PATH] -help in the command line.
- File IO
- Password Encryption
