This is a simple implementation of El Hamal encryption algorithm. Also it is simple solution on Python 3.7 and PyQt5 5.12
- You can see source code of keys generation and encryption/decryption process in src/elhamal/elhamal.py
- QML views are stored in resources/
- Qt resource are described in resources.qrc
- make_resources.sh executes commands to build qt resources into resources_rc.py