Skip to content

Latest commit

 

History

History
23 lines (19 loc) · 1.23 KB

README.md

File metadata and controls

23 lines (19 loc) · 1.23 KB

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