Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit cd2db21

Browse files
Update README.md
1 parent 42d79f8 commit cd2db21

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

‎README.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,11 @@
1-
# RSA-Encryption-Algorithm-in-Python
1+
# RSA-Encryption-Algorithm-in-Python
2+
3+
This is a Python3 implementation to the RSA encryption algorithm using the Extended Euclidean algorithm (also known as extended gcd).
4+
5+
## Usage
6+
7+
![How-To-Use-GIF](usage.gif)
8+
9+
## Implementation Note
10+
11+
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](https://en.wikipedia.org/wiki/RSA_Factoring_Challenge)

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /