Our Online Store have the new products: RFID antenna board. Currently it can work with JC10M24R and JCOP4 card chips.
Compared with normal cards, the antenna board module has a smaller size and fixed holes, which is easy to integrate in the IOT(Internet Of Things) project.

Search found 2 matches

by ThanhLong
Wed Feb 05, 2020 5:41 am
Forum: Algorithm School
Topic: ECDSA (secp256k1) Signature Verification Fails
Replies: 2
Views: 33165

Re: ECDSA (secp256k1) Signature Verification Fails

Hi bogdanwallee

As I know
- your applet : signature = sign(privateKey, messageDigest)
messageDigest = SHA256(input data) ( because you use ALG_ECDSA_SHA_256, so It must be hash before sign)

- Your nodejs code : signature = sign(privateKey, input data)

hope to help you.
by ThanhLong
Tue Dec 19, 2017 5:21 am
Forum: Algorithm School
Topic: ECDSA signature
Replies: 5
Views: 27410

Re: ECDSA signature

I use ECDSA_SHA256 with sec256p-r1 domain parameter to sign, verify => Verify is OK and then verify again on https://javacardos.com/tools/ecdsa_sign_verify.html with the same private, public, (r,s) But the result is invalid. I don't know why. I use Java 3.0.5 My applet as follow : /** * */ package E...
JavaCard OS : Disclaimer