The latest version of jose is 0.11-0.

jose

Version 0.5.0.5 revision 0 uploaded by frasertweedale.

Package meta

Synopsis
Javascript Object Signing and Encryption and JSON Web Token library
Description

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. JSON Web Encryption (JWE; RFC 7516) is not yet implemented.

All JWS algorithms (HMAC, ECDSA, RSASSA-PKCS-v1_5 and RSASSA-PSS) are implemented, however, the ECDSA implementation is is vulnerable to timing attacks and should therefore only be used for JWS verification.

The Crypto.JOSE.Legacy module is provided for working with the Mozilla Persona (formerly BrowserID) key format. Only RSA keys are supported - DSA keys cannot be used and must be handled as opaque objects.

Author
Fraser Tweedale
Bug reports
https://github.com/frasertweedale/hs-jose/issues
Category
Cryptography
Copyright
Copyright (C) 2013, 2014, 2015, 2016 Fraser Tweedale
Homepage
https://github.com/frasertweedale/hs-jose
Maintainer
frase@frase.id.au
Package URL
n/a
Stability
n/a

Components