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