- 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 !
- Install modules manually
- printy module which can be installed with
pip3 install printy
- rsa module which can be installed with
pip3 install rsa
- Let ZCrypt automatically fetch and install modules for you
- have the
pip
module installed and available (see pip docs to install)
ZCrypt is under the GNU GPLv3 license
Edraobdu for the printy module
Sybren for the Python-RSA library