Answers

Question and Answer:

  Home  Internee PHP Developer

⟩ Tell me how can we encrypt the username and password using php?

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

We can encode data using base64_encode($string) and can decode using base64_decode($string);

 212 views

More Questions for you: