Insert AES_Encrypt’ed record with PHP/MySQL Posted By : at 2008-05-08 13:43:00
Below is the basic syntax for inserting a AES_Encrypt’ed record into a MySQL database table using PHP. Obviously, a real-world web application would require error checking and likely use sprintf in the MySQL statement. PHP CODE: ...