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
How long is csrf token?
What are php errors?
Explain NULL?
How do you sort an array in php?
How do you call a constructor for a parent class?
What is the basic function to search files for lines (or other units of text) that contain a pattern.
What is data abstraction in php?
How the values are ordered in an array?
How to calculate the length of a string?
What is the difference between explode and split?
How to increase the execution time of a PHP script?
How to find a substring from a given string in php?
What is substr in php?
What is polymorphism php?
How do you end a function in python?