Skip to content

Implementation for RSA algorithm, providing encrypting, decrypting, and key generation.

Notifications You must be signed in to change notification settings

OussamaHedjar/RSA_Algorithm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

RSA_Algorithm

This project is an implementation of RSA Algorithm, which is an Aysmmetric crptographic algorithm. it is known as the best public-key cryptosystem. It is based on the difficulty of factoring large numbers.

in this project the implemented algorithm will go through three phases using two large prime numbers chosen by the user:

  1. Key generation
  2. Encryption
  3. Decryption

This project is not meant to be efficient it is just a challenge I liked to take.

About

Implementation for RSA algorithm, providing encrypting, decrypting, and key generation.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages