An open API service indexing awesome lists of open source software.

https://github.com/hookfang/encrypt-decrypt-files

Simple python script to encrypt your files.
https://github.com/hookfang/encrypt-decrypt-files

aes-encryption cbc-mode encryption-decryption python

Last synced: over 1 year ago
JSON representation

Simple python script to encrypt your files.

Awesome Lists containing this project

README

          

# 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