1.

How Can We Encrypt The Username And Password Using Php?

Answer»

You can ENCRYPT a PASSWORD with the FOLLOWING Mysql>SET
PASSWORD=PASSWORD("Password");

You can encrypt a password with the following Mysql>SET
PASSWORD=PASSWORD("Password");



Discussion

No Comment Found