Encrypt Data on mySql server without using php function -
i have system interact customers , customers insert personal , confidential data.
we using laravel 5. can encrypt data in mysql server without using php functions?. same way should able retrieve data after decrypting. went though link http://thinkdiff.net/mysql/encrypt-mysql-data-using-aes-techniques.
but says have use php code level.
any suggestions great.
thanks in advance
Comments
Post a Comment