No default cipher-algo(!) use gpg' user's settings!

This commit is contained in:
root 2013-02-14 00:00:00 +00:00
parent 2be10d3dbf
commit 5a2c3fb2eb

View file

@ -90,7 +90,7 @@ ENCRYPT()
# Symmetric encryption using the long MASTERKEY. We use AES
# and OpenPGP's modification detection code (mdc).
(printf "%s" "$MASTERKEY" | \
gpg --batch --force-mdc --cipher-algo AES --compress-algo none \
gpg --batch --force-mdc --compress-algo none \
--passphrase-fd 0 --output - -c /dev/fd/3) 3<&0
}