View Single Post
  #2  
Old 03-19-2026, 12:30
WhoCares's Avatar
WhoCares WhoCares is offline
who cares
 
Join Date: Jan 2002
Location: Here
Posts: 468
Rept. Given: 11
Rept. Rcvd 32 Times in 25 Posts
Thanks Given: 69
Thanks Rcvd at 247 Times in 94 Posts
WhoCares Reputation: 32
Armadillo parameter verification scripts, including:

Elliptic curve base point generation (based on code from mrexodia’s Armadillo Key Tool).
Solving the basis transformation matrix between PB(Polynomial Basis) and ONB2(Type-2 Optimal Normal Basis), and transform cordinates between PB and ONB2.
Curve equation validation.(trivial task)
Subgroup order verification.(trivial task)
Public/private key consistency checks.(trivial task)

https://github.com/z16166/ArmadilloEcdlpVerify (for fun)

Quote:
Originally Posted by cjack View Post
[B]
The solution is:

k = 0x0000002082DF1821D6E82CEE6880211228

Certificate: #6 of 12 (Encryptionizer / reg3.exe)
BasepointInit: 3254253397 (0xC1F7F755)
Checksum: 0xF4775F5E
Public key (ONB2):
Q.x = 3600264749883462755399490686438491
Q.y = 419754383946908414551514272523181
Curve: GF(2^113) Koblitz (y^2 + xy = x^3 + x^2 + 1)
Subgroup order: 5192296858534827627896703833467507
__________________
AKA Solomon/blowfish.

Last edited by WhoCares; 03-19-2026 at 13:15.
Reply With Quote
The Following User Gave Reputation+1 to WhoCares For This Useful Post:
cjack (03-19-2026)
The Following 5 Users Say Thank You to WhoCares For This Useful Post:
blue_devil (03-20-2026), cjack (03-19-2026), cybercoder (03-21-2026), niculaita (03-19-2026), tonyweb (04-06-2026)