kejriwalrahul / DHE-1

Dynamic Hybrid Encryption - Mach 1

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DHE-1

Dynamic Hybrid Encryption - Mach 1

Usage (Encryption/Decryption Code)

  1. Change into code directory using cd Code/Production/

  2. Build binaries using make

  3. 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
    
  4. 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.

About

Dynamic Hybrid Encryption - Mach 1


Languages

Language:Roff 98.3%Language:C 0.9%Language:Python 0.8%Language:Makefile 0.0%