Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 Development Tools
 ASP.NET
 Encyption and Decryption in Asp.Net

Author  Topic 

Sirchrisak
Starting Member

19 Posts

Posted - 2005-07-21 : 11:54:05
Hi great guys, Can Anyone give a code that can Encrypt a Value Using Md5 or shad1 and also a code that will Decrypt the encrypted values back to original Value in Asp.Net

Chris

timmy
Master Smack Fu Yak Hacker

1242 Posts

Posted - 2005-07-21 : 17:20:47
Do a google search on .NET encryption. I know there's some code snippets on CodeProject.com that will be able to help you.

Tim
Go to Top of Page

tkizer
Almighty SQL Goddess

38200 Posts

Posted - 2005-07-21 : 17:26:48
Here's what I implemented this week:
http://www.eggheadcafe.com/articles/20020315.asp

This one is similar:
http://www.devcity.net/Articles/47/1/encrypt_querystring.aspx

Tara
Go to Top of Page

ehorn
Master Smack Fu Yak Hacker

1632 Posts

Posted - 2005-07-27 : 11:29:09
http://www.obviex.com/
Go to Top of Page
   

- Advertisement -