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
How to fix "headers already sent" error in php
What does session start do in php?
Write a program to find a string is palindrome or not?
How can i execute PHP File using Command Line?
What is a controller in php?
Is php deprecated?
How do you explain independent and dependent variables?
What is $this in php?
What is the purpose of the '.myd' file extension? What do thes file contain?
What do the initials of php stand for?
Tell me how can we get the error when there is a problem to upload a file?
What is the importance of php?
How do you use end in python?
Explain me what is the w3c?
Tell me how to strip whitespace (or other characters) from the beginning and end of a string?