I’m interested in creating tiny url like links. My idea was to simply store an incrementing identifier for every long url posted and then convert this id to it’s base 36 variant, like the following in PHP: The problem here is that the result is guessable, while it has to be hard to guess what the next url is going