From 61fa9216efb8d6ef170c47399faacee4f3546a63 Mon Sep 17 00:00:00 2001 From: Hatter Jiang Date: Sat, 11 Mar 2023 17:17:27 +0800 Subject: [PATCH] feat: update readme --- README.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 4908710..3933dab 100644 --- a/README.md +++ b/README.md @@ -120,13 +120,13 @@ Meta format: | userAgent | String | User Agent, e.g. `TinyEncrypt v0.6.0@MacOS` | | comment | String | Plain text comment | | encryptedComment | String | Encrypted comment | -| envelop | String | KMS Encrypted DataKey | -| pgpEnvelop | String | PGP Publickey Encrypted DataKey | +| envelop | String | KMS encrypted data key | +| pgpEnvelop | String | PGP Publickey encrypted data key | | pgpFingerprint | String | Hex(Sha256(PGP Publickey)) | -| ageEnvelop | String | Age Encrypted DataKey | -| ageRecipient | String | Age Recipient | -| nonce | byte[] | GCM Nonce | -| fileLength | Long | File Length | -| fileLastModified | Long | File Last Modified, Unix Epoch, in millis | -| compress | Boolean | Compress or not | +| ageEnvelop | String | Age encrypted data key | +| ageRecipient | String | Age recipient | +| nonce | byte[] | GCM nonce | +| fileLength | Long | File length | +| fileLastModified | Long | File last modified, Unix Epoch, in millis | +| compress | Boolean | Compressed or not |