Compare commits

...

2 Commits

Author SHA1 Message Date
Shohei YOSHIDA 7dd26c5d5c
Merge pull request #1219 from SyrupyTasty/master
Fix Decrypt completion
2026-01-26 00:31:32 +09:00
Syrupy 8794fdca69
Fix Decrypt completion
Fix 'decrypt the input data' option
2026-01-25 12:18:42 +08:00
1 changed files with 1 additions and 1 deletions

View File

@ -990,7 +990,7 @@ _openssl_enc() {
'-out[output file name]:file:_files' \
'-pass[password source]:source:_openssl_pass_phrase_options' \
'-e[encrypt the input data(default behavior)]' \
'-e[decrypt the input data]' \
'-d[decrypt the input data]' \
'(-a -base64)'{-a,-base64}'[Base64 proess the data]' \
'-A[base64 encoding produces output without any newline character]' \
'-k[password to derive the key from]:password' \