Metadata-Version: 1.1
Name: pybranca
Version: 0.1.0
Summary: Authenticated and encrypted API tokens using modern crypto
Home-page: https://github.com/tuupola/branca-python
Author: Mika Tuupola
Author-email: tuupola@appelsiini.net
License: MIT
Description: Branca is a secure easy to use token format which makes it hard to shoot yourself in the foot. It uses IETF XChaCha20-Poly1305 AEAD symmetric encryption to create encrypted and tamperproof tokens. The enrypted token is base62 encoded which makes it URL safe. Payload itself is an arbitrary sequence of bytes.
Keywords: api,token,jwt,xchacha20,poly1305
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Programming Language :: Python
Classifier: Topic :: Security
Classifier: License :: OSI Approved :: MIT License
