Closed
Description
Crypto++ 6.0 changed DefaultDecryptor
and DefaultDecryptorWithMAC
to use modern algorithms. Also see Issue 345.
At that time we also provided LegacyDecryptor
and LegacyDecryptorWithMAC
for folks who needed interop with the older algorithm. We botched the interop by using the new MAC (SHA256-based) instead of the old MAC (SHA1-based). Also see Update DefaultEncryptor, DefaultEncryptorWithMAC and friends.
This ticket will track the change to LegacyDecryptor
and LegacyDecryptorWithMAC
for SHA1-based MACs.
Activity