From 5822cf9b7f95278ba37bcb782dc235024a364028 Mon Sep 17 00:00:00 2001 From: Hatter Jiang Date: Tue, 12 Dec 2023 23:16:34 +0800 Subject: [PATCH] feat: update readme --- README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/README.md b/README.md index ac6ce31..8d48da1 100644 --- a/README.md +++ b/README.md @@ -107,3 +107,17 @@ Smart Card(Yubikey) protected ECDH Encryption description: Decrypt using derived key from restored Shared Secret ``` +Environment + +| KEY | Comment | +|----------------------------------|---------------------------------------------| +| TINY_ENCRYPT_DEFAULT_ALGORITHM | Encryption algorithm, `aes` or `chacha20` | +| TINY_ENCRYPT_DEFAULT_COMPRESS | File compress, `1` or `on`, default `false` | +| TINY_ENCRYPT_NO_PROGRESS | Do not display progress bar | +| TINY_ENCRYPT_PIN | PIV Card PIN | +| TINY_ENCRYPT_KEY_ID | Default Key ID | +| TINY_ENCRYPT_AUTO_SELECT_KEY_IDS | Auto select Key IDs | +| SECURE_EDITOR | Secure Editor | +| EDITOR | Editor (Plaintext) | + +