No default cipher-algo(!) use gpg' user's settings!
This commit is contained in:
parent
2be10d3dbf
commit
5a2c3fb2eb
1 changed files with 1 additions and 1 deletions
|
@ -90,7 +90,7 @@ ENCRYPT()
|
||||||
# Symmetric encryption using the long MASTERKEY. We use AES
|
# Symmetric encryption using the long MASTERKEY. We use AES
|
||||||
# and OpenPGP's modification detection code (mdc).
|
# and OpenPGP's modification detection code (mdc).
|
||||||
(printf "%s" "$MASTERKEY" | \
|
(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
|
--passphrase-fd 0 --output - -c /dev/fd/3) 3<&0
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue