What’s the best way of generating a unique key, that can’t be guessed easily?
I would like to create a unique key for both account activation and referral purposes, that includes a checksum to help prevent users from easily guessing other users activation or referral keys.
Also, in PHP is it possible to create you own session key? If so, how would you make this unique?
Any help is greatly appreciated.