Skip to content

ayushchy/File-Encryption-using-AES

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

File-Encryption-using-AES

Dependencies:

  1. pip3 install pycryptodomex
  2. pip3 install cx-Freeze

How to Encrypt/Decrypt

  1. Open the App and Click SELECT FILE Button and select your file e.g. "abc.jpg".
  2. Enter your Secret Key (This can be any alphanumeric letters). Remember this so you can Decrypt the file later.
  3. Click ENCRYPT Button to encrypt. A new encrypted file with ".kryp" extention e.g. "abc.jpg.kryp" will be created in the same directory where the "abc.jpg" is.
  4. When you want to Decrypt a file you, will select the file with the ".kryp" extention and Enter your Secret Key which you chose at the time of Encryption. Click DECRYPT Button to decrypt. The decrypted file will be of the same name as before with the suffix "dekrypted" e.g. "abc__dekrypted__.jpg".
  5. Click RESET Button to reset the input fields and status bar.
  6. You can also Click CANCEL Button during Encryption/Decryption to stop the process.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages