From 3812001474c964647f99f310a82dc811e6a10762 Mon Sep 17 00:00:00 2001 From: Hatter Jiang Date: Sat, 18 Oct 2025 14:45:50 +0800 Subject: [PATCH] feat: updates --- README.md | 32 ++++++++++++++++---------------- 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/README.md b/README.md index 3abf543..6e6a273 100644 --- a/README.md +++ b/README.md @@ -157,22 +157,22 @@ Smart Card(Yubikey) protected ECDH Encryption description as below: Environment -| KEY | Comment | -|----------------------------------|---------------------------------------------| -| TINY_ENCRYPT_CONFIG_FILE | Config file | -| 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_NO_DEFAULT_PIN_HINT | Do not display default PIN hint | -| TINY_ENCRYPT_USE_DIALOGUER | Use dialoguer | -| TINY_ENCRYPT_PIN | PIV Card PIN | -| TINY_ENCRYPT_KEY_ID | Default Key ID | -| TINY_ENCRYPT_AUTO_SELECT_KEY_IDS | Auto select Key IDs | -| TINY_ENCRYPT_AUTO_COMPRESS_EXTS | Auto compress file exts | -| TINY_ENCRYPT_PIN_ENTRY | PIN entry command cli | -| TINY_ENCRYPT_EXTERNAL_COMMAND | External command cli | -| SECURE_EDITOR | Secure Editor | -| EDITOR | Editor (Plaintext) | +| KEY | Comment | +|----------------------------------|----------------------------------------------------------------| +| TINY_ENCRYPT_CONFIG_FILE | Config file | +| 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_NO_DEFAULT_PIN_HINT | Do not display default PIN hint | +| TINY_ENCRYPT_USE_DIALOGUER | Use dialoguer | +| TINY_ENCRYPT_PIN | PIV Card PIN | +| TINY_ENCRYPT_KEY_ID | Default Key ID | +| TINY_ENCRYPT_AUTO_SELECT_KEY_IDS | Auto select Key IDs | +| TINY_ENCRYPT_AUTO_COMPRESS_EXTS | Auto compress file exts | +| TINY_ENCRYPT_PIN_ENTRY | PIN entry command cli | +| TINY_ENCRYPT_EXTERNAL_COMMAND | External command cli | +| SECURE_EDITOR | Secure Editor [\[OWS RFC6\]](https://openwebstandard.org/rfc6) | +| EDITOR | Editor (Plaintext) | Alternative environment setup: ```shell