Skip to content

Latest commit

 

History

History
15 lines (13 loc) · 400 Bytes

README.md

File metadata and controls

15 lines (13 loc) · 400 Bytes

fcrypt

  • A CLI tool to encrypt file. It uses OpenSSL to perform encryption and decryption. All file formats are supported.
  • RAII principle is used to hadle initialization and cleanup of file handles, buffers, etc.

    Build

    To build run the below command

    make all
    

    Run

    To run the program run the below command, this will start the program in an interactive mode.

    ./Fcrypt