Showing posts with label passwordchar. Show all posts
Showing posts with label passwordchar. Show all posts

Wednesday, March 7, 2012

Password Feild as passwordchar

Hi,

I want to put passwords in my sql table not in clear text but in password char. Pls help me

Hi, you can do it by encrypting the password text and then storing in database. Encryption can be done in asp.net and also in database (if DB engine support encryption e.g. in oracle)

|||

Thanks It works