JavacardOS will not accept order any more, please contact our partner Feitian online Store:
https://ftsafe.en.alibaba.com/index.html
https://ftsafe.en.alibaba.com/index.html
ECC Gen key pair Valid or Not
Moderator: UNKNwYSHSA
-
- Posts: 19
- Joined: Thu Oct 06, 2016 10:05 pm
- Points :226
- Contact:
ECC Gen key pair Valid or Not
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
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
Re: ECC Gen key pair Valid or Not
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.
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.
Who is online
Users browsing this forum: No registered users and 25 guests