Skip to content

Simple python program to encrypt/decrypt confidential & important files inside a folder recursively :)

Notifications You must be signed in to change notification settings

RathiRohit/crypter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 

Repository files navigation

No matter who you are, every day of your life, you're sitting in a database just ready to be looked at.
- Edward Snowden:sunglasses:

crypter

Simple python program to encrypt:closed_lock_with_key: & decrypt:unlock: confidential and important files inside a folder recursively :)
Using 128 bit AES encryption with python's Crypto module:snake:

🔐 Encrypt files:

       Run the program as python crypter.py

  • Press E for encryption
  • Enter any secret encryption key (and keep it secret:wink:)
  • press y to delete original files after encryption
    or press n to be on safer side and delete the files afterwards manually
  • Choose the folder to start encryption (Choose the folder correctly or you might accidentally delete wrong files:hushed:)
  • and your files are safe from the prying eyes:sunglasses:

🔓 Decrypt files:

       Run the program as python crypter.py

  • Press D for decryption
  • Enter the secret key which you used for encryption (you remember it, right? 😮)
  • press y to delete encrypted files after decryption
    or press n to be on safer side and delete the files afterwards manually
  • Choose the folder to start decryption
  • and your files are back from the safe heaven:sunglasses:

About

Simple python program to encrypt/decrypt confidential & important files inside a folder recursively :)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages