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

Added an MD5 implementation for compatibility with WebAssembly #111

Closed michaelcheers closed 2 years ago

michaelcheers commented 2 years ago

WebAssembly does not have native support for MD5. I made it use the MD5 algorithm from acryptohashnet which is also LGPL licensed.