i want to encrypt my url parameter such as:
http://localhost/myapps/user/profile/john
to
http://localhost/myapps/user/profile/{encrypted value of ‘john’}
in codeigniter.
otherhand every refresh encrypted value change for specific data. But i need this static (unique value for specific input value always).
see: http://www.99points.info/2010/06/php-encrypt-decrypt-functions-to-encrypt-url-data/