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.
- Host: GitHub
- URL: https://github.com/hookfang/encrypt-decrypt-files
- Owner: hookFang
- Created: 2021-05-08T01:59:56.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2021-05-09T13:41:25.000Z (about 5 years ago)
- Last Synced: 2025-02-03T11:23:29.232Z (over 1 year ago)
- Topics: aes-encryption, cbc-mode, encryption-decryption, python
- Language: Python
- Homepage:
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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