feat: update readme
This commit is contained in:
@@ -116,12 +116,14 @@ Meta format:
|
|||||||
| Field | Type | Comment |
|
| Field | Type | Comment |
|
||||||
|---------|---------|---------------------------------------------|
|
|---------|---------|---------------------------------------------|
|
||||||
| version | String | Constant value: `1.0` |
|
| version | String | Constant value: `1.0` |
|
||||||
| created | Long | Created time, Unix Epoch |
|
| created | Long | Created time, Unix Epoch, in millis |
|
||||||
| userAgent | String | User Agent, e.g. `TinyEncrypt v0.5.1@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 |
|
||||||
| 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 |
|
||||||
|
| ageRecipient | String | Age Recipient |
|
||||||
| envelop | String | KMS Encrypted DataKey |
|
| envelop | String | KMS Encrypted DataKey |
|
||||||
| nonce | byte[] | GCM Nonce |
|
| nonce | byte[] | GCM Nonce |
|
||||||
| fileLength | Long | File Length |
|
| fileLength | Long | File Length |
|
||||||
|
|||||||
Reference in New Issue
Block a user