Search
Home IIS.NET Forums IIS 5 & IIS 6 Classic ASP encrypt in c# / decrypt in classic asp
Last post Mar 27, 2012 01:19 AM by London
4 Posts
Mar 25, 2012 08:25 AM|LINK
i want to encrypt a string in c# then with querystring this data goes to the web page which coded with classic asp and decrypt with classic asp it is easy encrypting string with c# but i cant find how to decrypt it in classic asp so i need an encryption algorithm works on both c# and classic asp is there any algorithm ? thanx
Mar 25, 2012 12:15 PM|LINK
i found Rijndael it seems working both asp and asp.net but i have no knowledge in asp
345 Posts
Mar 27, 2012 01:19 AM|LINK
Hi,
It is not about Rijndael, but it is a whole solution
http://blog.ryeol.com/6
elephantman
4 Posts
encrypt in c# / decrypt in classic asp
Mar 25, 2012 08:25 AM|LINK
i want to encrypt a string in c# then with querystring this data goes to the web page which coded with classic asp and decrypt with classic asp
it is easy encrypting string with c# but i cant find how to decrypt it in classic asp
so i need an encryption algorithm works on both c# and classic asp
is there any algorithm ?
thanx
elephantman
4 Posts
Re: encrypt in c# / decrypt in classic asp
Mar 25, 2012 12:15 PM|LINK
i found Rijndael it seems working both asp and asp.net but i have no knowledge in asp
is Rijndael can solve my problem? i mean with Rijndael an asp programmer can decrypt my data?London
345 Posts
Re: encrypt in c# / decrypt in classic asp
Mar 27, 2012 01:19 AM|LINK
Hi,
It is not about Rijndael, but it is a whole solution
http://blog.ryeol.com/6