I've been reading a lot about how to generate a unique id, using hash, sha, md5, and things like that.
I need to generate a unique id for a unique url using two parameters, so I can't use an md5 hash, or sha because those are way too long, and the url will be really big.
I like the way youtube identifies each video, anybody knows how this can be done? anything to read?
Thanks!