JSON Web Encryption
| JSON Web Encryption (JWE) | |
| Abbreviation | JWE | 
|---|---|
| Status | Proposed | 
| Year started | 16 January 2012 | 
| First published | 16 January 2012 | 
| Latest version | May 2015 | 
| Organization | IETF | 
| Series | JOSE | 
| Authors | 
 | 
| Domain | Encryption, authentication | 
| Website | datatracker | 
JSON Web Encryption (JWE) is an IETF standard providing a standardised syntax for the exchange of encrypted data, based on JSON and Base64. It is defined by RFC 7516. Along with JSON Web Signature (JWS), it is one of the two possible formats of a JWT (JSON Web Token). JWE forms part of the JavaScript Object Signing and Encryption (JOSE) suite of protocols.