Hi,
could you tell me please what are the ways of the query string
encryption in T-SQL ? I would like to have a storage procedure that
encrypts e.g. http://123.23.43.1/pagegen.asp?param1=23¶m2=124 into
http://pagegen.asp?code=fdgfehiqrzvhe and convert it back to the
orginal url.
Thanks in advance
Omi
could you tell me please what are the ways of the query string
encryption in T-SQL ? I would like to have a storage procedure that
encrypts e.g. http://123.23.43.1/pagegen.asp?param1=23¶m2=124 into
http://pagegen.asp?code=fdgfehiqrzvhe and convert it back to the
orginal url.
Thanks in advance
Omi
Comment