You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a python script to encrypt and decrypt files
DON'T WORRY: It will not affect your files in your PC, it will affect only the demo files or any other file in the current directory of the script but for more safety DO NOT run it in your current system, Try to test it in a linux virtual machine or any isolated environment
DISCLAIMER: This content is for educational purposes only, Please DO NOT Use it to harm anyone
How it works
Clone the project
To encrypt files, in the current directory of project, open the terminal:
In Linux use the command "./encrypter.py"
In Windows use the command "python encrypter.py"
You will notice that the attached demo files are encrypted
To decrypt files, in the current directory of project, open the terminal
In Linux use the command "./decrypter.py"
In Windows use the command "python decrypter.py"
Type the secret password "hello world" to proceed in decrypting process