I don't know exactly what to call it, but I'd like to find a way to encrypt/mask the information that is passed to PHP via GET. For example, I'd normally need I'd like a way to mask that so visitors can't just browse through the records by changing the numbers.
I could use md5 going the other way to compare input text to a stored value, but can I do it in the opposite direction?
I could use md5 going the other way to compare input text to a stored value, but can I do it in the opposite direction?