diff --git a/TinyEncryptSpecV1.1.md b/TinyEncryptSpecV1.1.md index 5cb1d5d..abfde2c 100644 --- a/TinyEncryptSpecV1.1.md +++ b/TinyEncryptSpecV1.1.md @@ -12,21 +12,21 @@ File format: Meta format: -| Field | Type | Comment | -|---------|---------|---------------------------------------------| -| version | String | Constant value: `1.1` | -| created | Long | Created time, Unix Epoch | -| userAgent | String | User Agent, e.g. `TinyEncrypt v0.5.1@MacOS` | -| comment | String | Plain text comment | -| encryptedComment | String | Encrypted comment | -| pgpEnvelop | String | Deprecated PGP Publickey Encrypted DataKey | -| pgpFingerprint | String | Deprecated Hex(Sha256(PGP Publickey)) | -| envelop | String | Deprecated KMS Encrypted DataKey | -| envelops | Envelop[] | Envelop Array | -| nonce | byte[] | GCM Nonce | -| fileLength | Long | File Length | -| fileLastModified | Long | File Last Modified | -| compress | Boolean | Compress or not | +| Field | Type | Comment | +|---------|---------|----------------------------------------------| +| version | String | Constant value: `1.1` | +| created | Long | Created time, Unix Epoch | +| userAgent | String | User Agent, e.g. `TinyEncrypt v0.5.1@MacOS` | +| comment | String | Plain text comment | +| encryptedComment | String | Encrypted comment | +| pgpEnvelop | String | `deprecated` PGP Publickey Encrypted DataKey | +| pgpFingerprint | String | `deprecated` Hex(Sha256(PGP Publickey)) | +| envelop | String | `deprecated` KMS Encrypted DataKey | +| envelops | Envelop[] | Envelop Array | +| nonce | byte[] | GCM Nonce | +| fileLength | Long | File Length | +| fileLastModified | Long | File Last Modified | +| compress | Boolean | Compress or not | Envelop format: