From: Eric S on 13 Jan 2010 14:24 Hi All, Looking for encryption decryption class for password. I appreciate some recommendations. Maybe MD5 type encryption. Thanks, Eric
From: Mark Rae [MVP] on 14 Jan 2010 08:31 "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 14 Jan 2010 21:53 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
|
Pages: 1 Prev: Unable to get file - VS Next: Accordion and FF insists on adding vertical scrollbar |