jose: JSON Object Signing and Encryption (JOSE) and JSON Web Token (JWT) library
An implementation of the Javascript Object Signing and Encryption (JOSE) and JSON Web Token (JWT; RFC 7519) formats.
The JSON Web Signature (JWS; RFC 7515) implementation is complete.
EdDSA signatures (RFC 8037) are supported (Ed25519 only).
JWK Thumbprint (RFC 7638) is supported.
JSON Web Encryption (JWE; RFC 7516) is not yet implemented.
The ECDSA implementation is vulnerable to timing attacks and should only be used for verification.
[Skip to Readme]
Modules
[Index] [Quick Jump]
Flags
Automatic Flags
Name | Description | Default |
---|---|---|
demos | Build demonstration programs | Disabled |
Use -f <flag> to enable a flag, or -f -<flag> to disable that flag. More info
Downloads
- jose-0.9.tar.gz [browse] (Cabal source package)
- Package description (as included in the package)
Maintainer's Corner
For package maintainers and hackage trustees
Candidates
- No Candidates
Versions [RSS] | 0.1.26.0, 0.1.27.0, 0.2.31.0, 0.2.33.0, 0.2.38.0, 0.2.38.1, 0.3.38.0, 0.3.41.0, 0.3.41.1, 0.3.41.2, 0.4.0.0, 0.4.0.1, 0.4.0.2, 0.4.0.3, 0.4.0.4, 0.5.0.0, 0.5.0.1, 0.5.0.2, 0.5.0.3, 0.5.0.4, 0.5.0.5, 0.6.0.0, 0.6.0.1, 0.6.0.2, 0.6.0.3, 0.7.0.0, 0.8.0.0, 0.8.1.0, 0.8.2.0, 0.8.2.1, 0.8.3, 0.8.3.1, 0.8.4, 0.8.4.1, 0.8.5, 0.8.5.1, 0.9, 0.10, 0.10.0.1, 0.11 |
---|---|
Dependencies | aeson (>=2.0.1.0 && <3), base (>=4.9 && <5), base64-bytestring (>=1.2.1.0 && <1.3), bytestring (>=0.10 && <0.12), concise (>=0.1), containers (>=0.5), cryptonite (>=0.7), jose, lens (>=4.16), memory (>=0.7), monad-time (>=0.3), mtl (>=2), network-uri (>=2.6), QuickCheck (>=2.9), quickcheck-instances, template-haskell (>=2.11), text (>=1.1), time (>=1.5), unix, x509 (>=1.4) [details] |
Tested with | ghc ==8.0.2, ghc ==8.2.2, ghc ==8.4.4, ghc ==8.6.5, ghc ==8.8.4, ghc ==8.10.4, ghc ==9.0.1 |
License | Apache-2.0 |
Copyright | Copyright (C) 2013-2021 Fraser Tweedale |
Author | Fraser Tweedale |
Maintainer | frase@frase.id.au |
Category | Cryptography |
Home page | https://github.com/frasertweedale/hs-jose |
Bug tracker | https://github.com/frasertweedale/hs-jose/issues |
Source repo | head: git clone https://github.com/frasertweedale/hs-jose.git |
Uploaded | by frasertweedale at 2021-10-21T05:22:28Z |
Distributions | Arch:0.10, LTSHaskell:0.11, NixOS:0.11, Stackage:0.11 |
Reverse Dependencies | 23 direct, 25 indirect [details] |
Executables | jose-example |
Downloads | 35903 total (189 in the last 30 days) |
Rating | 1.75 (votes: 2) [estimated by Bayesian average] |
Your Rating | |
Status | Docs available [build log] Last success reported on 2021-10-21 [all 1 reports] |