Guest Posted January 31, 2012 Share Posted January 31, 2012 Is there an alternative way to encode url params besides: base64_encode examples would be great. Link to comment https://forums.phpfreaks.com/topic/256145-way-to-encrypt-url-parameters/ Share on other sites More sharing options...
scootstah Posted January 31, 2012 Share Posted January 31, 2012 Like urlencode()? What are you trying to do? Link to comment https://forums.phpfreaks.com/topic/256145-way-to-encrypt-url-parameters/#findComment-1313096 Share on other sites More sharing options...
Guest Posted January 31, 2012 Share Posted January 31, 2012 Like urlencode()? What are you trying to do? If I use get results in a url I want it to be encoded for example id=45 would be something like id=Fg53FAmmC Link to comment https://forums.phpfreaks.com/topic/256145-way-to-encrypt-url-parameters/#findComment-1313100 Share on other sites More sharing options...
scootstah Posted January 31, 2012 Share Posted January 31, 2012 For what purpose? You could use mcrypt to encrypt/decrypt parameters. Link to comment https://forums.phpfreaks.com/topic/256145-way-to-encrypt-url-parameters/#findComment-1313101 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.