Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove BouncyCastle dependency to use System.Security.Cryptography #75

Open
wants to merge 7 commits into
base: master
Choose a base branch
from

Conversation

nanspanico
Copy link

@nanspanico nanspanico commented Dec 18, 2020

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

@coryjthompson
Copy link
Member

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.

@SitecHQ
Copy link

SitecHQ commented Aug 13, 2021

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

@angelaki
Copy link

angelaki commented May 6, 2024

Any news on this? Would like to see a version with System.Security.Cryptography only :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants