goodmorningsky
Centurion
- Joined
- Aug 18, 2003
- Messages
- 172
In web form, i uses
FormsAuthentication.HashPasswordForStoringinConfigFile(myPassword, "SHA1");
to encrypt password input.
How can I do this thing in Window application.
I want to encrypt input password.
(I guess I have to use something like HashAlgorithmn class, but, it taks only byte[], not string.
Thank you..
FormsAuthentication.HashPasswordForStoringinConfigFile(myPassword, "SHA1");
to encrypt password input.
How can I do this thing in Window application.
I want to encrypt input password.
(I guess I have to use something like HashAlgorithmn class, but, it taks only byte[], not string.
Thank you..