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

How to declare an array in php?

0 Answers  


Write a query to to delete duplicate rows?

4 Answers   ATS,


What is difference between include and include_once in php?

0 Answers  


What is trait in php?

0 Answers  


When to use single quotes, double quotes, and backticks?

0 Answers  






How is a session id generated?

0 Answers  


In how many ways we can retrieve the date in the result set of mysql using PHP?

5 Answers   Yahoo,


How to remove html tags from data in php?

0 Answers  


How to apply Cake php ajax pagination?

1 Answers  


What is difference between isset and empty in php?

0 Answers  


how do we can copy of the content of a web page with the help og the URL and display them onto any other page

5 Answers  


Why php script is not running in browser?

0 Answers  


Categories