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
Tell me how to get the value of current session id?
What is in a cookie?
Tell me what types of loops exist in php?
What are php magic quotes?
Explain what are psrs? Choose 1 and briefly describe it?
What is __ invoke in php?
What is encapsulation in php?
How can we display information of a variable and readable by a human with php?
What is the difference between query and question?
Steps for the payment gateway processing?
What is the use of curl()?
What is the difference between md5(), crc32() and sha1() crypto on php?
Does facebook use php framework?
What is a persistent cookie in php?
What is the advantage of runtime polymorphism?