Found 33 packages
A password hasher.
Password Hash And Salt (password-hash-and-salt) binding library for Bridge.NET projects.
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 expressions. This has been designed with a focus on 'ease of use' without any trade off in security. The .dll is reversable in JustDecompile or your favourite MISL decompiler; However totally understand if you wish to review the source code and build your own .dll (or even modify it if you want) so the source code can be pulled from my repo here: https://github.com/Thashiznets/PWDTK.NET.git feel free to fork and request updates to the code if you feel you have something of value. (Note: if you are the NSA trying to put some kind of backdoor in.....I'm already onto you so your attempts will be futile!) New versions will be built and updated here in NuGet also as a package that can be imported easily yay!
Simple way of creating and verifying salted password hashes.
A .NET global tool for creating a salted hashed password.
ASP.Net, hashing with salt & verification (encrypt & decrypt style). Password-Based Key Derivation Function 2
this library can use to generate passwaord hash and salt value, also it can be use verify password hashing and salting
An OWIN middleware for basic password authentication against a salted hashed password. To salt and hash the password use Rstolsmark.PasswordHashTool.
Simple library to create and check password hash and salt.
*** THIS LIBRARY IS NO LONGER BEING MAINTAINED. USE THE CRYPTHASH.NET LIBRARY INSTEAD, WICH HAS BETTER DESIGN, PERFORMANCE AND ALGORITHMS SUPPORT *** CryptHash.Core is a .NET Standard Class Library for text and files symmetric (AES 256 CBC) authenticated (HMACSHA256) encryption/decryption with salt, and text/files hashing (MD5, SHA1, SHA256, SHA384, SHA512 and BCrypt).
A password hasher that generates a unique salt for each hash.
A Library for en/decrypting text to Images
.Net Password security tools
A tiny package for one call password hash (sha2) generator and matcher. Simple Do var h = new Hasher(); var hash = h.getHash("abcd"); var salt = h.Salt; Now you can store salt and hash. To match simply do: var h2 = new Hasher(salt); h2.match(stringToCheck, hash); // returns true or false
Unambitious and straightforward hash library for .NET
Tool for hashing and salting strings (passwords), you can specify the salt size before encrypting
A tool for text hashing with random or defined salt, and verfiy it by extracting the salt from hashed text, then hash the plain text with the extracted salt and match it with the original hashed text.
.Net Core version of https://github.com/sjh37/Effortless-.Net-Encryption Effortless .Net Core Encryption is a library that provides: Rijndael encryption/decyption, Hashing and Digest creation/validation and Password/salt creation. Thanks to Simon Hughes
Small library for password encryption using salting and hashing as well as other nifty crypto functionalities
Passlib.NET is a password library inspired by passlib.