How can we encrypt the username and password using PHP?

Answers were Sorted based on User's Feedback



How can we encrypt the username and password using PHP?..

Answer / m.mudassar

Using md5(); to encrypts password to make it more secure

Is This Answer Correct ?    9 Yes 1 No

How can we encrypt the username and password using PHP?..

Answer / sonal

by base64_encode()

Is This Answer Correct ?    3 Yes 0 No

How can we encrypt the username and password using PHP?..

Answer / preeti sahni

Using AES_encrypt

Is This Answer Correct ?    2 Yes 3 No

Post New Answer

More PHP Interview Questions

What is php written in?

0 Answers  


How is traits used in php?

0 Answers  


What are the reasons for selecting lamp (linux, apache, mysql, PHP) instead of combination of other software programmes, servers and operating systems?

3 Answers  


How does one prevent the following warning ‘warning: cannot modify header information – headers already sent' and why does it occur in the first place?

0 Answers  


Tell me will a comparison of an integer 12 and a string "13" work in php?

0 Answers  


What is php rest api?

0 Answers  


What is strlen function in php?

0 Answers  


How do you add a joomla Template in admin panel of joomla? Please mention the steps

3 Answers   Cognizant, T3 Softwares,


What is the difference between print() and echo()?

0 Answers  


List out some tools through which we can draw E-R diagrams for mysql?

6 Answers  


Where are php configuration settings stored?

0 Answers  


Do you know what is php?

0 Answers  


Categories