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
Inside a php function, what param needs to be set in order to access a global variable?
What does the unset() function means?
What are the different tables(engine) present in mysql, which one is default?
How do I clear my browser session?
What is data type in php?
How are cookies created?
Which cryptographic functions in php returns the longest hash value?
Can you use both this () and super () in a constructor?
Which function gives us the number of affected entries by a query?
Why and where do we use htaccess?
What is the maximum size of a database in mysql?
Is wordpress a php framework?
What are arguments in php?
How can we change the maximum size of the files to be uploaded?
What is difference between session and cookies in php?