feat: update readme
This commit is contained in:
16
README.md
16
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 |
|
||||
|
||||
|
||||
Reference in New Issue
Block a user