after having a field with password values, I found that I should have encrypted when inserting into it. However, with multiple records with non-encrypted password values this jobs would be painstaking to do individually. It would be much simpler if one could just aes encrypt the column(field) in whole. Although I failed to find a single mysql command that would serve my purpose, it could be done in a few commands creating & utilizing a temporary table.
Continue reading “aes encrypt entire column(field)”
aes encrypt entire column(field)
Advertisements