-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Card not being detected in yktool.jar #2
Comments
@CueMaxX I have the same issue with the JavaCOS A22 155K Java Card 2.2.2. Have you had any success in the meantime? I have the same result installing with the release https://github.com/arekinath/YkOtpApplet/releases/download/v0.1.0/YkOtpApplet.cap and building from the master branch. |
For my card (J3H145 aka. Fidesmo card 2.0) the problem was that other applets would use RAM and then the call to |
I've raised a pull request, #6 , that should allow users to initialize the card without using This applet doesn't make an arbitrary smart card show up as a Yubikey. |
Interesting, for me |
It sounds like you're using a Yubikey. I'm not. |
I am using NXP P71D321 J3R200 JCOP4 chips additionally running this applet, and I was able to use |
I'm not sure why it would work for you, but it certainly doesn't for me. It also doesn't detect my Gemalto IDPrime 3940, but does my actual Yubikeys. At any rate, if you want to program your smartcard for challenge-response when |
I saw your PR, your script is great! And way easier to use than |
I've had a look at the sources of For me, the challenge-response module is not the default applet. It needs to be selected before it will answer requests. Sending an I don't see anything in the |
Scratch that last, the
|
If your Javacard gets detected by my PCSC driver of KeePassXC (https://github.com/keepassxreboot/keepassxc/blob/develop/src/keys/drivers/YubiKeyInterfacePCSC.cpp), then its probably some issue with the java smartcard drivers, yea. |
Works fine with KeePassXC. Thanks for your PR there, by the way. |
Good to hear, you are welcome! I am happy people are using it. |
Hi!
I've tried loading the applet on J2E081, J3D081 and J3H145 cards, but when using:
java -jar yktool.jar list
it just shows
Yubikeys available:
without anything being available. Do I miss something or did I misinterpret the function of this applet?
Thanks
The text was updated successfully, but these errors were encountered: