I've an application which is developed by PB, and the database is DB2. It's required to implement application level encryption for sensitive data, i.e. column encryption by application instead of DB feature. Is there any suggestion for the implementation? Thanks.
- Gilbert L
- PowerBuilder
- Wednesday, 22 November 2023 00:41 AM UTC
- Page :
- 1
There are no replies made for this question yet.
However, you are not allowed to reply to this question.
However, you are not allowed to reply to this question.
If you still want to do this in the PB App though, you would need to use the CrypterObject on the DWO's buffers. However, you would need to script that feature yourself. ;-)
Do you have any example for using CrypterObject with DataWindow? Or could you explain a bit more about how it could be done? Thanks.
The next step I was thinking of was to extend this App memory data encryption into the DWO's buffers. However at this time, it was just a thought for the next release of the framework. I do have a few ideas on how to do this but, noting concrete or in a prototype at this point.