Encoding the Connection String - Simple code to encode and decode
(Page 2 of 5 )
This ASP.NET project called Securite has a single web form whose UI is as shown below. You make it work by entering an ASCII string in the String to Encode text box and clicking the Encode the String button. The encoded string will appear in the box below the button, as well as in the first text box in the Decode section. If you now click the Decode the String button, your original string reappears in the last text box as shown. In the database application you would use the same code, but use the connection string.
Next: Code for encoding and decoding >>
More ASP.NET Articles
More By Jayaram Krishnaswamy