No description
Find a file
2021-02-13 15:00:20 +01:00
.gitignore Initial commit 2020-09-01 13:26:12 +02:00
LICENSE Create LICENSE 2020-09-05 22:32:40 +02:00
README.md Update README.md 2020-09-05 17:54:22 +02:00
requirements.txt Updated pycryptodome version 2021-02-13 14:58:18 +01:00
RSA_encryption_decryption.py Create RSA_encryption_decryption.py 2020-09-01 13:46:55 +02:00
RSA_key_generation.py Create RSA_key_generation.py 2020-09-01 13:46:44 +02:00

Python-RSA

The RSA algorithm implemented in Python.

For a description of the RSA key generation, visit the Wikipedia article on this topic.

The code in action

RSA key generation:

RSA key generation

RSA encryption and decryption:

RSA encryption and decryption