I'm working on a small trivia where you can make your own quiz with your own qustions and answers. I would like to make a URL (game.xx/QfsNS) for each game, and instead of using the id
of the game which is just an auto increment id
, I would like to have a combination of letters, just like when you URL-shorten URLs.
I tried out SHA-1 but it was too long, and it doesn't have to be that complex.
What should I do?