951cc2391d
and decryption, signing and verifying signatures, and key generation according to PKCS#1 version 1.5. WWW: http://stuvel.eu/rsa PR: ports/168460 Submitted by: koobs <koobs.freebsd@gmail.com> Approved by: eadler (mentor)
5 lines
200 B
Text
5 lines
200 B
Text
Python-RSA is a pure-Python RSA implementation. It supports encryption and
|
|
decryption, signing and verifying signatures, and key generation according to
|
|
PKCS#1 version 1.5.
|
|
|
|
WWW: http://stuvel.eu/rsa
|