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
Does PHP 5 support exceptions? State Whether True or False?
When is a conditional statement ended with endif?
Explain about getters and setters in php?
How can we check the value of a given variable is alphanumeric?
What are the rules to declare a php variables?
Write a program to get lcm of two numbers using php?
What are the differences between echo and print?
Explain me what is the use of header() function in php?
Why would we use === instead of ==?
How to protect special characters in query string?
Tell me how to create a text file in php?
Why php is sometimes called as embedded scripting language?
What are the rules in creating php variable?
Tell me can the value of a constant change during the script's execution?
Is it more secure to use cookies to transfer session ids?