SkillAgentSearch skills...

Ncuid

Collision-resistant ids for .NET (port of https://github.com/dilvie/cuid)

Install / Use

/learn @moonpyk/Ncuid
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

ncuid Build status

Collision-resistant ids for .NET (port of https://github.com/ericelliott/cuid)

Nuget availability

PM> Install-Package NCuid

Example

using System;
using NCuid;

namespace CUIDTest
{
    class Program
    {
        static void Main(string[] args)
        {
            Console.WriteLine("Hello World! This is a Cuid -> " + Cuid.Generate() + " <-" );
        }
    }
}
View on GitHub
GitHub Stars37
CategoryDevelopment
Updated2mo ago
Forks13

Languages

C#

Security Score

90/100

Audited on Jan 12, 2026

No findings