- Clone repository
- Go into the repositorie folder
- Install python requirements
git clone https://github.com/Jon1Games/GamingLounge-Encryption-Decrytion/
cd GamingLounge-Encryption-Decrytion
pip install -r requirements.txt
Important
Files that ends with ".gled" cannot be encrypted.
python gled.py [Arguments]
Argument | Usage |
---|---|
-g | Generate key pair and save as destination |
-e <file/folder> | Encrypt the file/folder with the public key, ignores ".gled" files |
-d <file/folder> | Decrypt the file/folder with the private key, generated files end with ".gled" |
-k <key_file> | Key path |
-f <filter_end> | Only uses files with spezific pattern, example: "Test*.txt" |
TODO:
Syncron encryption/decryptoin of files
Asyncron encryption/decryption of Syncron-Key