feat: update readme, add TINY_ENCRYPT_ENV_EXTERNAL_COMMAND

This commit is contained in:
2025-09-13 23:58:08 +08:00
parent 7c752eab41
commit c8175e2654

View File

@@ -154,7 +154,7 @@ 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` |
@@ -166,7 +166,7 @@ Environment
| 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_ENV_EXTERNAL_COMMAND | External command cli |
| TINY_ENCRYPT_EXTERNAL_COMMAND | External command cli |
| SECURE_EDITOR | Secure Editor |
| EDITOR | Editor (Plaintext) |