Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


In what are the ways you can encrypt the password ?

Answers were Sorted based on User's Feedback



In what are the ways you can encrypt the password ?..

Answer / prasad

using md5() function to encrypt.
but we cant decrypt it.

Is This Answer Correct ?    13 Yes 1 No

In what are the ways you can encrypt the password ?..

Answer / padmavathy

using old password, password, MD5. These are some ways to
encrypt passwords

Is This Answer Correct ?    3 Yes 1 No

In what are the ways you can encrypt the password ?..

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

In what are the ways you can encrypt the password ?..

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

In what are the ways you can encrypt the password ?..

Answer / rajyalakshmi

base64_encode

Is This Answer Correct ?    1 Yes 1 No

In what are the ways you can encrypt the password ?..

Answer / supriya

$enc=base64_encode("allinterview");
echo $enc;

Is This Answer Correct ?    0 Yes 0 No

In what are the ways you can encrypt the password ?..

Answer / raghavaiah

base64_encript

Is This Answer Correct ?    1 Yes 2 No

Post New Answer

More PHP Interview Questions

Name some of the functions in php.

0 Answers  


What is the use of paypal in the e-commerece website?

3 Answers   RedAlkemi,


What is difference between base_url and site_url?

0 Answers  


How to calculate the length of a string?

0 Answers  


How is session id stored in browser?

0 Answers  


What is super () python?

0 Answers  


What is get and post method in php?

0 Answers  


What are the security measures we have to take for our site not to hack by others?

1 Answers   Infosys,


What is cookies? How to create cookies in php?

0 Answers  


How we load all classes that placed in different directory in one php file , means how to do auto load classes.

0 Answers  


How is it possible to parse a configuration file?

0 Answers  


What is serialization / object serialization ?

2 Answers  


Categories