Decrypt

  • Thread starter Thread starter Guest
  • Start date Start date
If you want fine grained control import the
System.Security.Cryptography namespace.

Otherwise, take a look at the Enterprise application block, which contains
nicely wrapped methods.

Mitch
 
If you merely want asterisks to appear in a textbox when the user types
a password, for example, you can set the PasswordChar property to "*".
 
Back
Top