Pure Python RSA implementation ============================== As an assignment for the University of Amsterdam we wrote a pure Python RSA implementation. It's a module for calculating large primes, and RSA encryption, decryption, signing and verification. It also includes generating public and private keys. Download and install using: pip install rsa or download it from [PyPI][pypi-rsa]. The source code is maintained in a [Mercurial repository] and is licensed under the [Apache License, version 2.0][APLv2]. [Mercurial repository]: http://hg.stuvel.eu/python-rsa [pypi-rsa]: http://pypi.python.org/pypi/rsa [APLv2]: http://www.apache.org/licenses/LICENSE-2.0