How to make a file encrypt and decrypt?
Answer Posted / 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 |
Post New Answer View All Answers
How can you get the size of an image in PHP?
What is meant by pear in php? What is the purpose of it?
Why namespace is used in php?
Write a program in php to reverse a number?
What is mvc in php?
What is the best way to avoid email sent through php getting into the spam folder?
What does a dependant variable mean?
What does csrf token mean?
Which function would you use to format date information in php?
Where is my php ini file?
What are php parameters?
What is php how it works?
How to set a value in session? How to remove data from a session?
What is difference between web service and api?
how to use http headers inside php? Write the statement through which it can be added?