InterviewSolution
Saved Bookmarks
| 1. |
How Can We Encrypt And Decrypt A Data Present In A Mysql Table Using Mysql ? |
|
Answer» To ENCRYPT DATA in a MYSQL table, you can USE the FOLLOWING: AES_ENCRYPT () and AES_DECRYPT () To encrypt data in a mysql table, you can use the following: AES_ENCRYPT () and AES_DECRYPT () |
|