Login to follow
NanoID

NanoID (ODC)

Stable version 1.0.0 (Compatible with ODC)
Uploaded on 26 August 2024 by valantic LCS
NanoID

NanoID (ODC)

Details
Detailed Description

Nano ID is a library for generating random IDs. Likewise UUID, there is a probability of duplicate IDs. However, this probability is extremely small.


This package is a .NET implementation of ai's nanoid!

Safe. It uses a cryptographically strong random generator.

Compact. It uses more symbols than UUID (A-Za-z0-9_-) and has the same number of unique options in just 22 symbols instead of 36.

Fast. Nanoid is as fast as UUID but can be used in URLs.


This component was migrated from O11 - https://www.outsystems.com/forge/component-overview/10308/nano-id

Special thanks to original creator Miguel Antunes - https://www.outsystems.com/profile/yjjslxnjng/overview


This ODC Asset was migrated by Fábio Fantato



Release notes 
  • update to .net8