mirror of
https://github.com/BitskiCo/jwk-rs
synced 2025-02-21 05:12:39 +00:00
jsonwebkey
JSON Web Key (JWK) (de)serialization, generation, and conversion.
This library aims to be spec compliant and secure.
Features:
- Serialization and deserialization of Required and Recommended key types (HS256, RS256, ES256)
- Conversion to PEM for interop with existing JWT libraries (e.g., jsonwebtoken)
- Key generation (particularly for testing)
Languages
Rust
100%