Howto read read bank (visa/maestro/mastercard) serial, public key and more?
843851Feb 2 2010 — edited Feb 2 2010Hi all,
i need to be able to uniquely identify any bank card and validate that they are not fake ones. Further I'd like to validate the user's PIN.
Which APDUs will I have to issue against the card ?
Currently I am testing with a maestro and a visa card, but i also want to support mastercard and other bank cards.
I do not want to run any applet or something other with it - just read the unique ID of the card (EF_ID's 10 first bytes ?), somehow validate that the card is not created manually (by issuing a challenge and compare it to a previously stored response ?) and validate that the user entered PIN matches the one stored on the card.
If there is no tutorial or basic code, can I have at least some link where I can continue ?