-
Python tool which will encrypt-decrypt your files and directories.
-
It has a built-in password generator and featured with Colourful UI.
-
It is based on AES (Advanced Encryption Standard) CBC mode Algorithm Symmetric Cryptography.
For Windows : Press Win + X key and open Command Prompt and paste the codes given below one by one.
For Linux : Do I need to tell You ???
Run these codes to install the modules required for the program to run.
pip install -r requirements.txt
OR
pip install pycryptodome
click here for more details, documentaion and installation guide.
pip install tqdm
click here for more details, documentaion and installation guide.
pip install termcolor
click here for more details, documentaion and installation guide.
- Fork it.
- Create your feature branch: git checkout -b my-new-feature.
- Commit your changes: git commit -am 'Add some feature'.
- Push to the branch: git push origin my-new-feature.
- Submit a pull request.
- FEEL FREE TO ADD FEATURES TO THIS PROJECT THERE ARE MANY SPOTS TO IMPROVE.
This project is licensed under the GNU General Public License v3.0 - see the LICENSE file for details.
Prajwal Vijaykumar Mali - prajwalgithubpro@hotmail.com