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.
A-Za-z0-9_-
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
BSD-3 license (https://opensource.org/licenses/BSD-3-Clause)