GitHunt
SL

slattarini/py-rsa

py-rsa: simple "educational" python implementation of the RSA encryption and digital sign algorithm (partly in italian).

RSA.py: simple "educational" implementation of the RSA encryption and
digital sign algorithm. Few optimizations, naive implementation, no
tight security.

Requires python version >= 2.7 (this includes python3 too).

Generation of RSA keys is not implemented.

Existing documentation is in the docstrings of RSA.py.

There is no installation procedure.

The RSA.py testsuite requires pytest >= 2.0. You can run the whole
testsuite with the command "py.test" issued from the top directory
of the source tree.

The Makefile provide a 'check' target to run the testsuite, a 'dist'
target to repackage the module in a tarball, plus an obvious 'clean'
target.

Languages

Python100.0%

Contributors

Created August 16, 2012
Updated December 26, 2013