Simple file encryptor and decryptor

AlexCr4ckPentest a1fe7c15c0 Update README.md пре 3 година
img aa7224e810 Add images with examples пре 4 година
include c467d22373 fix json lib include path пре 4 година
lib 2051cc3786 move nlohmann json lib to lib/ directory пре 4 година
src 20400a1b4b Update main.cpp пре 4 година
.gitignore 33ff88b1c7 delete old Makefile, old logo, update .gitignore пре 4 година
CMakeLists.txt 3dd5824d87 Update CMakeLists.txt пре 4 година
LICENSE 9e9c267a52 Create LICENSE пре 4 година
README.md a1fe7c15c0 Update README.md пре 3 година

README.md

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