Skip to content

Latest commit

 

History

History
30 lines (19 loc) · 392 Bytes

File metadata and controls

30 lines (19 loc) · 392 Bytes

File encryption utility

Small utility script for encrypt/decrypt files using Fernet algorithm.

Usage

python encryption_utils.py -h
python encryption_utils.py keygen

python encryption_utils.py encrypt -f test.txt
python encryption_utils.py encrypt -f test.txt -kf encryption.key

Contributing

PRs accepted.

License

GNU v3 © Vito Mario Fico