Encrypt MySQL data using AES techniques

Sometimes clients want that the information they collected from the user should be encrypted and stored in database. Data encryption and decryption is a common technique for secured data. In this article I’ll show how could you use mysql’s built in function to encrypt and decrypt data. Suppose you’ve a table where you want to […]

Source: Encrypt MySQL data using AES techniques

 

Encrypting a MYSQL database

This entry was posted in Uncategorized. Bookmark the permalink.