Skip to content

Latest commit

 

History

History
46 lines (24 loc) · 655 Bytes

README.md

File metadata and controls

46 lines (24 loc) · 655 Bytes

Encryptor

a python script that automates the signing, encrypting and decrypting of files in a directory.

Installation

OS X & Linux:

pip3 install -r requirements.txt

Usage Example

python3 encryptor.py --mode encrypt --path test

python3 encryptor.py --mode decrypt --path test/encrypted

Release history

*0.2

  • CLI added
    • Supports encryption and decryption.
  • 0.1
    • hardcoded run
    • no cli

Author

Jesse - @jessefogarty

Contributing

Do whatever, just make a small attribution to this github project page please.