# README
This package provides helper functions for dealing with string identifiers
# Functions
GenerateNonCryptoID generates unique id without using cryptographically secure sources of random.
GenerateRandomID returns a pseudorandom 64-character hex string.
IsShortID determines if an arbitrary string *looks like* a short ID.
TruncateID returns a shorthand version of a string identifier for convenience.
ValidateID checks whether an ID string is a valid image ID.