From 3f58992680eadab608138ada65e563e536cf66b3 Mon Sep 17 00:00:00 2001 From: Hatter Jiang Date: Sat, 25 Mar 2023 16:38:33 +0800 Subject: [PATCH] feat: update spec 1.1 --- TinyEncryptSpecV1.1.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TinyEncryptSpecV1.1.md b/TinyEncryptSpecV1.1.md index 3106e7c..16e9669 100644 --- a/TinyEncryptSpecV1.1.md +++ b/TinyEncryptSpecV1.1.md @@ -23,7 +23,7 @@ Meta format: | pgpEnvelop | String | `deprecated` PGP Publickey Encrypted DataKey | | pgpFingerprint | String | `deprecated` Hex(Sha256(PGP Publickey)) | | ageEnvelop | String | `deprecated` PGP Publickey Encrypted DataKey | -| ageRecipient | String | `deprecated` Hex(Sha256(PGP Publickey)) | +| ageRecipient | String | `deprecated` age1*** | | envelop | String | `deprecated` KMS Encrypted DataKey | | envelops | Envelop[] | Envelop Array | | nonce | String | `base64` GCM Nonce |