steve-warren / Warrensoft.SecureGuid

A cryptographically strong GUID generator.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Warrensoft.SecureGuid nuget

overview

tl;dr

  • targets .net standard 2.1
  • blazing-fast performance
  • no memory overhead, alloc-free
  • thread-safe and lock-free
  • uses crypto PRNG to generate random bits

installation

$ dotnet add package Warrensoft.SecureGuid

how to use

Creating a secure GUID:

Guid id = SecureGuid.New();
01ee4a74-e52c-1c3a-73fd-d35a2974218c

license

This library is open-source software released under the MIT License.

About

A cryptographically strong GUID generator.

License:MIT License


Languages

Language:C# 100.0%