Dynamic Hybrid Encryption - Mach 1
-
Change into code directory using
cd Code/Production/
-
Build binaries using
make
-
The binary can be run using
./bin/cbc_fhe [options]
where options can include:
-e <filname> - file to encrpyt -d <filname> - file to decrpyt -o <output_file> - file to write output
-
Run
make clean
to clean working directory.
Note: There is a temporary file called fillen created to store length of file (without padding) which is required to trim off padding while decryption. Do not remove it for proper decryption.