1
I need to encrypt some url parameters, such as email and client code, and determine the valid time for the forwarded link.
I looked at Facebook, Google and Twitter that use this methodology to ensure url security.
What would be the best encryption, MD5, SHA1, Base64 in this specific case? How best to determine the valid time for the link?
You can use this article as your answer. http://www.nacaolivre.com.br/php/encryption/
– TutiJapa Wada