How are credit card numbers stored safely on a server?

565 views

Like companies that provide a service and charge you monthly automatically? How are the credit card numbers stored safely so everyone doesn’t know your number? I understand password hashing on servers. Is it similar to that?

In: 10

7 Answers

Anonymous 0 Comments

Edit: Explaining like you 5:
The server multiplies the credit card number by another (secret) number and stores the answer and deletes the credit card number.
When the server needs the real credit card number again it takes out the secret number and does the division to get the original credit card number.
Only the server (company) knows the secret number so if the server is hacked the hackers will have a difficult time figuring out what the secret number is.
This is an oversimplification, this is how I would explain it to a five year old.

You are viewing 1 out of 7 answers, click here to view all answers.