Digital Signatures using ISRSAC Algorithm
A simple python program to sign text using either the RSA or ISRSAC algorithm with GUI built using tkinter library.
To Run:
Open the repository folder in Command Prompt / terminal in run the following commands:
pip3 install -r requirements.txt
python Sign.py
Screenshots
- Generate Keys
- Sign Text
- Verify Signature
- Settings