Simple file encryptor and decryptor

AlexCr4ckPentest a1fe7c15c0 Update README.md il y a 3 ans
img aa7224e810 Add images with examples il y a 4 ans
include c467d22373 fix json lib include path il y a 4 ans
lib 2051cc3786 move nlohmann json lib to lib/ directory il y a 4 ans
src 20400a1b4b Update main.cpp il y a 4 ans
.gitignore 33ff88b1c7 delete old Makefile, old logo, update .gitignore il y a 4 ans
CMakeLists.txt 3dd5824d87 Update CMakeLists.txt il y a 4 ans
LICENSE 9e9c267a52 Create LICENSE il y a 4 ans
README.md a1fe7c15c0 Update README.md il y a 3 ans

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