Skip to content

Can't get the same AC as with BP-tools #7

Answered by knovichikhin
mjgalindo asked this question in Q&A
Discussion options

You must be logged in to vote

There could be several reasons.

  1. The application does not use AC session key for AC generation. It's possible that this particular application uses ICC AC key.
  2. The input into the AC function is not correct or not in correct order.
    a. You need to provide exact list of tags in exact order concatenated together into the generate AC function.
    b. Some applications may need portions of some tags (e.g. CVR or CVR and counters out of 9F10).
  3. Chosen padding method is not correct. There are two padding methods.
    a. One with a bunch of 0x00 added at the end.
    b. One with 0x80 control bit and then a bunch of 0x00 added at the end. Most modern applications use this one.

If you have documentation on how …

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@mjgalindo
Comment options

Answer selected by mjgalindo
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
question Further information is requested
2 participants