Found 14 packages
A library that enables fast generation of version 7 (time-ordered) UUIDs, designed for efficient utilization in databases and resource indexing. It provides conversions to and from GUIDs, multiple string representations, and wide compatibility with .NET 7 and higher, including .NET 4.6.1 and higher (.NET Standard 2.0). Additionally, it supports version 4 (fully random) UUIDs.
Simple, fast generation of RFC4122 UUIDS. Features: - Generate RFC4122 version 1 or version 4 UUIDs - Runs in node.js and all browsers. - Cryptographically strong random # generation on supporting platforms - 1.1K minified and gzip'ed - Annotated source code
A fast and modern .NET library to generate UUID/GUID that are either sequential and database friendly (versions 7), name based (versions 5) or random (version 4).
TensionDev.UUID is a .NET library that supports multiple UUID versions (v1, v3, v4, v5, v6, v7) with strict RFC compliance.
This library implements the following GUID generation algorithms specified in RFC 4122 Version 1: Date-time and MAC address GUID Version 3: MD5 hash & namespace Version 4: Random Version 5: SHA-1 hash & namespace It supports both generating GUIDs as well as parsing them into their constituent components.
A command line tool to generate and decode UUID/GUID that are either sequential and database friendly (versions 7), name based (versions 5) or random (version 4).
High-speed a FNV-1a-128 (LX4Cnh) hash-based UUID. ✔ Compatible with .NET System.Guid. ✔ Free and Open. https://github.com/3F/Huid Huid = 584.7 ns GuidUsingMd5 = 5,225.6 ns GuidUsingSha1 = 5,319.7 ns (1 ns = 0.000000001 sec) ======================================= gnt /p:ngpackages="Huid/1.0.0" ================== https://github.com/3F/GetNuTool Huid 1.0.0.2306+5f3ef83 Configuration: RCI Platforms: net40;net472;netcoreapp2.1;net5;netstandard2.0 :: generated by a vsSolutionBuildEvent 1.14.1.34071
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 MCP server generating new Guid (v4, v7)
A V4 GUID represented in the form of a short(er), base64-encoded, url-safe, string. With the option to replace version, and variant data for custom flags. By default .net's Guid.NewGuid(), creates a Version "4", and Variant "DCE 1.1, ISO/IEC 11578:1996" UUID. ShortGuid replaces these constant values with custom ones, allowing users to set flags in these locations. A standard Guid has 36 characters: 2249d2d9-e29a-4c7c-9505-256760d13fad. A ShortGuid has 22 characters: 2dJJIprifEyVBSVnYNE_rQ. Guids, and ShortGuids can be converted to one another without any data loss. ShortGuids are url safe.
DeveloperSharp是一个研发中大型项目必备的系统平台。也是一个低代码平台。 (官网:www.DeveloperSharp.cc) 它主要包括了如下一些功能: (1)基于Sql语句、存储过程、事务、分页的数据库操作。并几乎支持市面上所有种类的数据库。 (2)图片操作。裁剪、缩放、加水印。 (3)http请求调用(Post与Get) (4)高效分页 (5)Web服务/WebApi的负载均衡 (6)数据库的负载均衡,以及读写分离 (7)CORS跨域访问 (8)分布式唯一Id (9)MQ消息队列(请另行使用DeveloperSharp.RabbitMQ包) (10)Redis缓存(请另行使用DeveloperSharp.Redis包) (11)“异种数据库”的负载均衡 (12)实现AOP编程 (13)WebApi的最佳安全策略(请另行使用DeveloperSharp.API包) (14)WebApi的限流(请另行使用DeveloperSharp.API包) (15)Web开发框架+微服务的雏形(请另行使用DeveloperSharp.API包)
UUID Generator is a tool for generating Universally Unique Identifiers (UUIDs). It creates RFC 4122 version 4 UUIDs with multiple formatting options for different platform requirements.
Adfines.Net.Ponki es un paquete NuGet para .NET 5 y versiones posteriores, diseñado para ofrecer una solución eficiente y confiable en la generación de UUIDs (Identificadores Únicos Universales) y manipulación avanzada de cadenas de texto. Este paquete proporciona tanto la generación de UUIDs en formatos estándar, como UUID4, así como la creación de UUIDs personalizados basados en algoritmos optimizados. Además, incluye herramientas para la manipulación y combinación de cadenas, facilitando la gestión de identificadores únicos en aplicaciones .NET. Adfines.Net.Ponki es especialmente útil en proyectos que requieren la generación de identificadores únicos en contextos críticos, como bases de datos, sistemas distribuidos, y aplicaciones donde la integridad y la unicidad de los datos son fundamentales.