Decode converts input from base62 to its byte representation If the decoding fails, an empty slice is returned.
Encode converts buf into a base62 string
Note: this should only be used for reducing a string's character set range.
Random generates a random base62-encoded string.