feat: update readme

This commit is contained in:
2023-03-11 17:17:27 +08:00
parent ad85033444
commit 61fa9216ef

View File

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