I am trying to work out what needs to be done in order to enable encryption of data beofre sotring it in the database. Essentially we have some sensitive data that needs to be encrypted before we store it. We will also need to decrypt it beofre displaying or exporting the data.
Well you could write a workflow that encrypts the data, then for export since the export is simply an xslt transformation you could hook a decryption method in a custom export type
Hi Tim, thank you for your comment, i was under the impression the workflow happened after the data is saved to the database tables. I will give it a go .... Thanks
Encrypting fields
I am trying to work out what needs to be done in order to enable encryption of data beofre sotring it in the database. Essentially we have some sensitive data that needs to be encrypted before we store it. We will also need to decrypt it beofre displaying or exporting the data.
Any guidance is much appreicated.
Comment author was deleted
Well you could write a workflow that encrypts the data, then for export since the export is simply an xslt transformation you could hook a decryption method in a custom export type
Hi Tim, thank you for your comment, i was under the impression the workflow happened after the data is saved to the database tables. I will give it a go .... Thanks
is working on a reply...