From 8636b30a153caca3fa7eeb1c56a0ac81ff239231 Mon Sep 17 00:00:00 2001 From: Dimitris Zlatanidis Date: Sat, 19 Sep 2020 01:15:19 +0700 Subject: python/python3-rsa: Added (pure-Python RSA implementation). Signed-off-by: Willy Sudiarto Raharjo --- python/python3-rsa/README | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 python/python3-rsa/README (limited to 'python/python3-rsa/README') diff --git a/python/python3-rsa/README b/python/python3-rsa/README new file mode 100644 index 0000000000..3507fb1355 --- /dev/null +++ b/python/python3-rsa/README @@ -0,0 +1,3 @@ +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. -- cgit v1.2.3