php - Select * from and AES_DECRYPT one column from MySQL -
i have database 1 field aes_encrypted, trying figure out how decrypt 1 field in query...
my code:
$getgvi = mysqli_query($com, "select *,aes_decrypt(os_location, 'my aes key') vehicles id='$id'");
php mysql encryption aes
No comments:
Post a Comment