How can we encrypt and decrypt a data present in a mysql
table using mysql?

Answers were Sorted based on User's Feedback



How can we encrypt and decrypt a data present in a mysql table using mysql?..

Answer / archana c.r

using AES_ENCRYPT() and AES_DECRYPT().

Is This Answer Correct ?    41 Yes 4 No

How can we encrypt and decrypt a data present in a mysql table using mysql?..

Answer / nive

Using
AES_ENCRYPT() and AES_DECRYPT()

Is This Answer Correct ?    14 Yes 0 No

How can we encrypt and decrypt a data present in a mysql table using mysql?..

Answer / suravi sethi

Using AES_ENCRYPT() and AES_DECRYPT()

Is This Answer Correct ?    3 Yes 0 No

Post New Answer

More PHP Interview Questions

Is php the same as html?

0 Answers  


I created a cookie with the value like '1A2A',now i want to update this value regularly (about 20 times in a minute) with the value '1A2A3A' , 3A is the new value,new value will vary on the request it may be 3A or 4A or 100A ,some times the cookie is updating with new value but not every time.Can any body suggest the solution

1 Answers  


Why do you need to filter out empty files?

0 Answers  


What is framework in php?

0 Answers  


What is active record in php?

0 Answers  


Which array function checks if the particular key exists in the array?

0 Answers  


List types of array are available in php?

0 Answers  


What is difference between put and post method in http?

0 Answers  


What is difference between require_once(), require(), include()?

0 Answers  


What is the function mysql_pconnect() useful for?

0 Answers  


how to work lamp server

0 Answers  


What is null value in php?

0 Answers  


Categories