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

Write a hello world program using variable?

0 Answers  


Tell me what does pear stands for?

0 Answers  


What is composer used for?

0 Answers  


What is constructor and destructor?

0 Answers  


How is session id stored in browser?

0 Answers  






What is a base url?

0 Answers  


Is it possible to remove the html tags from data?

0 Answers  


Is php used for frontend or backend?

0 Answers  


Which database is best for php?

0 Answers  


How do I stop php artisan serve in windows?

0 Answers  


what is the diference between php4 and php5

2 Answers   Tavant Technologies,


Tell me can the value of a constant change during the script's execution?

0 Answers  


Categories