I would like to be able to encrypt (and by encrypt it has no means to be secure, so maybe obscure is the better word) a number so that the number to the naked eye has no relevance. The number is essentially going to be a lobby number so will look like
http://test.com/lobby/1035
I'm using PHP so if there is a way the url could look like
http://test.com/lobby/g4fg1
but when decrypted still go to lobby 1035. I'm probably missing a trick but any help would be appreciated! Thanks