Eli5 point if CVV

342 views

The three digit code in the back never made sense to me. I have heard it’s supposed to identify bank cards but I have seen a lot of cards with the same CVV. What do they do?

In: 0

4 Answers

Anonymous 0 Comments

You use your CVV to make online purchases with your card, you can think of it as a password. An online purchase will usually go something like this:

You get to the payment part and put in your card info (“XXXX-XXXX-XXXX”) you can think of that as being the username.
Now you need the password, your password is a “Hash” of the CVV. A hash is essentially encrypting it and turning it into gibberish that nobody can decipher.
The bank will store this hash and your card number in a database, but since nobody can decipher the hash they have no idea what the CVV actually is, just what it can turn into. They use this to make a super secure password for you, unless someone manages to get hold of the actual code the bank uses for these verifications, they could spend hundreds of years guessing how to get the hash just right before they have full access.
If someone can give them both of these credentials they will be allowed to make a purchase, if not they will have to try again (Or your card will freeze till the bank calls you to verify it is not illegal activity)

TL:DR

Banks verify card purchases as if you had a username and password, the card # is the user name, the CVV is the password

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