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
What is a controller in programming?
What is print_r?
How to store the uploaded file to the final location?
What is basic php?
Explain a resource?
Tell me what are the encryption techniques in php?
What is the difference between laravel and php?
Is php 5.6 secure?
What is purpose of @ in Php?
How to download and install php for windows?
How to compare two strings with comparison operators in php?
Why die is used in php?
What is the w3c?
What is c++ polymorphism?
What is difference between variable declaration and variable definition?