blob: 5c228ef16c6d066bdfebfffa19a12452213753df [file] [log] [blame]
herbertxued8ac8302018-06-04 02:50:00 +00001name: "rsa"
Haibo Huang62dbdd82019-02-01 23:18:25 -08002description: "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."
herbertxued8ac8302018-06-04 02:50:00 +00003third_party {
4 url {
5 type: HOMEPAGE
6 value: "https://stuvel.eu/rsa"
7 }
8 url {
9 type: GIT
10 value: "https://github.com/sybrenstuvel/python-rsa/"
11 }
Haibo Huang248aba42020-07-10 20:22:28 -070012 version: "version-4.6"
Bob Badour565f90a2020-04-23 11:15:51 -070013 license_type: NOTICE
Haibo Huang62dbdd82019-02-01 23:18:25 -080014 last_upgrade_date {
Haibo Huang248aba42020-07-10 20:22:28 -070015 year: 2020
16 month: 7
17 day: 10
Haibo Huang62dbdd82019-02-01 23:18:25 -080018 }
herbertxued8ac8302018-06-04 02:50:00 +000019}