Description
Implements RSA cryptographic operations in pure Python for projects that need signing, verification, encryption, or decryption support without compiled extensions. It is mostly useful for compatibility, education, or tools that already depend on this API.
Developers should treat cryptography choices carefully. Prefer well-maintained, audited libraries for new security-sensitive designs, protect private keys, and avoid inventing custom protocols around raw RSA.