How to securly handler credit card info in DB?

  • Thread starter Thread starter Peter Rilling
  • Start date Start date
P

Peter Rilling

I am working on an application that will store credit cards in a database
(basically a commerce application). What are some of the suggested ways of
handling credit card data securely?
 
If possible, I would like to be able to retreive the credit card number, so
a two-way encryption would be best.
 
Back
Top