Skip to content

This is the python script to encrypt your file with advanced encryption standard 256 bits Key size. It is more secure than DES and Blowfish algorithm and faster than RSA.

Notifications You must be signed in to change notification settings

Devesh475/AES_Encryption_For_Files

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

AES_Encryption using Python Cryptodome Module.

This is the python script to encrypt your file with advanced encryption standard 256 bits Key size.

Dependencies

Use the package manager pip to install cryptodome.

pip install pycryptodome

Steps to use

  1. This program needs to be run for once to setup the encryption key and create the encryption file.

  2. After that the script is ready to encrypt or decrypt your files.

  3. Put the files you want to encrypt in the "Resources" folder and choose the option as per your requirement.

  • Note : The script will encrypt/decrypt in the directory in which it is executed.

  • Note : If you want to encrypt some files in other folders then you need to set the path for that folder and then run the script.

About

This is the python script to encrypt your file with advanced encryption standard 256 bits Key size. It is more secure than DES and Blowfish algorithm and faster than RSA.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages