Results 1 to 3 of 3

Thread: How to encrypt/decrypt creditcard numbers in a database?

  1. #1
    Join Date
    Aug 2009
    Posts
    5

    Default How to encrypt/decrypt creditcard numbers in a database?

    Hi All,

    1. Any one can give an example for encrypt the credit card number into a database and decrypt from the database to UI.

    2. please provide configuration details for encrypting/decrypting using spring and hibernate it would be a great help.

    Thanks,

    Koti

  2. #2
    Join Date
    Aug 2006
    Posts
    129

    Default jasypt

    see the jasypt library on how to map custom type in hibernate
    org.jasypt.hibernate.type

  3. #3

    Default

    Here's a little example I wrote that should point you in the right direction:

    http://earldouglas.com/node/29

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •