web-push-csharp icon indicating copy to clipboard operation
web-push-csharp copied to clipboard

Remove BouncyCastle dependency to use System.Security.Cryptography

Open nanspanico opened this issue 4 years ago • 3 comments

Remove BouncyCastle dependency to use System.Security.Cryptography. Add .net48 support Remove .netstandard1.1 et .netstandard2.0 don't support all crypto methods

nanspanico avatar Dec 18 '20 14:12 nanspanico

Hi,

Thanks for this work.

I look at merging this in however it uses a few APIs that are only available on windows.

I would love to replace them with cross platform alternatives once i get some time to get this merged in.

coryjthompson avatar Jul 03 '21 07:07 coryjthompson

Remove BouncyCastle dependency to use System.Security.Cryptography. Add .net48 support Remove .netstandard1.1 et .netstandard2.0 don't support all crypto methods

Looks good! Could you please remove .net48 and do the cryptography in .net core only

SitecHQ avatar Aug 13 '21 12:08 SitecHQ