SecureDrive
🔐 Encrypt/Decrypt Files on the go to keep your data secure.
Install / Use
/learn @amandesai01/SecureDriveREADME
SecureDrive
Encrypt All your Files on the Go and Decrypt whenever you want.
It uses AES(Advanced Encryption Standard) which is a symmetric block cipher chosen by the U.S. government to protect classified information for Encryption
Usage:
For Encryption
python securedrive.py --key="<YOUR KEY>" --path="path/to/root/folder" -m="C"
For Decryption
python securedrive.py --key="<SAME KEY>" --path="path/to/root/folder" -m="D"
