minid
minid copied to clipboard
Minid generates human-readable, URL-friendly, unique identifiers that are computed in-memory.
Results
3
minid issues
Sort by
recently updated
recently updated
newest added
`LastIndexOf` doesn't need to read entire string as we know the expected length of an encoded value
Since the value of the underlying `Guid` is never exposed, we could consider using a [Random Number Generator](https://learn.microsoft.com/en-us/dotnet/api/system.security.cryptography.randomnumbergenerator?view=net-6.0) to generate the Id value. This would also have the benefit of...