Replies: 1 comment 3 replies
-
The card does use these keys: Are you sure the keys are right, the expected key version is right, AND there is no derivation used? |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I want to use GloblaPlatformPro to load a new applet in a SIM card. I do have the
key-mac
,key-dek
, andkey-enc
. However, I'm getting this error when GPPro tries to secure the channel to simply list the content of the card.Failed to open secure channel: Card cryptogram invalid!
Here's a full log (however, I redacted the keys from the log just to be safe)
I've tried to specify the key version with
--key-ver
and set it to 32 (based on the output from above), but got the same result. I don't want to keep trying since I'm sure I will eventually brick the card.Most likely I'm doing something wrong, or I'm just simply not passing the right args (or missing some args) to GPPro, but I just can't figure out what. I'll sincerely appreciate any help, feedback and/or recommendations.
Thank you in advance!
Beta Was this translation helpful? Give feedback.
All reactions