How can we encrypt and decrypt a data present in a mysql
table using mysql?
Answer Posted / nive
Using
AES_ENCRYPT() and AES_DECRYPT()
| Is This Answer Correct ? | 14 Yes | 0 No |
Post New Answer View All Answers
What is the basic syntax of Php?
How does the identity operator === compare two values?
What is mysql_fetch_row?
What is == and === in php?
How to randomly retrieve a value from an array?
What is a php array?
What is the importance of parser in php?
Does session expire on closing browser?
What is substr in php?
How to read the entire file into a single string?
Tell me is it possible to protect special characters in a query string?
What are encryption functions in php?
Do you know what is the use of rand() in php?
How failures in execution are handled with include() and require() functions?
How do I end a php session?