Dart Requires Chilkat v11.0.0+
Dart
JWE Using General JWE JSON Serialization
See more JSON Web Encryption (JWE) Examples
This example duplicates the example A.4 in RFC 7516 for JSON Web Encryption (JWE).This example demonstrates the capability for encrypting the same plaintext to multiple recipients. Two recipients are present in this example.
Chilkat Dart Downloads
import 'package:chilkat/chilkat.dart';
void main() {
// This requires the Chilkat API to have been previously unlocked.
// See Global Unlock Sample for sample code.
// Note: This example requires Chilkat v9.5.0.66 or greater.
final plaintext = 'Live long and prosper.';
final jwe = CkJwe();
// First build the JWE Protected Header: {"enc":"A128CBC-HS256"}
final jweProtHdr = CkJsonObject();
jweProtHdr.appendString('enc', 'A128CBC-HS256');
jwe.setProtectedHeader(jweProtHdr);
// The first recipient uses the RSAES-PKCS1-v1_5 algorithm to encrypt
// the CEK. The second uses AES Key Wrap to encrypt the CEK. Key ID
// values are supplied for both keys. The two JWE Per-Recipient
// Unprotected Header values used to represent these algorithms and key
// IDs are:
//
// {"alg":"RSA1_5","kid":"2011-04-29"}
//
// and
//
// {"alg":"A128KW","kid":"7"}
final jweRecipientHdr1 = CkJsonObject();
jweRecipientHdr1.appendString('alg', 'RSA1_5');
jweRecipientHdr1.appendString('kid', '2011-04-29');
var recipientIndex = 0;
jwe.setRecipientHeader(recipientIndex, jweRecipientHdr1);
final jweRecipientHdr2 = CkJsonObject();
jweRecipientHdr2.appendString('alg', 'A128KW');
jweRecipientHdr2.appendString('kid', '7');
recipientIndex = 1;
jwe.setRecipientHeader(recipientIndex, jweRecipientHdr2);
// Set the Shared Unprotected Header: {"jku":"https://server.example.com/keys.jwks"}
final jweUnprotHdr = CkJsonObject();
jweUnprotHdr.appendString('jku', 'https://server.example.com/keys.jwks');
jwe.setUnprotectedHeader(jweUnprotHdr);
// Note: The intent of specifying a "kid" (an acronym for "Key ID") is that
// the software would somehow download the keys.jwks from https://server.example.com/keys.jwks,
// and would select the key (whatever format it may be, such as RSA, or an AES key wrap key, etc.),
// and then automatically use it.
// This example keeps the "kid" and "jku" in their respective headers, but does not actually fetch
// the keys from some URL. We'll just provide the keys directly..
// Recipient 0 uses this RSA key:
final sbJwk = CkStringBuilder();
sbJwk.append('{"kty":"RSA",');
sbJwk.append('"n":"sXchDaQebHnPiGvyDOAT4saGEUetSyo9MKLOoWFsueri23bOdgWp4Dy1Wl');
sbJwk.append('UzewbgBHod5pcM9H95GQRV3JDXboIRROSBigeC5yjU1hGzHHyXss8UDpre');
sbJwk.append('cbAYxknTcQkhslANGRUZmdTOQ5qTRsLAt6BTYuyvVRdhS8exSZEy_c4gs_');
sbJwk.append('7svlJJQ4H9_NxsiIoLwAEk7-Q3UXERGYw_75IDrGA84-lA_-Ct4eTlXHBI');
sbJwk.append('Y2EaV7t7LjJaynVJCpkv4LKjTTAumiGUIuQhrNhZLuF_RJLqHpM2kgWFLU');
sbJwk.append('7-VTdL1VbC2tejvcI2BlMkEpk1BzBZI0KQB0GaDWFLN-aEAw3vRw",');
sbJwk.append('"e":"AQAB",');
sbJwk.append('"d":"VFCWOqXr8nvZNyaaJLXdnNPXZKRaWCjkU5Q2egQQpTBMwhprMzWzpR8Sxq');
sbJwk.append('1OPThh_J6MUD8Z35wky9b8eEO0pwNS8xlh1lOFRRBoNqDIKVOku0aZb-ry');
sbJwk.append('nq8cxjDTLZQ6Fz7jSjR1Klop-YKaUHc9GsEofQqYruPhzSA-QgajZGPbE_');
sbJwk.append('0ZaVDJHfyd7UUBUKunFMScbflYAAOYJqVIVwaYR5zWEEceUjNnTNo_CVSj');
sbJwk.append('-VvXLO5VZfCUAVLgW4dpf1SrtZjSt34YLsRarSb127reG_DUwg9Ch-Kyvj');
sbJwk.append('T1SkHgUWRVGcyly7uvVGRSDwsXypdrNinPA4jlhoNdizK2zF2CWQ",');
sbJwk.append('"p":"9gY2w6I6S6L0juEKsbeDAwpd9WMfgqFoeA9vEyEUuk4kLwBKcoe1x4HG68');
sbJwk.append('ik918hdDSE9vDQSccA3xXHOAFOPJ8R9EeIAbTi1VwBYnbTp87X-xcPWlEP');
sbJwk.append('krdoUKW60tgs1aNd_Nnc9LEVVPMS390zbFxt8TN_biaBgelNgbC95sM",');
sbJwk.append('"q":"uKlCKvKv_ZJMVcdIs5vVSU_6cPtYI1ljWytExV_skstvRSNi9r66jdd9-y');
sbJwk.append('BhVfuG4shsp2j7rGnIio901RBeHo6TPKWVVykPu1iYhQXw1jIABfw-MVsN');
sbJwk.append('-3bQ76WLdt2SDxsHs7q7zPyUyHXmps7ycZ5c72wGkUwNOjYelmkiNS0",');
sbJwk.append('"dp":"w0kZbV63cVRvVX6yk3C8cMxo2qCM4Y8nsq1lmMSYhG4EcL6FWbX5h9yuv');
sbJwk.append('ngs4iLEFk6eALoUS4vIWEwcL4txw9LsWH_zKI-hwoReoP77cOdSL4AVcra');
sbJwk.append('Hawlkpyd2TWjE5evgbhWtOxnZee3cXJBkAi64Ik6jZxbvk-RR3pEhnCs",');
sbJwk.append('"dq":"o_8V14SezckO6CNLKs_btPdFiO9_kC1DsuUTd2LAfIIVeMZ7jn1Gus_Ff');
sbJwk.append('7B7IVx3p5KuBGOVF8L-qifLb6nQnLysgHDh132NDioZkhH7mI7hPG-PYE_');
sbJwk.append('odApKdnqECHWw0J-F0JWnUd6D2B_1TvF9mXA2Qx-iGYn8OVV1Bsmp6qU",');
sbJwk.append('"qi":"eNho5yRBEBxhGBtQRww9QirZsB66TrfFReG_CcteI1aCneT0ELGhYlRlC');
sbJwk.append('tUkTRclIfuEPmNsNDPbLoLqqCVznFbvdB7x-Tl-m0l_eFTj2KiqwGqE9PZ');
sbJwk.append('B9nNTwMVvH3VRRSLWACvPnSiwP8N5Usy-WRXS-V7TbpxIhvepTfE0NNo"');
sbJwk.append('}');
// Load this JWK into a Chilkat private key object.
final rsaPrivKey = CkPrivateKey();
try {
rsaPrivKey.loadJwk(sbJwk.getAsString());
} on ChilkatException catch (e) {
print(e.lastErrorText);
return;
}
// Get the public key for encryption. (The RSA private key is used for decryption.)
final rsaPubKey = CkPublicKey();
rsaPrivKey.toPublicKey(rsaPubKey);
recipientIndex = 0;
jwe.setPublicKey(recipientIndex, rsaPubKey);
// Recipient 1 uses AES Key Wrap
final aesWrappingKey = 'GawgguFyGrWKav7AX4VKUg';
recipientIndex = 1;
jwe.setWrappingKey(recipientIndex, aesWrappingKey, 'base64url');
// OK.. everything has been specified.
// Now encrypt. Chilkat will use the general JSON serialization because it is only
// possible serializationto use given there are multiple recipients.
final String strJwe;
try {
strJwe = jwe.encrypt(plaintext, 'utf-8');
} on ChilkatException catch (e) {
print(e.lastErrorText);
return;
}
// The strJwe is in the most compact form possible (a single line).
// Let's load it into a JSON object and examine in a non-compact pretty-printed format:
final jsonTemp = CkJsonObject();
jsonTemp.load(strJwe);
jsonTemp.emitCompact = false;
print(jsonTemp.emit());
// The JWE looks like this:
// (Note: Because of random values used in the encryption process, your encrypted results will be different.)
// {
// "protected": "eyJlbmMiOiJBMTI4Q0JDLUhTMjU2In0",
// "unprotected": {
// "jku": "https://server.example.com/keys.jwks"
// },
// "recipients": [
// {
// "header": {
// "alg": "RSA1_5",
// "kid": "2011-04-29"
// },
// "encrypted_key": "WlUggejR-vStJVNKgjG2mQrVv74aga1FFutT8E-n-yJEOTsOVnGjhj1NW_Snd9DqHAhFrc7NEvKCFplKWGnusBZxxjm1JpdUa0MIpkGmncJHQQdfm21vcbEUbDmfqVY79SnEis3tih1D3qmyp_Bxti4byDAHJIOJv_cj0Sx8oHZzgGtOLjtHsydyo1MtBIqI0w86i_uhUuraihZ3ngj67YZ6uqpR6lulkPIVohfF3oJ0D3Ay_XOCHWlHYkTg6VZsa0FDrPtfB2pG3TxTBPwI4IMj5uF_D3zrg51dCYKU1Gah71ujLaXRE5q9XF7oOknxiWQuWc7Ox8JP03lSx-DiVA"
// },
// {
// "header": {
// "alg": "A128KW",
// "kid": "7"
// },
// "encrypted_key": "8diBP2aUUB_Jl5WxCuMJLN6HsppE3rhSjcecee0fBcwB31zbPAVejQ"
// }
// ],
// "iv": "JqahFKx5Z8SFT_LnkfOq0Q",
// "ciphertext": "YcSdjlszsaY1ADcs4Vw85H_WoAqnkDIJaJsTkmCj05s",
// "tag": "G3KF2CZ-DMhm0cqUbhJKMA"
// }
// To decrypt, we don't need both recipient keys. We can decrypt with one key or the other.
// The FindRecipient method can be used to find a particular recipient index.
// First, load the JWE..
final jwe2 = CkJwe();
try {
jwe2.loadJwe(strJwe);
} on ChilkatException catch (e) {
print(e.lastErrorText);
return;
}
// Let's say we have the AES key wrap key, and we know the "kid" equals "7".
final caseSensitive = false;
recipientIndex = jwe2.findRecipient('kid', '7', caseSensitive);
if (recipientIndex < 0) {
print('Unable to find recipient with kid=7');
return;
}
// Set the AES wrap key for the recipient index.
jwe2.setWrappingKey(recipientIndex, aesWrappingKey, 'base64url');
// Decrypt
String originalPlaintext;
try {
originalPlaintext = jwe2.decrypt(recipientIndex, 'utf-8');
} on ChilkatException catch (e) {
print(e.lastErrorText);
return;
}
print('original text decrypted with AES key wrap key: ');
print(originalPlaintext);
// Now, let's do the same with the RSA private key:
recipientIndex = jwe2.findRecipient('kid', '2011-04-29', caseSensitive);
if (recipientIndex < 0) {
print('Unable to find recipient with kid=2011-04-29');
return;
}
// Set the RSA private key for the recipient index.
jwe2.setPrivateKey(recipientIndex, rsaPrivKey);
// Decrypt
try {
originalPlaintext = jwe2.decrypt(recipientIndex, 'utf-8');
} on ChilkatException catch (e) {
print(e.lastErrorText);
return;
}
print('original text decrypted with RSA private key: ');
print(originalPlaintext);
// ---------------------------------------------------------------------------------
// It should also be possible to decrypt the JWE as shown in RFC 7516, Appendix A.4.7
// because it was produced using the same keys.
final sbJwe = CkStringBuilder();
sbJwe.append('{');
sbJwe.append('"protected":');
sbJwe.append('"eyJlbmMiOiJBMTI4Q0JDLUhTMjU2In0",');
sbJwe.append('"unprotected":');
sbJwe.append('{"jku":"https://server.example.com/keys.jwks"},');
sbJwe.append('"recipients":[');
sbJwe.append('{"header":');
sbJwe.append('{"alg":"RSA1_5","kid":"2011-04-29"},');
sbJwe.append('"encrypted_key":');
sbJwe.append('"UGhIOguC7IuEvf_NPVaXsGMoLOmwvc1GyqlIKOK1nN94nHPoltGRhWhw7Zx0-');
sbJwe.append('kFm1NJn8LE9XShH59_i8J0PH5ZZyNfGy2xGdULU7sHNF6Gp2vPLgNZ__deLKx');
sbJwe.append('GHZ7PcHALUzoOegEI-8E66jX2E4zyJKx-YxzZIItRzC5hlRirb6Y5Cl_p-ko3');
sbJwe.append('YvkkysZIFNPccxRU7qve1WYPxqbb2Yw8kZqa2rMWI5ng8OtvzlV7elprCbuPh');
sbJwe.append('cCdZ6XDP0_F8rkXds2vE4X-ncOIM8hAYHHi29NX0mcKiRaD0-D-ljQTP-cFPg');
sbJwe.append('wCp6X-nZZd9OHBv-B3oWh2TbqmScqXMR4gp_A"},');
sbJwe.append('{"header":');
sbJwe.append('{"alg":"A128KW","kid":"7"},');
sbJwe.append('"encrypted_key":');
sbJwe.append('"6KB707dM9YTIgHtLvtgWQ8mKwboJW3of9locizkDTHzBC2IlrT1oOQ"}],');
sbJwe.append('"iv":');
sbJwe.append('"AxY8DCtDaGlsbGljb3RoZQ",');
sbJwe.append('"ciphertext":');
sbJwe.append('"KDlTtXchhZTGufMYmOYGS4HffxPSUrfmqCHXaI9wOGY",');
sbJwe.append('"tag":');
sbJwe.append('"Mz-VPPyU4RlcuYv1IwIvzw"');
sbJwe.append('}');
try {
jwe2.loadJweSb(sbJwe);
} on ChilkatException catch (e) {
print(e.lastErrorText);
return;
}
// We can decrypt with either key. Let's use the AES key wrap key...
recipientIndex = jwe2.findRecipient('kid', '7', caseSensitive);
if (recipientIndex < 0) {
print('Unable to find recipient with kid=7');
return;
}
// Set the AES wrap key for the recipient index.
jwe2.setWrappingKey(recipientIndex, aesWrappingKey, 'base64url');
// Decrypt
try {
originalPlaintext = jwe2.decrypt(recipientIndex, 'utf-8');
} on ChilkatException catch (e) {
print(e.lastErrorText);
return;
}
print('original text decrypted from published JWE, with AES key wrap key: ');
print(originalPlaintext);
// The output:
// original text decrypted with AES key wrap key:
// Live long and prosper.
// original text decrypted with RSA private key:
// Live long and prosper.
// original text decrypted from published JWE, with AES key wrap key:
// Live long and prosper.
}