Welcome Guest, Not a member yet? Register   Sign In
Decryption of data before creating CSV file
#1

I have a database table that I need to convert into a CSV file using the DB Utility library's csv_from_result() function
however I need to run encryption->decrypt() on a few of the columns before I build the CSV. I can't create a new array of unencrypted data because csv_from_result() requires a valid db result object, not an array. Is there a way to do this?
Reply


Messages In This Thread
Decryption of data before creating CSV file - by WinterThought - 09-29-2019, 05:36 PM



Theme © iAndrew 2016 - Forum software by © MyBB