Skip to content

slattarini/py-rsa

Repository files navigation

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.

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages