Found 49 packages
HashedWheelTimer implemented in C# and .Net Standard inspired by io.netty.util.HashedWheelTimer
HashedWheelTimer
HashIds extensions and bindings for Minimal API.
A interface for implementing caching and storage of objects by their hash, a specialized key/value store for any object that implements `CryptLink.SigningFramework.IHashable`.
HashedWheelTimer inspired by facebook folly/io/async/HHWheelTimer and netty io.netty.util.HashedWheelTimer
Net Core
Simple single thread hashed timing wheel . It's good at game dev, platform dev.
High-performance, allocation-free, inaccurate, asynchronous waits to replace use of the resource-intensive `Task.Delay(int milliseconds)` method provided by the .net framework.
Lat/Lon to GeoHashed string, GeoHashed string to Lat/Lon, Single or muliple matches, GeoHashed to Extent, Polygon
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.
It creates the hashed password and salt key by usng sha-512
Generate, hash passwords and check password against hashed password, in one very small library without any frills
A simple tool to create and validate hashed and salted passwords. Code by Taylor Hornby (defuse.ca/crackstation.net).
Symmetric, hashed and base64 utility methods and extensions
This is a wrapper library for System.Security.Cryptography each method accepts a string and returns the hashed value of that string.
Utility for filling objects with data. Supports: Primitive Types, Arrays, IEnumerable<>, IList<>, ICollection<>, ISet<>, IDictionary<>, List<>, HashedSet<>, Dictionary<> and hopefully most of user custom classes
A simple .NET Core global tool to generate any number of GUID/UUIDs (v3 MD5 hashed, v4 random, v5 SHA-1 hashed), Hashids, Nanoids, Xcode identifiers suitable for storyboard and XIB files, and more.
An implementation for hashed ids to be used in public facing DTOs
轻量化定时任务调度,支持集群任务、临时的延时任务和重复循环任务,可按秒,每天/每周/每月固定时间,自定义间隔执行,支持 .NET Core 2.1+、.NET Framework 4.0+ 运行环境。