Skip to content

Save encrypted messages along with timestamp, sender and receiver to a text file and decrypt it (RSA or custom symmetric encryption algo)

License

Notifications You must be signed in to change notification settings

cl-ement05/ZCrypt

Repository files navigation

ZCrypt

Features

  • ZCrypt is a user-friendly interactive python program which can crypt a message along with the name of its sender and reciever
  • ZCrypt can of course decrypt what was encrypted
  • ZCrypt also offers a settings page which provides some customization such as changing date format, showing warnings...
  • Use of a custom symmetric encryption algorithm (see Manual for details)
  • Starting from V3.0, ZCrypt also supports crypting messages with RSA

Feel free to commit improvements and enjoy !

Requirements (only choose one of the two options in the bulleted list below)

  • Install modules manually
  1. printy module which can be installed with pip3 install printy
  2. rsa module which can be installed with pip3 install rsa
  • Let ZCrypt automatically fetch and install modules for you
  1. have the pip module installed and available (see pip docs to install)

License

ZCrypt is under the GNU GPLv3 license

Special thanks

Edraobdu for the printy module

Sybren for the Python-RSA library

About

Save encrypted messages along with timestamp, sender and receiver to a text file and decrypt it (RSA or custom symmetric encryption algo)

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages