Skip to content

Ascol57/Simple-File-Cryptography

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 

Repository files navigation

Simple File Cryptography

Encrypt and decrypt my files easily

Crypter et décrypter mes fichiers simplement


English   •   Français


🇬🇧 English

📖 About / History

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.

🔧 Installation

General installation :

git clone https://github.com/Ascol57/Simple-File-Cryptography.git
cd Simple-File-Cryptography
pip install cryptography

🚀 Usage

Encrypting a file:

python main.py -g -e file1 img.jpg

Without recreating the key.crt file:

python main.py -e file_in img.jpg

Decrypting a file:

python main.py -d img.jpg file_out

🙏 Acknowledgements

Ascol57







🇫🇷 Français

📖 À propos / Histoire

J'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

Installation en général :

git clone https://github.com/Ascol57/Simple-File-Cryptography.git
cd Simple-File-Cryptography
pip install cryptography

🚀 Utilisation

Crypter un fichier :

python main.py -g -e file1 img.jpg

Sans recréer le key.crt :

python main.py -e file_in img.jpg

Décrypter un fichier :

python main.py -d img.jpg file_out

🙏 Remerciements

Ascol57

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages