This is the python script to encrypt your file with advanced encryption standard 256 bits Key size.
Use the package manager pip to install cryptodome.
pip install pycryptodome
-
This program needs to be run for once to setup the encryption key and create the encryption file.
-
After that the script is ready to encrypt or decrypt your files.
-
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.