ikluhsman / pyencrypt

Encrypt/decrypt messages with Python Fernet library.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

pyencrypt

Python script to generate keys and encrypt/decrypt messages with the Fernet library.

usage:

Generate a private key file: python3 pyencrypt.py -g -k KEYFILE

Encrypt a message: python3 pyencrypt.py -k KEYFILE -e MESSAGE_TO_ENCRYPT

Decrypt a message: python3 pyencrypt.py -k KEYFILE -d MESSAGE_TO_DECRYPT

About

Encrypt/decrypt messages with Python Fernet library.

License:MIT License


Languages

Language:Python 100.0%