blob: 69d3a33c806db7e7f045db5b1a8a84a4a517317d [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 Huangbd1808f2021-01-11 19:30:22 -080012 version: "version-4.7"
Bob Badour565f90a2020-04-23 11:15:51 -070013 license_type: NOTICE
Haibo Huang62dbdd82019-02-01 23:18:25 -080014 last_upgrade_date {
Haibo Huangbd1808f2021-01-11 19:30:22 -080015 year: 2021
16 month: 1
17 day: 11
Haibo Huang62dbdd82019-02-01 23:18:25 -080018 }
herbertxued8ac8302018-06-04 02:50:00 +000019}