feat: update readme

This commit is contained in:
2023-03-11 17:15:26 +08:00
parent 6f973cbd05
commit ad85033444

View File

@@ -120,13 +120,13 @@ Meta format:
| userAgent | String | User Agent, e.g. `TinyEncrypt v0.6.0@MacOS` | | userAgent | String | User Agent, e.g. `TinyEncrypt v0.6.0@MacOS` |
| comment | String | Plain text comment | | comment | String | Plain text comment |
| encryptedComment | String | Encrypted comment | | encryptedComment | String | Encrypted comment |
| envelop | String | KMS Encrypted DataKey |
| pgpEnvelop | String | PGP Publickey Encrypted DataKey | | pgpEnvelop | String | PGP Publickey Encrypted DataKey |
| pgpFingerprint | String | Hex(Sha256(PGP Publickey)) | | pgpFingerprint | String | Hex(Sha256(PGP Publickey)) |
| ageEnvelop | String | Age Encrypted DataKey | | ageEnvelop | String | Age Encrypted DataKey |
| ageRecipient | String | Age Recipient | | ageRecipient | String | Age Recipient |
| envelop | String | KMS Encrypted DataKey |
| nonce | byte[] | GCM Nonce | | nonce | byte[] | GCM Nonce |
| fileLength | Long | File Length | | fileLength | Long | File Length |
| fileLastModified | Long | File Last Modified | | fileLastModified | Long | File Last Modified, Unix Epoch, in millis |
| compress | Boolean | Compress or not | | compress | Boolean | Compress or not |