python-jws
JS signature library
A Python implementation of JSON Web Signatures with support for various cryptographic algorithms.
python implementation of JSON Web Signatures
57 stars
6 watching
35 forks
Language: Python
last commit: almost 3 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
brianvoe/sjwt | A simple Go library for generating and validating JSON Web Tokens with HMAC SHA-256 signature | 119 |
paolo-rossi/delphi-jose-jwt | A Delphi library implementing the JOSE and JWT standards for digital signatures and token encryption | 453 |
dvsekhvalnov/jose-jwt | A library implementing JSON Web Token and related security protocols for .NET development | 948 |
dvsekhvalnov/jose2go | A Golang implementation of the JOSE and JSON Web Token specification for secure data signing, encryption, and authentication | 187 |
nov/json-jwt | Provides an implementation of JSON Web Token and its family in Ruby | 299 |
bastiaanjansen/jwt-java | A Java library implementing JSON Web Tokens according to the RFC 7519 standard | 11 |
namshi/jose | Library implementing JSON Web Signature specification for authenticating user credentials and verifying requests. | 1,797 |
frasertweedale/hs-jose | Haskell implementation of JSON Object Signing and Encryption & JWT (JSON Web Token) | 122 |
sermodigital/jose | Provides libraries for securely creating and validating JSON-based digital signatures and encrypted messages | 914 |
vysecurity/windows-signedbinary | This project explores bypassing endpoint solutions by creating files with different hashes while maintaining the same signature | 6 |
zaubrik/djwt | Provides utilities and functions for creating, verifying, and decoding JSON Web Tokens (JWTs) using cryptographic algorithms. | 228 |
jwtk/njwt | A Node.js library that simplifies the process of creating and working with JSON Web Tokens (JWTs) for secure authentication and authorization. | 433 |
netspi/awssigner | Tool to validate and generate AWS SigV4 signatures in Burp Suite extensions | 86 |
bettiolo/oauth-signature-js | A JavaScript library for generating OAuth 1.0a signatures. | 232 |
bryanjos/aws_auth | A library for generating signed AWS URLs with version 4 signatures | 66 |