Skip to content

LegacyDecryptor and LegacyDecryptorWithMAC use wrong MAC #714

Closed
@noloader

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions