aboutsummaryrefslogtreecommitdiff
path: root/secret
diff options
context:
space:
mode:
authorSebastiano Tronto <sebastiano.tronto@gmail.com>2022-01-28 07:51:31 +0100
committerSebastiano Tronto <sebastiano.tronto@gmail.com>2022-01-28 07:51:31 +0100
commit82aec488d7ad44a30c9130b2bd34bfdecea1f775 (patch)
tree29801a2a78ff2b32ccd7128d4affa2f2067ea10b /secret
parent0bc7e135aaf1600019c573509c3c801b9b1d6cb7 (diff)
downloadscripts-82aec488d7ad44a30c9130b2bd34bfdecea1f775.tar.gz
scripts-82aec488d7ad44a30c9130b2bd34bfdecea1f775.zip
Added secret
Diffstat (limited to '')
-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