Strange "The verification of the card cryptogram failed"

Hello all,
I've got two identical cards JCOP41 V2.3.1, they've got exactly the same ATR: 3B FA 18 00 FF 81 31 FE 45 4A 43 4F 50 34 31 56 32 33 31 63
I've bought them to the same webshop,
the first one have been purchased 6 months ago and works very well both with gpshell 1.4.4 , and with gpj too
However when I use the same scripts to load applets in the second one (bought last month),I've got the famous error: "The verification of the card cryptogram failed"
For the moment, I made 3 attempts and I stopped to keep it from locking... I think I have again 7 tries , right ?
It seems similar to this: JCOP Cards: The verification of the card cryptogram failed
Here is the gpshell script that works with the one bought 6 months ago, and doesn't work with the new one: http://pastebin.com/VL2Mbcuq
and here are the logs with gpj,
with the card that works: http://pastebin.com/TmdCpnxM
with the one that doesn't work: http://pastebin.com/0MzWs9Ws
Is normal that two cards with the same ATR haven't the same behavior "out of the box" when I send them the same script ?
Thanks

Ok I understood !!!
In fact there's already an applet on this card, so the default security key must have been modified..., look at:
http://www.cryptoshop.com/en/products/cardtoken/processorchipcards/3310101003.php
there's a little sentence at the bottom of the page:
*"This cards come with the AET-Applet to the JCOP card. There's no possibility that you apply your own Applets. If you require to use your own applets please inform us, so we can find alternatives fitting your needs."*
I find it is really not fair from cryptoshop, because when I bought the first card 6 months ago the name and the description of the product were exactly the same..., they just added a small sentence hidden at the bottom of the page..., and they didn't even change the name of the product nor its description...
Be careful guys when you buy on cryptoshop

Similar Messages

  • Invalid card Cryptogram in G&D

    Hi,
    I bought G&D Mobile security card Premium, the package did not contain any tool for loading the applet into the card.
    I used GPJ java cross platform tool for communicating with the card.
    when i tried to list the existing applets with the following command, i get card cryptogram invalid exception.
    java -jar gpj.jar -list
    I want to install a applet into the card, if there is any tool which will work with G&D security card, please reply...
    Thanks in advance for any help...
    Regards,
    Vishwanath

    What card do you have there? Does the card support SCP 01? That is what you are indicating in the INITIALIZE UPDATE command. It seems that the card calculates the card cryptogram in conjunction with the Sequence Counter as specified in SCP02 but not in SCP01. This would explain the error on the second attempt (Sequence Counter incremented --> off-card calculates with different session keys).
    Try to set cardManager.initializeUpdate(0x01,0x01,0x2) --> id=1, ver=1, scp=2.

  • Transaction should not save if Credit card authorization fails-CRM

    Hi all,
    In CRM 4.0, we have a requirement where for the payment card authorization if fails the transaction should not get saved.
    Is it possible, if yes how?
    Would appreciate a response.
    thanks in advance,
    mdv.

    Hi mdv,
    First of all you need to define Checking group and then assign the checking group to transaction. This is done in transaction SPRO, CRM->Basic functions->Payment cards.
    Once you define and assign the system would automatically give a warning message if the checking fails. But it will still allow the user to save the transaction with warning.
    For stopping transaction from being saved if the card authorization fails, then you need to implement BADI for transaction and call the FM COM_PAYCARD_AUTH and if the result of this FM call is failed card authorization, then raise DO_NOT_SAVE exception in the BAdI.
    Reward points if I answered the query,
    Jash

  • The verification lists my card data and address etc. correctly but I need to keep entering the card security number.  Support keep telling me to delete and re-enter my car info which does not help. Anyone else seen this issue?  Seems to be something to do

    The verification lists my card data and address etc. correctly but I need to keep entering the card security number.
    Support keep telling me to delete and re-enter my car info which does not help. Anyone else seen this issue?
    Seems to be something to do with a new security check they have put in the system that does not work correctly and support is totally incapable of helping me out.
    wth am i gonna do im feed up and on top i have no one to help me been calling itunes for days now im ****** off to the maxxx

    I've been jumping through the hoops with Apple Support on this issue....first time I called they said I should try updating from IOS 4.0 to 4.1....tried that and the issue still persisted...then I called back to update the ticket and get the next steps...they said that the Bank is rejecting the request for verification and that is why it keeps prompting (which doesn't make sense since the confirmation seems to go through successfully). The rep also contacted the iTunes dept and had them run the verify manually and said the bank rejected it. The next hoop they want me to jump through is calling the bank to verify that the account is in good standing and inquire about the rejected requests. I'm fairly certain the bank account is in good standing....will verify of course....but I find it hard to believe that all the people who have posted here, plus countless others that are experiencing the same issue but haven't, are ALL having banking issues in the last 24hrs...I'm more convinced there is a disconnect on the back end between iTunes and Financial institutions...
    I'm not sure I buy in to everything I was told...he also told me he has had several calls on this issue and they were all told to check with their banks. He could not verify that any of his past calls were resolved. Needless to say I'm not 100% believing everything he told me....weak response from Apple support on this issue so far.

  • Connection between the ACR122U card reader and an emulated card is failed

    Hello,
    I write a code to connect  the ACR122U card reader and a host-based card emulation on my android 4,4 phone that act as a card. When I run a code, I got this error:
    javax.smartcardio.CardException: connect() failed
      at sun.security.smartcardio.TerminalImpl.connect(Unknown Source)
      at HostCardEmulationCardScanner.run(HostCardEmulationCardScanner.java:18)
      at POS$11.actionPerformed(POS.java:567)
      at javax.swing.AbstractButton.fireActionPerformed(Unknown Source)
      at javax.swing.AbstractButton$Handler.actionPerformed(Unknown Source)
    Caused by: sun.security.smartcardio.PCSCException: SCARD_E_SHARING_VIOLATION
      at sun.security.smartcardio.PCSC.SCardConnect(Native Method)
      at sun.security.smartcardio.CardImpl.<init>(Unknown Source)
      ... 39 more
    what does the "SCARD_E_SHARING_VIOLATION" means?
    these are my code line  that the error tell:
    For POS.java,
    @SuppressWarnings("deprecation")
    CardTerminal cardTerminal = TerminalUtils.getAvailableTerminal().getCardTerminal();
      HostCardEmulationCardScanner cardScanner = new HostCardEmulationCardScanner(cardTerminal);
      cardScanner.run();
    For HostCardEmulationCardScanne.java
    Card card = cardTerminal.connect("direct");
    ApduTagReaderWriter readerWriter = new ApduTagReaderWriter(new AcsDirectChannelTag(TagType.ISO_DEP,
                            null, card));

    OK
    It's been awile but, I'am sure that we could only
    print an index from a card them print photo with that
    sys. The G3 was 8.6 upgraded to 9.2 with Photo Shop.
    Option was just a thought.
    Dennis
    Sorry for answering my own question kinda of. I just got my first IMac 3 weeks ago so I am still learning and exploring how to do stuff on my IMac.
    Nope in Windows XP it mounts as a network HD under "my computer" and you can copy files to and from any of the cards in printer card reader. It even shows up fine under paralles as network HD drive letter Z:. Does not matter if the printer is connected via USB or Ethernet.
    Btw after my first post I started to play with it. I figure a way to manually mount Hp printer's card readers confirmed to work on 2 different printers models Laserjet 2840 and Photosmart 3310. This trick only seems to work if you have your printer connected via ethernet tho. Goto the "Finder" then "Go" then "Connect to a server" and enter "cifs://IP of your printer" dont enter the quote and replace ip of your printer with the ip address of your printer. Btw you must remove the PW protect from printer for this to work. Not sure why if you have a password why it will not work.
    So if this work around works to manually mount the card reader in OS X is their a way to make a script or a short cut for mounting the card reader without going and entering the IP of the printer every time I want to use the card reader?

  • Family sharing verification has an old credit card number to verify. I have updated the credit card info but it is still not appearing in the verification process asking for the security code of the card. How lng to have account info updated to cloud

    I am trying to set up a family sharing with a new iMac and other Mac pro computer and other apple products. When I click to manage account and the add a member, I am told to verify the user by entering the security code from the credit card. The card listed is an old one and has since been changed. I updated the info on my apple account, but it is not getting to the iCloud for the family sharing. The number shown is the old card. When I enter a code it says invalid. How long does it take for the info to udate to all systems?

    Hi Mofro1,
    Happy Holidays!  The resource below explains how to edit the credit card information for the Apple ID account that you want to use for Family Sharing.  Once you've made the changes, I would suggest you sign out of your iTunes Store on all of your devices, and then restart them.  The changes should take place quickly.  There is a link to the iTunes Store support below if you need more help.
    Change or remove your payment information from your iTunes Store account (Apple ID) - Apple Support
    http://support.apple.com/en-gb/HT1918
    Change your payment information on a Mac or PC
    Click to open your account in iTunes. (You might need to sign in with your Apple ID.)
    Alternatively, you can:
    Open iTunes.
    Click iTunes Store.
    Click Sign In and enter your Apple ID.
    Click your Apple ID and select Account Info.
    From the Account Information page, click Edit to the right of Payment Type.
    You can see the payment methods that the iTunes Store accepts in the Payment Type section. If you want to remove the payment method, select None in the Payment Type section. See what to do if None isn't showing or you can't select it.
    Change your information and click Done.
    After you change your payment information, the iTunes Store places an authorization hold on your credit card.
    Family Sharing
    If you’re using Family Sharing, and you're the family organizer, you can’t set your payment information to None. You need to use a credit card or debit card. Only the Family Organizer can edit payment information for a family group. If you're not the organizer, you'll see this message: "The payment method for your Family is managed by [Apple ID]."
    Get help
    If you need help changing your payment information, credit card details, or billing information, contact iTunes Store support. Or you might find the answer to your question below:
    If you change your payment method, make sure your account information matches the credit card information on file with your financial institution.
    If you use an AOL screen name to sign in to the iTunes Store, editing your information on the Account Information page won't update your AOL account. If you need to update your AOL account information, contact AOL.
    If your previous payment wasn't accepted, you might need to change your payment information.
    Last Modified: Oct 31, 2014
    Cheers,
    - Judy

  • Unable to open PWA in browser and MSP on application server in project server 2007. ERROR: Sending the Soap message failed or no recognizable response was received.

    Hi All,
    I am using project server 2007 and WSS 3.0. 
    I have been facing a strange issue for couple of days. I am unable to open PWA in browser and MS Project Pro on application server.
    Everything is correct whether it is URL or MS Project profile account on MSP.  This is strange because i can open same PWA/MSP from other computers (Database server / Client PCs) but not locally on server.
    When i try to connect to MSP on App server, i get the following errors in event viewer.
    Event Type: Error
    Event Source: MSSOAP
    Event ID: 16
    User: N/A
    Computer: APP-Server-Name
    Description:
    Soap error: Connection time out..
    Event Type: Error
    Event Source: MSSOAP
    Event Category: Client 
    Event ID: 16
    User: N/A
    Computer: APP-Server-Name
    Description:
    Soap error: An unanticipated error occurred during the processing of this request..
    Event Type: Error
    Event Source: MSSOAP
    Event Category: Client 
    Event ID: 16
    User: N/A
    Computer: APP-Server-Name
    Description: Soap error: Sending the Soap message failed or no recognizable response was received.
    Event Type: Error
    Event Source: MSSOAP
    Event Category: Client 
    Event ID: 16
    User: N/A
    Computer: APP-Server-Name
    Description:
    Soap error: Unspecified client error..
    One more issue i am facing and i guess that is related to above issue. The Issue is, when i am creating a new project, It's workspace gets created but doesn't get linked to the project and i can't link it manually because it already exists for the project.
    sandeep

    Hi Paul ,
    Thanks for reply. The project server URL was already added to the Trusted
    Sites/Local Intranet areas in IE. 
    sandeep

  • How can I stop iTunes scanning the card reader on my computer?

    OK - its not really my computer thats the issue - its my Granddads.
    Basically, his computer has an internal card reader. When you try to launch iTunes, it fails to open for 30+ mins.
    The cause appears to be the same issue that causes problems if a blank CD or DVD is in the drive - however, it is the card reader that is preventing iTunes from opening correctly. iTunes tries to scan the empty devices - which eventually causes Windows to mark the devices as having a problem and prevents them from working until after a reboot.
    I have confirmed that this is the cause by unplugging the reader internally - however this is not a solution as he needs the USB ports and the card reader slots for his daily use.
    I need to prevent iTunes from scanning these devices.
    Anyone got any ideas? This is urgent.
    System is Win 7 x64 Ultimate.

    Anybody?

  • The boot selection failed because a device is inaccessible, not the usual boot error though?? (0xc000000e)

    Hey,
    I need some help fast please. I recently booted up my gaming rig after swapping out a 7970 graphics card and upon system boot up, as the windows 7 logo appeared the system crashes and a BSOD appears for a split millisecond and I'm asked to start up repair windows
    or start windows normally however when I click start up repair a black error screen appears with the following message and error: The boot selection failed because a device is inaccessible error state and an error code:0xc000000e. Now of fixed this before
    multiple times except this instance nothing seems to work Ive tried the following:
    - check for any unplugged or loose cables
    - Re installed my ram
    - Booted with on board graphics
    - unplugged all usb devices and external devices with the exception of the keyboard and mouse
    - Booted with system installation disc and attempted system repair several times only with the same outcome of wanting to restore from a previous system restoration point however it always fails
    - changed the boot type to IDE which made the system boot furhter past the logo screen however it still crashes with the same error
    - From the system installation disc I ran a chkdsk /f and no corruptions or bad sectors were found
    However, I did run from the installation disc a "bcdedit" and my osdevice was  unkown and my boot manager and boot loader were set to two different drives on being D: and the other being C:. So I re-linked all three back to the D: drive as the
    windows installation disc says thats where Windows 7 is installed, although in the actual windows 7 My Computer its listed as C: drive which is weird? anyways after re-linking them using bcdedit /set {default} osdevice partition=D: and the other two commands
    my recovery partition disappeared  which was listed as C:, and now I can only see my local drive? That did not fix the error so I tried one last thing and ran another chkdsk D: /f /r which is taking for ages and I'm assuming my hard drive and its contents
    are still intact ( thank god!!) because its taking so long and there are 612080 files to be processed!
    I thought I might try and rebuild Master Boot Record?
    I don't want to loose any of my data, well I hope I haven't lost any because I have over 150+ games and their saves :(
    Any help or suggestions would be much appreciated :D 
    thanks guys! 

    Hi,
    Repair the current OS using the Windows 2008 / 7 DVD:
    Boot to the Windows DVD
    Select Next > Repair your computer
    Select Next > Command Prompt
    Change directory (cd) to x:\Sources\recovery 
    then type Startrep.exe to launch a quick automated startup repair utility which corrects boot environment values. This step may require more than one attempt and should be repeated a couple of times if the first repair fails.
    If step 3 fails, open the command prompt and type bcdedit This
    will display the values for Windows Boot Manager.
    Review the values for Device. Is it set to unknown, as shown below? If so, proceed to step 7.
    At the command prompt, type the following commands (c: is the default system partition. If your original partition was another drive letter, this value can be set to that drive letter):
    bcdedit
    /set {DEFAULT.EN_US} device partition=c:
    (press enter)
    bcdedit
    /set {DEFAULT.EN_US} osdevice partition=c:
    (press enter)
    bcdedit
    /set {BOOTMGR.EN_US} device partition=c:
    (press enter)
    Reboot the system after removing the OS disk.
    Hope it helps,
    Jan

  • Is it possible to boot from the card reader?

    With some linux versions out there, you can use liveCD to create a USB linux boot drive to 'dual' boot into linux without touching the internal harddrive.
    The cardreader would be perfect for this as I have some 4 and 8 Gb SC cards, but using F12 at startup, there is never an option to use the card reader device to boot. Looked in the BIOS, but could not see an option to enable this.
    Does anyone know of a way around this?
    Thanks.
    Waste.

    No one responded to your post, strange. When I want to test , lets say, a Compact Flash that has WIndows 98 bootup files on it, and a usb config.sys driver, as the CF slot is from a 7 in 1 FDD and card reader, and I first disable any hard drive in my computer from boot order, etc, so that the bios will be forced to simply search. If there is the possibility of your system to boot up here, it will find the OS and use it. It will tell you if it can or not at this point. Every bios is different in what it will or will not use in the boot order or allow for a bootup device. And I have also read about same thing as you read in re to Live CD. Sorry I have not learned that method as yet. I could never get anything but older OS to boot up off USB thumbdrives, and the like, and hacking the new OS usb load up process is not someting I care to master. If you find a way to do what you desire, please let others know how it went.

  • The export operation failed to create an image file

    I've been experiencing bizarre behavior when attempting to export images to my Usb-connected card reader. After reading some threads on this form, I was convinced that my reader was defective. Same problem on a brand-new reader.
    The specific behavior was as follows: I attempted to export roughly 150 custom-named 500 KB image files to the memory card. The last 15 or so failed to transfer and I got the message, "the export operation failed to create an image file for the versions identified below."
    Trashing VP list didn't help. What did was changing the custom name. There was nothing particularly unusual about the original custom name and the new one was virtually identical. After changing the name, the export worked without a hitch.
    Has anyone experienced similar behavior? Any ideas what's going on?

    problem was that the NEW card reader was faulty as well. My luck!

  • I have a problem in buying zynga poker chips, every time i try to buy chips they tell me contacts itunes support and the the purchase always failed, i contacted zynga but they told me that i have to contact itunes because they don't know the problem ?

    i have a problem in buying zynga poker chips, every time i try to buy chips they tell me contacts itunes support and the the purchase always failed, i contacted zynga but they told me that i have to contact itunes because they don't know the problem ?
    P.S i always use my credit money from gift cards to buy anything from itunes or in apps - purchasing.
    so what do u think should i do ?

    Have you tried contacting iTunes support : http://www.apple.com/support/itunes/contact/ ?

  • Remote Speaker (AirTunes) Error - "the network connection failed"

    I am getting a strange error message when I try to stream music through an AirTunes remote speaker. iTunes tells me this:
    *An error occurred while connecting to the remote speaker "NN". The network connection failed.*
    I can't say what has changed for this error to occur. Last time I used the system it worked fine, now it doesn't. I do know I have upgraded iTunes a couple of times since, though.
    I am connecting to an 802.11g AirPort Express running firmware version 6.3.
    Both our computers (MacBook & MacBook Pro) run Mac OS version 10.5.8.
    In my system, the AirPort Express functions solely as a wireless speaker client, as the WLAN network itself is based around an 802.11n AirPort Extreme.
    The AP shows a green light, and reports no problems in AP Utility.
    When I change the device's "iTunes Speaker Password" setting in AP Utility, iTunes in both our computers immediately reflect the change, so apparently the various parts in the system do speak to one another just fine. They just can't transmit music, for some reason...
    Anyone have any idea what might be going on, here?

    I have a similar problem. I use AE(g) with a Powerbook G4 and always get this error, which kind of bugs me, since all the settings appear to be correct. Unlike you though, I didn't make it work, not a single time — closing lid, opening and closing iTunes, resetting AE, yet no luck. Tried it all only with current versions of software.
    However, the AE does sense when I unplug the speakers, since it first says "no speakers found", and then "the network connection failed". Strange is that the error has no number, nor does Console provide any clues. Sometimes it is pretty annoying when OS X just says "error". What error, where, why... Feels like good ol' windows times.
    Update: Whoa, looks like we're not alone here. http://discussions.apple.com/thread.jspa?threadID=2154052&start=0&tstart=0
    http://www.ilounge.com/index.php/news/comments/itunes-9-causing-airtunes-connect ion-problems/
    Message was edited by: tochka

  • QuarkXpress 8 won't start up and the filesystem verify failed

    HELP Quark won't start - Exception Type: EXCBADACCESS (SIGBUS)
    Exception Codes: KERNPROTECTIONFAILURE at 0x0000000000000004
    Then the filesystem verify failed -
    Verifying volume “Macintosh HD”
    Performing live verification.
    Checking Journaled HFS Plus volume.
    Checking Extents Overflow file.
    Checking Catalog file.
    Checking multi-linked files.
    Checking Catalog hierarchy.
    Checking Extended Attributes file.
    Checking volume bitmap.
    Checking volume information.
    Invalid volume file count_
    (It should be 464046 instead of 464060)
    Invalid volume directory count_
    (It should be 118092 instead of 118078)
    The volume Macintosh HD needs to be repaired.
    Checking multi-linked files.
    Checking Catalog hierarchy.
    Checking Extended Attributes file.
    Checking volume bitmap.
    Checking volume information.
    Invalid volume file count_
    (It should be 464046 instead of 464060)
    Invalid volume directory count_
    (It should be 118092 instead of 118078)
    Error: Filesystem verify or repair failed.

    Safe boot runs fsck as part of the process, which is one of the reasons it takes a little longer. The Unix fsck routine is essentially the disk repair routine that Disk Utility runs and if it fixed the disc directory errors, then good.
    Is Quark crashing on open or are you getting a kernel panic? It looks like you have some excerpts from the crash log in your original post, so I am guessing crash on open. There may be a damaged file in the Quark world or more likely a corrupt cache file somewhere.
    You might look in /Users/yourshort_username/Library/Caches to see if there is a Quark cache folder and just trash it and try again for a start.
    If that doesn't work, then you might try Applejack at http://sourceforge.net/projects/applejack/ and let it clean out things a little more thoroughly.

  • HT1918 How do you solve an issue with the card? I don't get the option of 'none' :(

    How do you solve an issue with the card? I don't get the option of 'none'

    I had this exact same problem with the new iPhone I bought on 1/4/13. The walk through they provide on how to do this is useless because it fails to explain that if you are already having the problem of not getting the "None" payment option with an Apple ID then you will need to create a completely new Apple ID.
    I had to do this 7 times since I bought my iPhone on Friday until this morning to figure out how to finally be able to use the Home Sharing option in iTunes to put my music collection on my brand new $500.00 iPhone. Pretty pathetic if you ask me but since it made me so angry I want to make sure other know how to do this so you don't get as upset as I did.
    #1 If your current or soon to be "old" Apple ID is not providing the option for "None" as a payment option then you need to make a brand new one. But you have to make it specifically how I tell you.
    #2 You will need to use an email address that has not already been used for anything related to a previous Apple ID. You might need to make a brand new email address.
    #3 Open iTunes, then open iTunes Store (upper right corner of iTunes).
    #4 Click on App Store (upper center of screen).
    #5 Scroll down the screen page until you see Top Free Apps on the right side.
    #6 Choose any one of the FREE apps.
    #7 You should either get the option to create a new Apple ID box, either that, or it will pop up with some kind of disclaimer and then it does the create new Apple ID.
    Either way just create a new Apple ID when it gives you the option to and then when you get to the page that looks like the payment page the "None" payment option will finally be available.
    Note: You will still have to fill out the information on the payment page. As long as you choose the "None" option it will not request any credit card information.
    #8 You will be sent a confirmation email to the new email account. Just follow through with what ever it tells you and viola now you can use your Apple Device.
    What a pain in the keester, eh?

Maybe you are looking for