- 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
- 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
- You will notice that all files are back again :)
- demo MP3: https://file-examples.com
- demo image: https://unsplash.com
- https://youtu.be/UtMMjXOlRQc?si=Qq5i6qm-tHwYuFai By NetworkChuck