Revert "changed default encrpytion algorithmus for keyfiles from des3 to aes256"

This reverts commit cf9e4731b8f2170e529e8b18d64f8f21883ecb85.
This commit is contained in:
keros 2015-05-13 12:11:31 +00:00
parent 127488692d
commit d89231ab2d

View File

@ -861,7 +861,7 @@ See help output for usage details."
# parse command options
shift 2
local crypto="-aes256"
local crypto="-des3"
while [ -n "$1" ]; do
case "$1" in
nopass) crypto= ;;