Skip to content

hookFang/Encrypt-Decrypt-Files

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Simple python script to encrypt your files.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages