CodeIgniter Forums
AES is good in Mysql or PHP? - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Using CodeIgniter (https://forum.codeigniter.com/forumdisplay.php?fid=5)
+--- Forum: General Help (https://forum.codeigniter.com/forumdisplay.php?fid=24)
+--- Thread: AES is good in Mysql or PHP? (/showthread.php?tid=78543)



AES is good in Mysql or PHP? - omid_student - 02-05-2021

Hi
I use AES for encrypting user mobile and special data and save into Mysql
We use AES in PHP and Mysql (with AES_ENCRYPT)
Is there a problem if I use AES in MySQL instead of PHP?
I think if I use AES in Mysql, That give speed for my coding and flexible
Please give an idea for that