Skip to content

HariCazorla/fcrypt

Repository files navigation

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