How can we encrypt and decrypt a data present in a mysql
table using mysql?
Answer Posted / archana c.r
using AES_ENCRYPT() and AES_DECRYPT().
| Is This Answer Correct ? | 41 Yes | 4 No |
Post New Answer View All Answers
What are the methods useful for method overloading?
For image work which library is used in php?
Tell me what is the difference between unset() and unlink()?
How can we calculate the similarity between two strings?
How can you send email in php?
What is the difference between get & post ?
What is an example of a variable?
What is the difference between apache vs niginx?
Explain what is the use of "echo" in php?
What is the Pipe Symbol represented?
Suppose the variable $var1 is set to 10 and the $var2 is set to the character var1, what's the value of $$var2?
How escape single quotes php?
What is cookie and why do we use it?
Explain why would we use === instead of ==?
Explain the difference between isset() and empty()?