Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 438 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 438 Bytes

Encrypt-Decrypt-Files

Simple python script to encrypt your files. All files are encrypted using Fernet -

AES in Cipher Block Chaining(CBC) mode witha 128-bit key encryption

How to Use

Encrypt Files -> python .\secureFile.py -encrypt "filepath"
Decrypt Files -> python .\secureFile.py -decrypt "filepath"
For more info -> python .\secureFile.py --help

The symmetric key is always stored in the root folder