- Launch Navi
navi
- Search Cryptex
chips search cryptex
- Install Cryptex
chips install navi-cryptex
As of this point Navi should reload with the new chip installed.
Listing availible ciphers
- Run the command
cryptex
to bring up the list of encryptions
Getting Help
cryptex <short code>
or for examplecryptex hex
It should be noted that different ciphers will offer different arguments to be used. Be sure to pay attention to this.
Encrypting with Navi
cryptex hex -e -t "Hello world!"
Will give you the following hex encoding 2248656c6c6f20776f726c642122.
Decrypting with Navi
cryptex hex -d -t "2248656c6c6f20776f726c642122"
Will decode the hex back into: Hello World!