Credit Card Data

Options
Hi there, what would be the best way to store the credit card data of the users, in the same user record or in a different table?
Should I keep the data encrypted in some way?
Thanks!

Comments

  • Michael Udinski
    Michael Udinski Administrator

    ADMIN

    Options
    You should probably encrypt that sort of information and also I recommend checking any compliance organization or standard that your business might need to abide by. Here's an example of encrypting data that's being stored:

    
  • Enrique Zacheo
    Options
     Thank so much, I understand that the best practice is to store in a different table than the users table, right?