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

Do you know what is use of count() function in php?

0 Answers  


What is php explain?

0 Answers  


Can we use session in mvc?

0 Answers  


How to count a number of words in a string in php?

0 Answers  


how to get the value in script values

1 Answers  


if you run the app program all vendor open items are cleared but is it possible to reverse the again again open items please tell me the answer

0 Answers   Yash Technologies,


How is it possible to propagate a session id?

0 Answers  


How is it possible to know the number of rows returned in the result set?

0 Answers  


Tell me how can we connect to a mysql database from a php script?

0 Answers  


What does isset() function?

0 Answers  


How does php sessions work?

0 Answers  


How to check if a string contains a character or word in php?

0 Answers  


Categories