Skip to content

A simple app to calculate the public key, private key and encrypt decrypt message using the RSA algorithm.

Notifications You must be signed in to change notification settings

azharimm/rsa-calculator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rsa-calculator

A simple app to calculate the public key, private key and encrypt decrypt message using the RSA algorithm.

How to use it

Step 1. Find two random prime number (more than 100 better)

Step 2. Choose the value of 1 mod phi

Step 3. Choose the value of e and d, e (public exponential) and d (private exponential). Those two numbers will be used as the two key to encrypt and decrypt the message

Step 4. Encrypt and Decrypt your message using the numbers you got from the previous step.

About

A simple app to calculate the public key, private key and encrypt decrypt message using the RSA algorithm.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published