1name: "rsa" 2description: "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." 3third_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 } 12 version: "version-4.7" 13 license_type: NOTICE 14 last_upgrade_date { 15 year: 2021 16 month: 1 17 day: 11 18 } 19} 20