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.

ECC Gen key pair Valid or Not

Algorithm School

Moderator: UNKNwYSHSA

shimizus3106
Posts: 19
Joined: Thu Oct 06, 2016 10:05 pm
Points :226
Contact:

ECC Gen key pair Valid or Not

Post by shimizus3106 » Wed Jun 13, 2018 11:22 am

Hello, member

I want to know how we can know,

Created ECC key pair ex) ECDSA Sign/Verity tool in this site

is compliant with the spec.

Simply, Secret key is random number and Public key is its scalar x G of EC parameter..

How we can consider the key is valid one ?

Could you let me know ?

thx

zhaoyang
Posts: 4
Joined: Mon Jun 11, 2018 5:55 am
Points :250
Contact:

Re: ECC Gen key pair Valid or Not

Post by zhaoyang » Fri Jun 15, 2018 5:09 am

ECDSA sign/verify tool in this site can generate ECC key pair.D is private key, (Qx,Qy) is public key.
If you want to check ecc key pair is valid,you can follow the following steps:
1. You can use private key d to compute public key Q. Private key d multiplied by G in the elliptic curve can get private key Q'.
2.Compare the two point Q and Q'. If Q == Q', the keypair is valid in elliptic curve.

Post Reply Previous topicNext topic

Who is online

Users browsing this forum: No registered users and 7 guests

JavaCard OS : Disclaimer