diff --git a/releasenotes/notes/bug-1633518-0646722faac1a4b9.yaml b/releasenotes/notes/bug-1633518-0646722faac1a4b9.yaml new file mode 100644 index 000000000000..f6ca94bbd739 --- /dev/null +++ b/releasenotes/notes/bug-1633518-0646722faac1a4b9.yaml @@ -0,0 +1,7 @@ +--- +fixes: + - Prior to Newton, volumes encrypted by the CryptsetupEncryptor and + LuksEncryptor encryption providers used a mangled passphrase stripped of + leading zeros per hexadecimal. When opening encrypted volumes, + LuksEncryptor now attempts to replace these mangled passphrases if detected + while CryptsetupEncryptor simply uses the mangled passphrase.