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
Tell me what are the __construct() and __destruct() methods in a php class?
Tell me what library is used for pdf in php?
Is salary a ratio or interval?
Explain what does $_files means?
How to test if a variable is an array?
What is fetch array in php?
How many days will it take to learn php?
Explain what does the unlink() function means?
What is the use of 'print' in php?
How to check if a string contains a character or word in php?
What is php static function?
Explain difference between urlencode and urldecode?
How check submit button is clicked in php?
What happens when submit button is clicked?
Explain the types of string comparision function in PHP