# Functions
Hash applies the argon2id hashing algorithm to a password and stores the hash in the credentials.
NewIDGenerator creates a new id generator.
Verify checks if a password matches the credentials hash.
# Variables
ErrPasswordMismatch is returned when a password does not match the hash.
# Interfaces
IDGenerator is a service to generate unique string IDs.