I have an codeigniter app and all data in database is coded using encrypt library.
Currently, I decrypt data in view page, but if you have 3000 results that you should return on a data table, page is very slow.
Is there any way to decrypt the data in controller ? and on the view to get directly decoded data ?