Encrypt and decrypt my files easily
Crypter et décrypter mes fichiers simplement
I created this project to securely transfer files containing lists of passwords and API keys over networks that are not necessarily secure (email, Discord, etc.). The file, once encrypted, is included in an innocent-looking jpg image.
General installation :
git clone https://github.com/Ascol57/Simple-File-Cryptography.git
cd Simple-File-Cryptography
pip install cryptographyEncrypting a file:
python main.py -g -e file1 img.jpgWithout recreating the key.crt file:
python main.py -e file_in img.jpgDecrypting a file:
python main.py -d img.jpg file_outJ'ai fait ce projet pour transférer des fichiers contenants des listes de mots de passe, des clés d'API de façon sécurisé sur des réseaux pas forcements surs (mail, discord...). Le fichier, une fois crypté, est inclus dans une image jpg innocente.
Installation en général :
git clone https://github.com/Ascol57/Simple-File-Cryptography.git
cd Simple-File-Cryptography
pip install cryptographyCrypter un fichier :
python main.py -g -e file1 img.jpgSans recréer le key.crt :
python main.py -e file_in img.jpgDécrypter un fichier :
python main.py -d img.jpg file_out