How to make a file encrypt and decrypt?
Answers were Sorted based on User's Feedback
Answer / prabhu
md5_file()...
example...
<?php
$filename = "test.txt";
$md5file = md5_file($filename);
echo $md5file;
?>
output:5d41402abc4b2a76b9719d911017c592
| Is This Answer Correct ? | 14 Yes | 3 No |
Answer / shailesh
Hello
You can use base64_encode and base64_decode for file encrypt
and decrypt.
With base64_encode you can encrypt the file name. and
With base64_decode you can decrypt the file name.
Thanks
| Is This Answer Correct ? | 6 Yes | 1 No |
Answer / michael jerold
you have to use md5() or CRYPT() it functionally work well i
got result
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / c.balamurugan
<html>
<body>
<form action="a.php" method="post" enctype="multiform/form-
data">
//<form element>//
</form>
</body>
</html>
| Is This Answer Correct ? | 1 Yes | 10 No |
Can a super () and this () keywords be in same constructor?
What is constructors and destructors?
What is meant by MIME?
How can we get the browser properties using PHP?
4 Answers Google, Pollux Softech,
So if md5() generates the most secure hash, why would you ever use the less secure crc32() and sha1()?
Hello Friends,I am seeking for a job in php having 2yrs. exp.Please suggest any company openings.
A process can run only in the background. State Whether True or False?
What is the meaning of php?
What is rtrim php?
What is a base url?
equivalent code for the following c program in php void main() { int i=5;printf("%d",i); }
What does php exit do?