A pure-Python 2+3 RSA verification library.
Project description
rsalette
Compact pure-Python RSA verification.
rsalette provides a compact, pure-Python 2+3, single file RSA verification library that is compatible with JSON Web Key.
rsalette is alpha quality software.
Usage:
import rsalette verifier = rsalette.PublicKey.from_jwk({'kty':'RSA', 'e':'AQAB', 'n': ...}) verified_message = verifier.verify(message, signature)
0.0.0
Initial version
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
rsalette-0.0.0.tar.gz
(4.9 kB
view hashes)
Built Distribution
Close
Hashes for rsalette-0.0.0-cp27-none-linux_x86_64.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 40d104a2c8c76b8b473f3091dcb1f30a498a5095cf6aa8d62ff2812211efda07 |
|
MD5 | 551fcb09c687cacd76d35a105dfe856e |
|
BLAKE2b-256 | d2a322cf02d984d23acf9fd7d88c7098628e9de67d68efb5ea1103e44b2eca70 |