amiroooamiran / CPP-FileEncryptotion

This project, which encrypts files with C++ language, and its only purpose is to teach how to break passwords.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CPP-FileEncryptotion

This project, which encrypts files with C++ language, and its only purpose is to teach how to break passwords.

run this project

  1. first go in your Desktop and create directory by name: datas.
  2. then clone this project with this command:
    git clone https://github.com/amiroooamiran/CPP-FileEncryptotion.git
    
  3. and later move in directory project and compile the project with this commnand:
    g++ -std=c++17 -static main.cpp PlatformGreeting.cpp FileEncryption.cpp DirectoryEncryption.cpp resource.o -o encryptor.exe
    
  4. run the executable file with:
    ./encryptor.exe
    

About

This project, which encrypts files with C++ language, and its only purpose is to teach how to break passwords.

License:GNU General Public License v3.0


Languages

Language:C++ 100.0%