feat: update readme

This commit is contained in:
2023-03-11 17:13:59 +08:00
parent 72307b1dfd
commit 6f973cbd05

View File

@@ -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 |