erdtman / Cleartext-JOSE

Cleartext JOSE, Drafts specifying how to make cleartext versions of the JOSE specifications RFC7515 RFC7516 using ES6 canonicalization rather than base64url encoding of JSON data structures.
0 stars 2 forks source link

Cleartext JOSE

Drafts specifying how to make cleartext versions of the JOSE specifications RFC7515 RFC7516 using ES6 canonicalization rather than base64url encoding of JSON data structures

Cleartext JSON Web Signature (JWS)

Cleartext JWS signs data represented as a JSON object

Cleartext JSON Web Encryption (JWE)

Cleartext JWE represents encrypted data as a JSON object

Implementations

TBD Add link to Anders' implementation