|
|
Up |
|
|
  |
Author: UnruhUnruh
Date: Dec 15, 2006 23:11
>Ernest Hammingweight wrote:
>> Unruh wrote:
>>> These estimates are, shall we say, not worth much. I just set up a file
>>> with 100 copies of the 512 byte string
>>> 0 255 1 254 2 253 ......254 0...
|
| Show full article (3.33Kb) |
|
| |
no comments
|
|
  |
Author: Joseph AshwoodJoseph Ashwood
Date: Dec 15, 2006 21:17
> Care to
> share what your bug was?
The most persistent bug I had to deal with was in the integer modexp. It
rather at random gave an incorrect result, in particular it seemed to happen
any time particular pairs of inputs were given in quick succession. This was
reported to OpenSSL, they claimed it was fixed in the next release, the
exact same inputs resulted in the same error, with the same frequency, and
on looking at the OpenSSL source code, surprisingly, from the exact same
implementation.
Interestingly, Java's BigInteger implementation has a very similar problem.
Joe
|
| |
|
| |
1 Comment |
|
  |
Author: Roger SchlaflyRoger Schlafly
Date: Dec 15, 2006 21:12
Crypto Mini-FAQ
Q: Where is the FAQ for cryptology?
Several useful but out-of-date crypto FAQs are here:
http://www.faqs.org/faqs/by-newsgroup/sci/sci.crypt.html
This crypto mini-faq is an attempt to have something that is more
concise, up-to-date, and relevant to sci.crypt. It will be kept here:
http://www.schlafly.net/crypto/faq.htm
Q: What is the best book on crypto?
For a pre-computer history of cryptology, see The Code Breakers,
by David Kahn.
For an elementary exposition, see Cryptography Decrypted, by H.
X. Mel and Doris M. Baker or The Code Book by Simon Singh.
For a general introduction to a lot of algorithms, with source
code, see Applied Cryptography by Bruce Schneier. This book
is partially superseded by Practical Cryptography, by Niels Ferguson
and Bruce Schneier.
|
| Show full article (15.23Kb) |
|
no comments
|
|
  |
Author: ttwttw
Date: Dec 15, 2006 20:23
But does this act better than the rho method?
|
| |
|
no comments
|
|
  |
Author: Wei DaiWei Dai
Date: Dec 15, 2006 17:50
I'm looking at the McEliece-based short signature scheme proposed in 2001 by
Courtois, Finiasz, and Sendrier ( http://eprint.iacr.org/2001/010), and
noticed that while the signatures are short on average, the length (as well
as the signing time) is unbounded in the worst case. When signing with this
scheme, you have to repeatedly hash the message along with a counter until
the hash is a decodable syndrome (of a Goppa code), and send the counter
along with the signature that is eventually produced. If you are unlucky the
counter could be arbitrarily large. This makes the scheme incompatible with
applications that need a fixed length (or at least bounded length)
signature.
|
| Show full article (1.60Kb) |
|
4 Comments |
|
  |
Author: Luc The PerverseLuc The Perverse
Date: Dec 15, 2006 16:25
>> Not yet,
>>
>> Been communicating through his family. I'll be visiting him this
>> weekend. I'm sure he'll appreciate that some people miss his persona
>> (with all its flaws) here.
>
> Did I miss the bandwagon yet? I'd also like to see Tom back here.
I was going to drop him an email asking when I would be receiving my book.
I didn't realize this shit was going on though.
I hope they catch this guy - and I doubt Tom will refrain from pressing
charges in this go around (assuming they can identify the perpetrator)
I have my own suspicions on who it is, but I am less informed than many
involved - so I will keep it to myself. (And besides it's not anyone who
didn't appear in David Eather's list)
--
LTP
:)
|
| |
|
no comments
|
|
  |
Author: Joseph AshwoodJoseph Ashwood
Date: Dec 15, 2006 15:40
"Jean-Luc Cooke" engsoc.org> wrote in message
news:elucal$8jl$1@driftwood.ccs.carleton.ca...
> Not yet,
>
> Been communicating through his family. I'll be visiting him this
> weekend. I'm sure he'll appreciate that some people miss his persona
> (with all its flaws) here.
Did I miss the bandwagon yet? I'd also like to see Tom back here.
|
| |
|
no comments
|
|
  |
Author: bongomongobongomongo
Date: Dec 15, 2006 09:32
Phil Carmody wrote:
>> The elliptic curve factoring algorithm seems to work with points
>> *NOT* on the curve.
> ...
>> po2=centerlift(ellpow(e1,po1,i));
>
> Are you sure that ellpow actually does what you expect when
> given points not on the curve?
>
Almost sure. Coding it by hand gives the same result.
Here is an implementation:
\\ This program is distributed under the terms of the GPL v2.
\\ The full text of the GPL is available at:
\\ http://www.gnu.org/licenses/gpl.txt
\\ Modification to the elliptic curve factoring algorithm working with
points
\\ *NOT* on the curve
|
| Show full article (1.96Kb) |
|
1 Comment |
|
  |
Author: fortune.brucefortune.bruce
Date: Dec 15, 2006 09:25
clark wrote:
> On Fri, 15 Dec 2006 23:18:32 +1000, David Eather tpg.com.au>
> wrote:
>
> [...]
>>and of course the same Mr Clark who posted some insincere, hypocritical
>>rubbish earlier.
>
> I take issue with that David "Always chime in with something stupid to
> say" Eather.
>
>
> I agreed with JLC and here is a direct qoute from exactly what I said
> in reponse to JLC's conclusion:
>
>
>
>>I'm not one to defend Tom's often tactless posts to this group. But
>>there is chasm between that and what is happening to him now. Having
>>your feeling hurt or being insulted does not justify such actions. ...
|
| Show full article (1.90Kb) |
|
no comments
|
|
  |
|
|
  |
Author: Peter PearsonPeter Pearson
Date: Dec 15, 2006 08:43
On 15 Dec 2006 05:13:04 -0800, BenL links.org> wrote:
> Peter Pearson wrote:
>> . . . I tried
>> to use it anyway, and within one day had encountered a bug. I
>> then looked for a way to report the bug, but gave up before
>> finding anybody who cared.
A valid jibe at my lack of commitment to the cause. In my
(admittedly feeble) defense, if http://www.openssl.org/support/
had said, "Email bug reports to X", I would have. Faced
instead with a choice of OpenSSL mailing lists to join, and
recognizing that my romance with OpenSSL was not headed for
the altar, I satisfied myself with a posting to sci.crypt,
which got no response, and then I wandered away.
> Care to share what your bug was?
|
| Show full article (1.13Kb) |
|
no comments
|
|
|
|
|
|
|