summaryrefslogtreecommitdiff
path: root/README
blob: ba688813778ee68cf8dc5d034f0b947fd68a172e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
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