jose: Javascript Object Signing and Encryption

[ apache, cryptography, library ] [ Propose Tags ]

An implementation of the Javascript Object Signing and Encryption (jose) formats.

Currently, only JSON Web Key (JWK) and JSON Web Signature (JWS) are implemented, and only the RSA algorithms.

The version number tracks the IETF jose working group draft revisions. For now, expect breaking API changes on any version change except for the final part being incremented.


[Skip to Readme]

Downloads

Maintainer's Corner

Package maintainers

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 (>=0.7 && <0.8), attoparsec, base (>=4 && <5), base64-bytestring (>=1.0 && <1.1), byteable (>=0.1 && <0.2), bytestring (>=0.10 && <0.11), certificate (>=1.3 && <1.4), crypto-pubkey (>=0.2 && <0.3), crypto-random (>=0.0.7 && <0.0.8), cryptohash (>=0.11 && <0.12), network (>=2.4), template-haskell (>=2.4), text (>=1.1 && <1.2), unordered-containers (>=0.2 && <0.3), vector [details]
License Apache-2.0
Copyright Copyright (C) 2013, 2014 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 2014-06-15T05:05:39Z
Distributions Arch:0.10, LTSHaskell:0.11, NixOS:0.11, Stackage:0.11
Reverse Dependencies 22 direct, 23 indirect [details]
Downloads 34792 total (247 in the last 30 days)
Rating 1.75 (votes: 2) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Successful builds reported [all 1 reports]

Readme for jose-0.1.27.0

[back to package description]

jose - Javascript Object Signing and Encryption

jose is a Haskell implementation of Javascript Object Signing and Encryption.

The library is in its infancy. Contributions are welcome.