In what are the ways you can encrypt the password ?
Answers were Sorted based on User's Feedback
Answer / padmavathy
using old password, password, MD5. These are some ways to
encrypt passwords
| Is This Answer Correct ? | 3 Yes | 1 No |
Answer / asha banu
Hi,
<?php
$password = crypt('mypassword');
if(crypt($user_input, $password)==$password)
{
echo "Password verified!";
}
?>
this is an example to encrypt the password. There is no
method for decrypt.
| Is This Answer Correct ? | 2 Yes | 1 No |
Answer / ks.tarun
with md5() function
with base64_encode() function..
but in base64_encode, it will take 33% more space then
original data.
| Is This Answer Correct ? | 1 Yes | 0 No |
What is the most convenient hashing method to be used to hash passwords?
What is the basic syntax of Php?
Is there an easy way to delete an element from a php array?
how can we retrive value from one database server and store them another database server using php?
hello experts good morning to everyone ! at present am now learning LAMP course sir( linux, apache,mysql and php) after finishing this course can i create my own website without investment is it possible ? please can any one tell sir and also tell me how can i upload my project after finishing the project in internet ? please tell the ways sir please send ur valuable suggestions to kiranpulsar2007@gmail.comcom
What is use of header() function in php? What the limitation of header()?
=== represents what?
2 Answers Ephron Systems, NetTrackers,
Differences between get, post and request methods ?
Explain what are psrs? Choose 1 and briefly describe it?
What are the advantages of triggers?
what is DDL and DML?
Which framework is best for php?