dbTalk Databases Forums  

Query string encryption in T-SQL

comp.databases.ms-sqlserver comp.databases.ms-sqlserver


Discuss Query string encryption in T-SQL in the comp.databases.ms-sqlserver forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
mielnik.bartek@gmail.com
 
Posts: n/a

Default Query string encryption in T-SQL - 02-23-2008 , 11:40 AM






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&param2=124 into
http://pagegen.asp?code=fdgfehiqrzvhe and convert it back to the
orginal url.

Thanks in advance
Omi

Reply With Quote
  #2  
Old   
Tom van Stiphout
 
Posts: n/a

Default Re: Query string encryption in T-SQL - 02-23-2008 , 01:42 PM






On Sat, 23 Feb 2008 09:40:05 -0800 (PST), mielnik.bartek (AT) gmail (DOT) com
wrote:

Such tool is called "mod rewrite". Google for it.
Btw, this has nothing to do with Microsoft SQL Server, the topic of
this newsgroup.

-Tom.


Quote:
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&param2=124 into
http://pagegen.asp?code=fdgfehiqrzvhe and convert it back to the
orginal url.

Thanks in advance
Omi

Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.