Skip to content

Vasu-Mandhanya/Digital-Signatures-using-ISRSAC-Algorithm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

  1. Generate Keys

image

  1. Sign Text

image

  1. Verify Signature

image

  1. Settings

image

About

A simple python program to sign text using either the RSA or ISRSAC algorithm with GUI built using tkinter library.

Resources

Stars

Watchers

Forks

Languages