B4J Question sql Data enc/decrypt

dgoss

Member
Licensed User
Longtime User
hi all

I have a small db with all the usual fields( first name, middle name,surname,contact info) etc.
I figured out how to encrypt fields (albeit on at a time) using b4xcipher with bouncy castle,
the thing I don't understand is how to decrypt the info into a tableview .I'm, using DBUtils.ExecuteTableView to get data from db.
I have uploaded zip file (if you need to see just how bad I code.it's a learning curve albeit a big one)

many thx in advance
 

Attachments

  • mydb.zip
    78.3 KB · Views: 268

udg

Expert
Licensed User
Longtime User
Hi,
can't check your code right now but I guess that you need a "personalized" version of ExecuteTableView in order to decrypt your data and place them as clear-text strings in the table.
Just copy ExecuteTable View to a new module, modify it and use it.

udg
 
Upvote 0
Top