Javascript Object Signing and Encryption (JOSE), JSON Web Token (JWT), JSON Web Encryption (JWE) and JSON Web Key (JWK) Implementation for .NET
Ultimate Javascript Object Signing and Encryption (JOSE), JSON Web Token (JWT), JSON Web Encryption (JWE) and JSON Web Key (JWK) Implementation for .NET....
More information
CryptSharp provides a number of password crypt algorithms - BCrypt, LDAP, MD5 (and Apache's htpasswd variant), PHPass (WordPress, phpBB, Drupal), SHA256, SHA512, and Traditional and Extended DES. Additionally it includes Blowfish, SCrypt, and PBKDF2 for any HMAC (.NET's built-in PBKDF2...
More information
This subset of CryptSharp contains only its SCrypt and any-HMAC PBKDF2 functionality.
If you need these algorithms for purposes unrelated to passwords, this package may be sufficient for you. If you are dealing with passwords, use the "CryptSharpOfficial" package.
PBKDF2.NET provides adaptive password-based key derivation functionality (PBKDF2) for the .NET Framework.
It adheres to the suggested PBKDF2 implementation while also holding true to the .NET cryptographic programming model. This is done to ensure smooth transition for users of this library and...
More information
PWDTK.NET (Password Toolkit) is a .NET API which easily allows you to create crypto random salt strings and generate password hashes using a HMAC SHA-512 based version of the PBKDF2 specification. It also contains an implementation of password policies which are enforced using regular...
More information
Rijndael256 makes encrypting data and files a breeze with the AES symmetric-key cipher Rijndael.
Features: AES-128, AES-192, AES-256, Authenticated Encryption (AE), Encrypt-then-MAC (EtM), SHA-512, PBKDF2.
Rijndael256 makes encrypting data and files a breeze with the AES symmetric-key cipher Rijndael.
Features: AES-128, AES-192, AES-256, Authenticated Encryption (AE), Encrypt-then-MAC (EtM), SHA-512, PBKDF2.
HashCreator:
A simple hash provider utility to generate hash key for given string using salt.
- System.Security.Cryptography.RNGCryptoServiceProvider for cryptographic number generation.
- System.Security.Cryptography.Rfc2898DeriveBytes to implement password-based...
More information