Hi Tom
I have added token security to a survey , I pass the token value in the query string to the page where a survey box is placed.
I want to encrypt the token value in the query string - Any ideas on the solution?
thanks
Umer
Hi,
since the token security addin does not implement any cryp/decrypt functions you would need to create your own custom token security addin which would support encryption and decryption of a querystring variable.