Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Asif Malik 203 posts 339 karma points
    Dec 08, 2011 @ 15:39
    Asif Malik
    0

    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.

  • Tim Geyssens 6562 posts 15373 karma points MVP 2x c-trib
    Dec 08, 2011 @ 15:48
    Tim Geyssens
    0

    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

  • Asif Malik 203 posts 339 karma points
    Dec 08, 2011 @ 17:00
    Asif Malik
    0

    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

  • This forum is in read-only mode while we transition to the new forum.

    You can continue this topic on the new forum by tapping the "Continue discussion" link below.

Please Sign in or register to post replies