This repository provides a complete and clean implementation of the RSA cryptographic algorithm in pure Python, without using any external libraries.
- Full key generation (public/private)
- Encryption and decryption of text messages
- Uses the Miller-Rabin primality test
- 100% pure Python (no dependencies)
- Clone the repository:
git clone https://github.com/YOUR_USERNAME/rsa-from-scratch.git
cd rsa-from-scratch