VahidN / iTextSharp.LGPLv2.Core

iTextSharp.LGPLv2.Core is an unofficial port of the last LGPL version of the iTextSharp (V4.1.6) to .NET Core
Other
615 stars 154 forks source link

Use BouncyCastle to do MD5 digests when running in the browser #112

Closed michaelcheers closed 2 years ago

michaelcheers commented 2 years ago

System.Security.Cryptography.MD5 is unsupported by Blazor. It is useful to be able to use iTextSharp from the browser platform.

This pull requests makes it check if it is running in the browser and if so use BouncyCastle instead of System.Security.Cryptography for MD5.