aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xsecret2
1 files changed, 1 insertions, 1 deletions
diff --git a/secret b/secret
index 2b4d470..0554bdb 100755
--- a/secret
+++ b/secret
@@ -10,7 +10,7 @@
10# edit: edit or add a file 10# edit: edit or add a file
11# show: show the full encrypted file 11# show: show the full encrypted file
12 12
13# Requires: openssl 13# Requires: openssl, xsel (for clip only)
14 14
15opts="aes-256-cbc -iter 1000" # options for openssl 15opts="aes-256-cbc -iter 1000" # options for openssl
16timeout=10 # timeout for clip, in ms 16timeout=10 # timeout for clip, in ms

Generated with cgit - Back to sebastiano.tronto.net