Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 611 Bytes

readme.md

File metadata and controls

13 lines (8 loc) · 611 Bytes

EXECUTION OF PROGRAM

Compiling the project with GCC using Make Utility.

alt text

Giving a file for compression and encryption.

alt text

Here two file will be generated names file.encr and file.key

Givinf the file.encr(Encrypted File) and file.key(Key) to decrypt and decompress the file.

alt text