ClarkKent101
Programmer
Hi Everyone,
I have a page that sends url parameters to another page that i want encrypted so the user won't change any of the values in the url, i have looked at some examples on the net but none of them really helped me - i just got a fair understanding about how the encrypt and decrypt functions work instead of knowing how to use them properly. Lets say i have the following:
<a href="destination.cfm?ticketID=#rsUserTickets.ticketID#">Click here</a>
How would i use the encrypt() function to encrypt the dynamic data so it displays an encrypted value in the url instead of the actual dynamic value?
Thanks for the help,
- CK
I have a page that sends url parameters to another page that i want encrypted so the user won't change any of the values in the url, i have looked at some examples on the net but none of them really helped me - i just got a fair understanding about how the encrypt and decrypt functions work instead of knowing how to use them properly. Lets say i have the following:
<a href="destination.cfm?ticketID=#rsUserTickets.ticketID#">Click here</a>
How would i use the encrypt() function to encrypt the dynamic data so it displays an encrypted value in the url instead of the actual dynamic value?
Thanks for the help,
- CK