An open API service indexing awesome lists of open source software.

https://github.com/datajuggler/datajuggler.core.cryptography

This is a port of CryptographyHelper from DataJuggler.Core.UltimateHelper for dot net framework so it can be used in Dot Net Core projects. This class uses System.Security.AesManaged for encryption / decryption and Konscious.Security.Cryptography.Argon2 by Keef Aragon for password hashing.
https://github.com/datajuggler/datajuggler.core.cryptography

Last synced: over 1 year ago
JSON representation

This is a port of CryptographyHelper from DataJuggler.Core.UltimateHelper for dot net framework so it can be used in Dot Net Core projects. This class uses System.Security.AesManaged for encryption / decryption and Konscious.Security.Cryptography.Argon2 by Keef Aragon for password hashing.

Awesome Lists containing this project