-
Notifications
You must be signed in to change notification settings - Fork 150
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
DES decryption issue on .NET Core (3.1 and 5.0) since 12.1.0 #151
Comments
You have to provide more information regarding the issue.
|
|
After recompile your code on .NET 5 without any change, both DESPrivacyProvider and AesPrivacyProvider work fine. So I guess .NET 5 has everything your project requires. Is it possible to add a framework target for .NET 5 or newer to provide high dotnet version support? |
Doesn't this one also fix the issue #146? Also, please, take note, that this won't work on Windows 7 SP1 (even when net50 is supported there). |
Windows 7 reached end of life a while ago, so no longer in scope for this project. |
I'm seeing a decryption issue with the DES privacy provider that seems to have been introduced in release 12.1.0
No matter what I try I keep getting Malformed Messages after decryption. If I revert back to 12.0.0 the problem disappears without any additional changes. The Triple DES provider doesn't seem to be affected. Tested this on .NET Core 3.1 and 5.0
The text was updated successfully, but these errors were encountered: