commit | 31a80121a554b566bb8b968ab954d1e48f64e165 | [log] [tgz] |
---|---|---|
author | adamantike <mike@fmanganiello.com.ar> | Tue Jan 26 12:00:19 2016 -0300 |
committer | Sybren A. Stüvel <sybren@stuvel.eu> | Wed Jan 27 13:25:02 2016 +0100 |
tree | ded758bb9cd1edec3aa0d8ef1dda659715d29b2c | |
parent | f455a77d3bcd07eed80d12fa48f96818749cf4af [diff] |
Added Code Climate badge on Readme
[
] (https://codeclimate.com/github/sybrenstuvel/python-rsa)
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. It can be used as a Python library as well as on the commandline. The code was mostly written by Sybren A. Stüvel.
Documentation can be found at the Python-RSA homepage.
Download and install using:
pip install rsa
or:
easy_install rsa
or download it from the Python Package Index.
The source code is maintained at Github and is licensed under the Apache License, version 2.0