diff options
| author | Sebastiano Tronto <sebastiano.tronto@gmail.com> | 2022-01-28 07:51:31 +0100 |
|---|---|---|
| committer | Sebastiano Tronto <sebastiano.tronto@gmail.com> | 2022-01-28 07:51:31 +0100 |
| commit | 82aec488d7ad44a30c9130b2bd34bfdecea1f775 (patch) | |
| tree | 29801a2a78ff2b32ccd7128d4affa2f2067ea10b /secret | |
| parent | 0bc7e135aaf1600019c573509c3c801b9b1d6cb7 (diff) | |
| download | scripts-82aec488d7ad44a30c9130b2bd34bfdecea1f775.tar.gz scripts-82aec488d7ad44a30c9130b2bd34bfdecea1f775.zip | |
Added secret
Diffstat (limited to 'secret')
| -rwxr-xr-x | secret | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -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 | ||
| 15 | opts="aes-256-cbc -iter 1000" # options for openssl | 15 | opts="aes-256-cbc -iter 1000" # options for openssl |
| 16 | timeout=10 # timeout for clip, in ms | 16 | timeout=10 # timeout for clip, in ms |
