Book-Cryptor is CLI tool for encrypting and decrypting book based ciphers.
It allows users to encrypt and decrypt text using classic book cipher techniques, where a specific book or text is used as the key. The tool currently supports beale cipher, and offers an easy to use cobra interface for both beginners and classic cryptography enthusiasts.
Currently, tool is focuses on .txt files, but it aims to support .pdf and .epub formats in the future.
$ book-cryptor [command] [flags]| Command | Description |
|---|---|
| completion | Generate the autocompletion script for the specified shell |
| decrypt | Command for decrypting input file |
| encrypt | Command for encrypting input file |
| help | Help about any command |
You can use -h or --help with any command to see the supported options and usage for that specific command.