Communicative Cipher Crypto Tool (tool for sckrd demo)
This tool is only for demonstration purposes and inteded as a test program for sckrd (https://github.com/scisa/sckrd). You are able to encrypt files and generate crypto keys which are printed to stdout. With these keys you can decrypt the generated files or you can insert them into a binary file to check if sckrd finds them.
-
Install Rust and its components (https://www.rust-lang.org/tools/install).
-
Download the source code of ccct from this github page.
-
Change directory to the root directory of ccct.
-
Call cargo build to build the project or use cargo run to build and run the programm.
For further options check out the manual of the cargo tool