From: Eric S on
Hi All,

Looking for encryption decryption class for password. I appreciate some
recommendations. Maybe MD5 type encryption.

Thanks,

Eric

From: Mark Rae [MVP] on
"Eric S" <xxx_noSpam(a)Hotmail.com> wrote in message
news:e1Z9DYIlKHA.5604(a)TK2MSFTNGP04.phx.gbl...

> Looking for encryption decryption class for password.

http://www.google.co.uk/search?aq=f&sourceid=chrome&ie=UTF-8&q=%22C%23%22+password+encryption


> I appreciate some recommendations. Maybe MD5 type encryption.

MD5 would almost certainly be fine. As would any of the other algorithms
supported by the Cryptography namespace.
http://www.google.co.uk/search?hl=en&q=.NET+Cryptography&btnG=Search&meta=&aq=f&oq=


--
Mark Rae
ASP.NET MVP
http://www.markrae.net

From: Eric S on
Thanks Mark.

"Mark Rae [MVP]" <mark(a)markNOSPAMrae.net> wrote in message
news:u6Sdn3RlKHA.2164(a)TK2MSFTNGP02.phx.gbl...
> "Eric S" <xxx_noSpam(a)Hotmail.com> wrote in message
> news:e1Z9DYIlKHA.5604(a)TK2MSFTNGP04.phx.gbl...
>
>> Looking for encryption decryption class for password.
>
> http://www.google.co.uk/search?aq=f&sourceid=chrome&ie=UTF-8&q=%22C%23%22+password+encryption
>
>
>> I appreciate some recommendations. Maybe MD5 type encryption.
>
> MD5 would almost certainly be fine. As would any of the other algorithms
> supported by the Cryptography namespace.
> http://www.google.co.uk/search?hl=en&q=.NET+Cryptography&btnG=Search&meta=&aq=f&oq=
>
>
> --
> Mark Rae
> ASP.NET MVP
> http://www.markrae.net