Scrambler

░████╗░██╗░████╗░░█╗░██╗░░██╗████╗░█╗░░░█████╗████╗░ ██╔══╝█══█╗█╔══█╗█═█╗███╗███║█╔═██╗█║░░░█╔═══╝█╔══█╗ ╚███╗░█░░═╝████╔╝███║█╔███╔█║████╦╝█║░░░███╗░░████╔╝ ░╚═██╗█░░█╗█╔══█╗█═█║█║╚█╔╝█║█╔═██╗█║░░░█╔═╝░░█╔══█╗ ████╔╝╚██╔╝█║░░█║█░█║█║░╚╝░█║████╦╝████╗█████╗█║░░█║ ╚═══╝░╚══╝░╚═╝░╚═╝╚╝░░░░╚═╝╚════╝░╚════╝╚════╝╚╝░░╚╝

This is a program that is used to scramble/encrypt files on your computer. Do not use this program to do malicious things with. I am not responsible for any damage that you do with this software.

To Run the Program Use the following commands:

Linux:
python -m virtualenv env
source env/bin/activate
pip install -r requirements.txt
python file_encryption.py –help

Windows:
python -m virtualenv env
.\env\Scripts\activate
pip install -r requirements.txt
python file_encryption.py –help

Deactivating Virtual Environment Linux/Windows:
deactivate

GitHub

https://github.com/mamaluigie/Scrambler