How can we encrypt the username and password using PHP?
Answer Posted / master
best is to use md5() or sha1(). base64_encode is not
actually encoding used for username or password.
Is This Answer Correct ? | 27 Yes | 0 No |
Post New Answer View All Answers
How the values are ordered in an array?
How to find a substring from a given string in php?
Can I include php in javascript?
How to convert one date format into another in php?
Does wordpress still use php?
Tell me what is needed to be able to use image function?
Does php have future?
What is the difference between php and java?
How can we submit form without a submit button?
What is the use of curl()?
what is mean by portal
What is php string function?
What is difference between isset and empty in php?
What changes I have to do in php.ini file for file uploading?
Php code to find whether a number armstrong or not?