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
What is php and its features?
Why do we use inheritance in php?
What is http php?
How to parse configuration file in php?
What is super () python?
How can you compare objects in php?
How do you debug php?
What does a special set of tags do in php?
How do you trim spaces in excel?
What is in a cookie?
What is the difference between substr() and strstr()?
How is it possible to remove escape characters from a string?
How to return ascii value of character in php?
What is the meaning of "enctype= multipart/form-data" ?
Explain whether it is possible to share a single instance of a memcache between multiple php projects?