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 good is polymorphism?
Is php a case sensitive language?
Why do we use polymorphism in php?
What is the main difference between require() and include()?
What is indexing how many types?
3 Answers DLF, Infosys, Net Solution, Vcare,
Sir, I want sbi clearical post model question paper please sent my mail id srinivas_33000@ahoo.co.in
0 Answers State Bank Of India SBI,
What are Sub routines?
What is get method in java?
How to upload file in php?
Is there any way to call a JAVASCRIPT function in PHP in AJAX
What are the uses of explode() function?
What is the difference between mysql_connect and mysql_pconnect ? Which one is good in terms of performance ?