How to generate random 4-character key from these characters: [a-zA-Z0-9]
That is less likely to collide, like a unique ID?
Also having those 62 characters by calculation would result for about 14.7 million keys.
Is there a way to stretch that limit?