QueryString Encryption
-
Hello Everybody, I have an application where I pass some values in QueryString. Can anyone tell me how to pass the value in an encrypt format. HappyCoding
A key to every Solution
.NET framework has many libraries supports Encryption and Decryption. Check
System.Security.Cryptography
name space.All C# applications should call Application.Quit(); in the beginning to avoid any .NET problems.- Unclyclopedia My Website | Ask smart questions
-
Hello Everybody, I have an application where I pass some values in QueryString. Can anyone tell me how to pass the value in an encrypt format. HappyCoding
A key to every Solution
Perhaps if you need to encrypt it, you should just find another way to store it, like in the session ?
Christian Graus - Microsoft MVP - C++ "also I don't think "TranslateOneToTwoBillion OneHundredAndFortySevenMillion FourHundredAndEightyThreeThousand SixHundredAndFortySeven()" is a very good choice for a function name" - SpacixOne ( offering help to someone who really needed it ) ( spaces added for the benefit of people running at < 1280x1024 )