Skip to content
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

SHA256 problem #19

Open
carpediem-av opened this issue Oct 8, 2023 · 0 comments
Open

SHA256 problem #19

carpediem-av opened this issue Oct 8, 2023 · 0 comments

Comments

@carpediem-av
Copy link

It's better to replace the line
builder.SealWithMac("temp", HashAlgorithmName.SHA256, 1);

with
builder.SealWithMac("temp", HashAlgorithmName.SHA1, 1);

SHA256 is only understood by Windows 10 builds above 1703, or Windows Server 2019, as well as newer operating systems.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant