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
mkdir build
cd build
cmake .. && make
- Run
./fcryptor -h
for show help
Examples
Encryption example
Decryption example