Arithmos cipher on CLI based
This is the CLI version of Arithmos Cipher.
Install
pip install arithmos-cipher
Encrypt
- For two sentences or more :
arithmos enc "Arithmos cipher"
Decrypt
arithmos dec 382543210904
- For two sentences or more :
arithmos dec "2718092008131519 030916080518"
For more information of all command, you can type:
GitHub