24 packages tagged with “scrypt”
Provides modern cryptographic algorithm implementations for .NET based on libsodium. Commonly Used Types: NSec.Cryptography.Aegis256 NSec.Cryptography.Argon2id NSec.Cryptography.Blake2b NSec.Cryptography.Chacha20Poly1305 NSec.Cryptography.Ed25519 NSec.Cryptography.X25519
Scrypt implementation for dotnet core
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.
A .NET implementation of scrypt algorithm.
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 implementation supports only SHA-1). If you are looking to store passwords, odds are CryptSharp has the algorithm you want.
A secure cryptographic library
A C#-wrapped native implementation of the scrypt sequential memory-hard password-based key derivation function (PBKDF) invented by Colin Percival for Universal Windows Platform applications. Features: * x86, x64, and ARM binaries. * Exploits vector instructions for maximum performance. * Can harness multi-core processors if the parallelization parameter is > 1. * On x86 and x64, uses non-temporal prefetching and cache flushes to minimize cache thrashing and reduce potential for cache timing attacks. * Provides a function to select optimal parameters for your memory/time requirements. If you find this package useful, please consider a donation: http://paypal.me/NicholasBauer/25
libsodium-uwp - A secure cryptographic library for Universal Windows Platform
Scrypt library for Bryllite.
This is an improvement for Microsoft ASP.NET Core Identity PasswordHash with Scrypt
pbkdf library for Bryllite.
Small library to generate libsodium-net compatible KeyPair`s and encoded public keys based on predefined formats.
Implements the password-based key derivation function scrypt specified in RFC 7914.
scrypt key-derivation function as a .Net assembly calling a plain-C dll
ASP.NET Core Identity IPasswordHasher implementation using Scrypt.NET
Upgradable hash algorithm password management library for .NET.
scrypt Password Hasher for ASP.NET Core Identity.
ASP.NET Core Identity IPasswordHasher implementation using libsodium scrypt. Offers strength presets and custom opslimit/memlimit settings through NetDevPack builder options. Detects ASP.NET Identity v2/v3 hashes and promotes them to scrypt after successful verification.
prthg-cs dotnet library docs and repository: https://github.com/prothegee/prthg-cs
Scrypt Async (scrypt-async) binding library for Bridge.NET projects.
CryptSharp modernized fork with multi-targeting support. Provides password hashing using BCrypt, SCrypt, PBKDF2, and more for .NET Framework 4.8, .NET 6.0, .NET 8.0, and .NET 10.0.
A secure cryptographic library for .net core projects targeting .net framework
High-performance Scrypt wrapper for .NET with native SIMD-optimized bindings
Pesto is a secure password strength estimator blending features from zxcvbn and Azure AD Password Protection used for sensitive applications that require mutable data structures.