README.md 489 B

FileCryptor

The simple file encryptor and decryptor program

based on logical XOR operation

For Unix-like OS only

Dependencies

  • CMake (>= 3.1)
  • C++ complier (with C++17 support)
  • Boost.Filesystem library
  • Boost.Program_options library

Building

  1. mkdir build
  2. cd build
  3. cmake .. && make
  • Run ./fcryptor -h for show help

Examples

Encryption example

Alt text

Decryption example

Alt text