Skip to content

ahmed-hassan19/RSA-Encryption-Algorithm-in-Python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RSA-Encryption-Algorithm-in-Python

This is a Python3 implementation to the RSA Encryption Algorithm using the Extended Euclidean algorithm (also known as extended gcd).

Usage

How-To-Use-GIF

Implementation Note

The prime numbers generated (p, q) are ranged from 100 to 500 only for demo purposes while they should be very large primes like 1024 or 2048 bits long for more complex encryption - Read more about the RSA Factoring Challenge.

Releases

No releases published

Packages

No packages published

Languages