How can we encrypt and decrypt a data present in a mysql
table using mysql?
Answer Posted / suravi sethi
Using AES_ENCRYPT() and AES_DECRYPT()
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
What are some new features introduced in php7?
What are the special characters you need to escape in double-quoted stings?
What is php in full?
Do you know how to enable error reporting in php?
Is key exist in array php?
How to include a file to a PHP page?
How to enable cURL in PHP?
How a variable is declared in php?
Explain mixed and callback functions?
Which database is best for php?
What is a php trait?
What is the difference between $name and $$name?
What are the methods to submit form in php?
How to replace a substring in a given string?
Write a program in php to reverse a number?