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

How do you connet mysql database with php?

0 Answers  


Write the statements that are used to connect php with mysql

0 Answers  


What is php session id?

0 Answers  


Which array function checks if the particular key exists in the array?

0 Answers  


Where is the functions php in wordpress?

0 Answers  


Tell me how stop the execution of a php scrip?

0 Answers  


in PHP for pdf which library used?

0 Answers  


What is the difference between $message and $$message?

2 Answers  


What websites use php?

0 Answers  


What are the steps involved to run php?

0 Answers  


What enctype is required for file uploads to work?

0 Answers  


In PHP, fgets() is used to read a file one line at a time. State Whether True or False?

0 Answers  


Categories