trie
bcrypt.net
trie | bcrypt.net | |
---|---|---|
3 | 10 | |
100 | 845 | |
- | 1.3% | |
6.8 | 4.0 | |
7 months ago | 5 months ago | |
C# | C# | |
MIT License | MIT License |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
trie
- Filtering an object by comparing a list of strings the object has with another blacklisted list of strings, taking into account wildcards?
-
Finding distinct values in an big list, fast
A quick google found me this package. Can be installed via NuGet under the name ktrie. Just ran a few little tests in a test project and the StringTrieSet seems like the best fit for what you are trying to do.
- Memory efficient way to store strings in runtime.
bcrypt.net
-
JWT Authentication in ASP.NET
BCrypt.NET
-
MySql in ASP.NET core connection issue
The simplest option is to avoid writing your own crypto code; instead, use an existing library such as BCrypt.Net:
- Hash Password With Argon2id
- Is this a decent JWT / Identity-like template?
- Reader won't do anything if I pass wrong credentials in SQL query
-
Password storing advice?
Use bcrypt. There's a Netstandard 2.0 package available that you can use in Unity. https://github.com/BcryptNet/bcrypt.net
- bcrypt.net: password hashes suddenly stopped matching
-
How to use a hashed code to login? ASP.net
Take a look at Bcrypt.Net. It will converts a raw password string into a string that contains both the hash, salt, and number of times to hash the password.
-
Is there a .NET library or component to manage user rights for a desktop application?
Honestly, what you really want is the app to have access to a central database and then you can create a user_properties table for your users and a user_roles table for their roles. Use bcrypt to hash the passwords and your done. At the start of your application, throw up a login dialog that queries the user_properties table.
- Do you use a library for package salting/hashing passwords?
What are some alternatives?
Lean - Lean Algorithmic Trading Engine by QuantConnect (Python, C#)
Quasar - Remote Administration Tool for Windows
soundfingerprinting - Open source audio fingerprinting in .NET. An efficient algorithm for acoustic fingerprinting written purely in C#.
Genius.NET - .NET library to access Genius API @ (https://www.genius.com)
Dithering - Image dithering techniques using C#
Security.PasswordHasher - Argon2, BCrypt and Scrypt implementation for ASP.NET Core Identity
C-Sharp - All algorithms implemented in C#.
Orcus-1.9.1-src - Full Orcus 1.9.1 Source Code
DawgSharp - DAWG String Dictionary in C#
Casbin.NET - An authorization library that supports access control models like ACL, RBAC, ABAC in .NET (C#)
trie - A Trie implementation in Go meant for auto-completion use cases. Supports Levenshtein distance search.
aspnet-api-versioning - Provides a set of libraries which add service API versioning to ASP.NET Web API, OData with ASP.NET Web API, and ASP.NET Core. [Moved to: https://github.com/dotnet/aspnet-api-versioning]