Keys

Todo: Rewrite this description

Classes

IdGenerator

Helper class used to generate unique object IDs. It supports two types of IDs: long and short. Long IDs are string GUIDs. They are globally unique and 32-character long. ShortIDs are just 9-digit random numbers. They are not guaranteed to be unique.