An open API service indexing awesome lists of open source software.

https://github.com/isaaczhang4/rsa-cryptography

Python implementation of the RSA Cryptography Algorithm
https://github.com/isaaczhang4/rsa-cryptography

cryptography number-theory python rsa-cryptography

Last synced: 11 months ago
JSON representation

Python implementation of the RSA Cryptography Algorithm

Awesome Lists containing this project

README

          

# Python RSA-Cryptography
Python implementation of the RSA Cryptography Algorithm
It generates public and private keys, encrypts messages with the public key, and decrypts them with the private key.
Makes use of modular exponentiation for efficient encryption and decryption.
Uses number theory concepts such as Fermat's Little theorem for prime generation