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 can the value of a constant change during the script's execution?
When should you use a stored procedure?
How to access a Static Member of a Class in PHP?
What is overloading in php?
How do you identify independent and dependent variables in regression analysis?
How to convert the first character to upper case?
What is the difference between die () and exit () in php?
How do you count numbers in php?
What is a php web application?
What does == mean in php?
Is php a backend?
List some array functions in php?
How do you check if an arraylist is empty?
What are the features of object-oriented programming in php?
What is the use of return in php?