Password encryption/ decryption code in .NET

Posted by kart on Stack Overflow See other posts from Stack Overflow or by kart
Published on 2009-11-05T05:37:47Z Indexed on 2010/03/23 4:01 UTC
Read the original article Hit count: 472

Filed under:
|
|
|
|

I want simple encryption and decryption of password in C#. how to save the password in encrypted format in database and retrieve as original format by decryption, kindly anyone help with sample code.

© Stack Overflow or respective owner

Related posts about c#

Related posts about cryptography