aboutsummaryrefslogtreecommitdiff
path: root/secret
diff options
context:
space:
mode:
Diffstat (limited to 'secret')
-rwxr-xr-xsecret4
1 files changed, 4 insertions, 0 deletions
diff --git a/secret b/secret
index 5b8afed..14ec2e0 100755
--- a/secret
+++ b/secret
@@ -12,6 +12,10 @@
12 12
13# Requires: openssl, xsel (for clip only) 13# Requires: openssl, xsel (for clip only)
14 14
15# ksh completion
16# set -A complete_sel_1 clip edit show
17# set -A complete_sel_2 box/secret
18
15opts="aes-256-cbc -iter 1000" # options for openssl 19opts="aes-256-cbc -iter 1000" # options for openssl
16timeout=10 # timeout for clip, in ms 20timeout=10 # timeout for clip, in ms
17editor=${EDITOR:-vi} 21editor=${EDITOR:-vi}

Generated with cgit - Back to sebastiano.tronto.net