Hi guys,
I need some advise and guide here. Currently I have around 4000 records in my database. Some of the column data are encrypted with blowfish algorithm (128-bit key length).
Now the problem is, every end of the month, I need to generate a report and one of the encrypted column is selected. Therefore, I would like to know, is there any proper method to decrypt all the records in that column ? ( besides decypt it 1 by 1 )
For your info : Encryption and Decryption is deal with a function. Usually, before it display a few record to the interface, it will do decryption first. ( using overriding )
Appreciate if anyone could guide and help me on this.
Thank you so much