Click to See Complete Forum and Search --> : Password problem


jabbarsb
December 18th, 2006, 03:27 AM
Hi friends,
i am using aspnetdb database for the security of the application in asp.net 2005 . I want to store password in clear text format when i am creating a user not as encrypted password how can i achieve this

regards jabbar

mcmcom
December 18th, 2006, 02:15 PM
if you can re-create teh aspnetdb you can set it to accept clear type passwords.

this article describes how to set the db (upon setup) to use clear text. I couldn't find anything about changin to clear text once its already set up though.

http://msdn2.microsoft.com/en-us/library/ms379595(VS.80).aspx
hth,
mcm