Skip to main content

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.1.0

  • Fix setup.py

0.0.1

  • Use re.DOTALL

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.1.0.tar.gz (5.4 kB view hashes)

Uploaded Source

Built Distribution

rsalette-0.1.0-py2.py3-none-any.whl (3.1 kB view hashes)

Uploaded Python 2 Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page