Skip to content

Commit

Permalink
added password entry clarification to aes-encrypt and aes-decrypt
Browse files Browse the repository at this point in the history
  • Loading branch information
VectorCell committed Mar 14, 2021
1 parent bba5fc4 commit 3981018
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions scripts/aes-decrypt
Expand Up @@ -15,6 +15,7 @@ if [ -n "$1" ]; then
-
exit $?
else
1>&2 echo "Prompting for password on desktop (GUI) (if applicable) ..."
$PROG -d -
exit $?
fi
Expand Down
3 changes: 3 additions & 0 deletions scripts/aes-encrypt
Expand Up @@ -26,6 +26,9 @@ if [ -n "$1" ]; then
-
exit $?
else

1>&2 echo "Prompting for password on desktop (GUI) ..."

$PROG \
--symmetric \
--s2k-mode 3 \
Expand Down

0 comments on commit 3981018

Please sign in to comment.