Skip to content

Encrypt/decrypt messages with Python Fernet library.

License

Notifications You must be signed in to change notification settings

ikluhsman/pyencrypt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

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.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages