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
No comments:
Post a Comment