-
Notifications
You must be signed in to change notification settings - Fork 257
Open
Description
Since MD5 is not available on browser
target I get a System.Security.Cryptography.CryptographicException: 'MD5' is not a known hash algorithm.
error while attempting to save PDF files on a Blazor WebAssembly app.
In PdfStandardSecurityHandler.cs
, I've changed the MD5 to SHA256 (it is supported on Blazor) and it works for my use case, modifying metadata and outlines.
Is it possible to change the MD5 to one of the supported algorithms mentioned above?
vonj
Metadata
Metadata
Assignees
Labels
No labels