ReadX509CertificateFromPem icon indicating copy to clipboard operation
ReadX509CertificateFromPem copied to clipboard

SHA256 problem

Open carpediem-av opened this issue 1 year ago • 0 comments

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.

carpediem-av avatar Oct 08 '23 08:10 carpediem-av