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...

How to make a file encrypt and decrypt?

Answer Posted / prabhu

md5_file()...
example...



<?php
$filename = "test.txt";
$md5file = md5_file($filename);
echo $md5file;
?>

output:5d41402abc4b2a76b9719d911017c592

Is This Answer Correct ?    14 Yes 3 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is php and its features?

1121


Why do we use inheritance in php?

1101


What is http php?

1008


How to parse configuration file in php?

1084


What is super () python?

1077


How can you compare objects in php?

996


How do you debug php?

1029


What does a special set of tags do in php?

973


How do you trim spaces in excel?

1066


What is in a cookie?

1007


What is the difference between substr() and strstr()?

1441


How is it possible to remove escape characters from a string?

1184


How to return ascii value of character in php?

1259


What is the meaning of "enctype= multipart/form-data" ?

1200


Explain whether it is possible to share a single instance of a memcache between multiple php projects?

1003