I'm looking for a simple two sided encryption for URL paths hiding. I've tried using mcrypt but I keep getting random encrypted string for the same word. I don't want to use anything that requires DB to save the encryptions. Any help is appreciated. Thanks
You can use
base64_encode
base64_decode
or
urlencode
urldecode