30 packages tagged with “salt”
Provides best practice encryption and hashing methods. These functions can be used to safely encrypt data and hash passwords.
A password hasher.
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!
Sodium is a portable, cross-compilable, installable, packageable fork of NaCl, with a compatible API.
A class library for common encryption tasks. Supports various hash and encryption algorithms.
Simple way of creating and verifying salted password hashes.
A Library for en/decrypting text to Images
Small library for password encryption using salting and hashing as well as other nifty crypto functionalities
Unambitious and straightforward hash library for .NET
Dependency injection friendly small encryption tool
Simple library to create and check password hash and salt.
An OWIN middleware for basic password authentication against a salted hashed password. To salt and hash the password use Rstolsmark.PasswordHashTool.
A .NET global tool for creating a salted hashed password.
A simple toolkits for keeping password security
Passlib.NET is a password library inspired by passlib.
Encrypt & Decrypt Strings and Bytes with Password
Package Description
A completely open source mod loader and modding framework for the game Smol Ame
Password and Data encryption library for .Net 6
NuGet package that provides useful cryptographically-strong static methods. Specifically, random value generation.
.Net Password security tools
Password Hash And Salt (password-hash-and-salt) binding library for Bridge.NET projects.
It generates the Hashed passwods and salt keys.
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.
It creates the hashed password and salt key by usng sha-512
A .Net Standard client for the CoinField cryptocurrency API.
Generating random salt key. Using this salt key we are generating hashed salt key. We generate hashed password with hashed salt key by using SHA512 algorithm.
PWDTK Mobile (Password Toolkit Mobile) is a .NET API which easily allows you to create crypto random salt strings and generate password hashes using a HMAC SHA-256 based version of the PBKDF2 specification. It also contains an implementation of password policies which are enforced using regular expressions.
Password Hasher for hasing Passwords.
A .NET implementation of HKDF.