From 6f973cbd058d5b9c425c0b03c075feba2c0c687c Mon Sep 17 00:00:00 2001 From: Hatter Jiang Date: Sat, 11 Mar 2023 17:13:59 +0800 Subject: [PATCH] feat: update readme --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index cd2a4e1..f61f361 100644 --- a/README.md +++ b/README.md @@ -116,12 +116,14 @@ Meta format: | Field | Type | Comment | |---------|---------|---------------------------------------------| | version | String | Constant value: `1.0` | -| created | Long | Created time, Unix Epoch | -| userAgent | String | User Agent, e.g. `TinyEncrypt v0.5.1@MacOS` | +| created | Long | Created time, Unix Epoch, in millis | +| userAgent | String | User Agent, e.g. `TinyEncrypt v0.6.0@MacOS` | | comment | String | Plain text comment | | encryptedComment | String | Encrypted comment | | pgpEnvelop | String | PGP Publickey Encrypted DataKey | | pgpFingerprint | String | Hex(Sha256(PGP Publickey)) | +| ageEnvelop | String | Age Encrypted DataKey | +| ageRecipient | String | Age Recipient | | envelop | String | KMS Encrypted DataKey | | nonce | byte[] | GCM Nonce | | fileLength | Long | File Length |