![]() |
Available news archives:
comp.lang.tcl
-
comp.lang.python
-
comp.security.firewalls
-
sci.crypt -
comp.lang.php -
comp.lang.javascript
|
|
sci.crypt archiveCryptoanalysis challenge
From: <tomstdenis@gmail.com>
Date: Mon Oct 17 2005 - 20:13:48 CEST
Here's a challenge for the interested amateur. If you compete you'll
In doing ECC point multiplications there is an algorithm known as the
One of the flaws is that it isn't suitable for random point
The EC-DH protocol essentially works as follows [2]
You want to calculate a shared secret with Bob's public key Y
1. pick a random k
The other side computes
Y = xG
For the computation in step 2 and 3 of the generation algorithm we know
To speed this up we could transmit the tables for Z along with kG.
What is the security flaw in this protocol? (Yes, it is seriously
Tom
[1] and [2] are good things to use citeseer to look for.
|