sci.crypt
  Home FAQ Contact Sign in
sci.crypt only
 
Advanced search
December 2006
motuwethfrsasuw
    123 48
45678910 49
11121314151617 50
18192021222324 51
25262728293031 52
2006
 Jan   Feb   Mar   Apr 
 May   Jun   Jul   Aug 
 Sep   Oct   Nov   Dec 
2008 2007 2006  
total
sci.crypt Profile…
RELATED GROUPS

POPULAR GROUPS

 Up
  Check this out         


Author: Admin
Date: Dec 2, 2006 23:02

no comments
  Shamir's Trick (EC-DSA verify)         


Author: Tom St Denis
Date: Dec 2, 2006 20:12

I just added Shamir's trick to the LTC library. Gets ~1.34x to ~1.4x
faster signature verifications than before with a simple 16 element
table of points.

Some numbers

---NOW---
ECC-112 verify_hash took 807645 cycles (1.34x faster)
ECC-128 verify_hash took 969613 cycles (1.40x faster)
ECC-160 verify_hash took 1391150 cycles
ECC-192 verify_hash...
Show full article (1.43Kb)
no comments
  volunteer auditing/verification         


Author: Tom St Denis
Date: Dec 2, 2006 18:30

I just added Shamir's trick to the LTC library. Gets ~1.34x to ~1.4x
faster signature verifications than before with a simple 16 element
table of points.

Some numbers

---NOW---
ECC-112 verify_hash took 807645 cycles (1.34x faster)
ECC-128 verify_hash took 969613 cycles (1.40x faster)
ECC-160 verify_hash took 1391150 cycles
ECC-192 verify_hash...
Show full article (1.43Kb)
no comments
  Funny Videos         


Author: Andrew Showers
Date: Dec 2, 2006 16:24

no comments
  Shamir's Trick (EC-DSA verify)         


Author: Tom St Denis
Date: Dec 2, 2006 12:51

I just added Shamir's trick to the LTC library. Gets ~1.34x to ~1.4x
faster signature verifications than before with a simple 16 element
table of points.

Some numbers

---NOW---
ECC-112 verify_hash took 807645 cycles (1.34x faster)
ECC-128 verify_hash took 969613 cycles (1.40x faster)
ECC-160 verify_hash took 1391150 cycles
ECC-192 verify_hash...
Show full article (1.33Kb)
1 Comment
  Electronic Signature Validator         


Author: mrella
Date: Dec 2, 2006 12:36

Hi,

This web utility is designed for validate electronic signatures in
PKCS7 or CMS format (Binary and Base 64). It ONLY validates the
mathematical exactness of the signature and performs an inspection
showing the internal signature composition. IMPORTANT : For now it
doesn't validate attached signatures, neither download CRL to validate
the signning certificate status, nor validates the certification
authority root certificate (but it allows to download the signing
certificates to validate them throw other ways). Feel free using it.

http://www.signaturevalidator.com

mrella
no comments
  Re: Inexpensive authentication         


Author: David Wagner
Date: Dec 2, 2006 11:28

David Eather wrote:
>if in the standard DH key exchange some sod called Mallory manages to be
>man in the middle, does his attempt fail if the two uses have an
>advanced type of secure token?
>
>The bank sends Bob a challenge made up from their DH key with Bob (or
>Mallory) and a secret key function from a secure token. Then Bob enters
>that number into his secure toke plus his DH info and sends that back to
>the bank. The bank checks and that doesn't verify either - and Mallory
>is exposed! or not? Does this idea work.

This isn't standard DH any more. You are essentially trying to invent
your own key exchange protocol. That's a risky exercise, because such
protocols are susceptible to subtle flaws that can be hard to spot.

The answer, by the way, is that I don't think it is necessarily secure.
For instance, if Mallory uses 0 as her DH exponential with both parties,
then the DH key they compute will be 0 on both sides, and the attack
will succeed. But even if you fix it so that I can't immediately find
an attack, I would still have some reluctance to use a new key-exchange
protocol without some hefty analysis to back up its security.
Show full article (1.31Kb)
1 Comment
  Re: Cost of modexp's?         


Author: Tom St Denis
Date: Dec 2, 2006 10:44

Marcus Streets wrote:
> I would look at the nShield range from nCipher.
>
> http://www.ncipher.com/cryptographic_hardware/hardware_security_modules/8/nshiel...
>
> For $10k you are probably looking at a nShield 2000 - which does 2000
> 1024-bit RSA private key operations a second.

Depends on the platform. If this is for a server of some sort you can
get 3500/sec [RSA-1024 private] with a dual-core AMD64 @2.2Ghz for
~200$ USD. It scales nicely to the faster dual cores, and even on the
Core 2 Duos which can run as high as 3.5GHz or so.

If this is for some embedded "runs off a cell battery" device, I assure
you the nCipher design that "can get 2000/sec" is most likely not
applicable.

Tom
no comments
  Funny Videos         


Author: Andrew Showers
Date: Dec 2, 2006 09:53

no comments
  Re: Hardware Security Modules (HSM)         


Author: Joseph Ashwood
Date: Dec 2, 2006 03:33

"Paul Vigay" invalid-domain.co.uk> wrote in message
news:4e8edce111invalid-email-address@invalid-domain.co.uk...
> In article bgtnsc05-news.ops.worldnet.att.net>,
> privacy.net> wrote:
>> NCipher appears to be in bed with the cops. Check out this company news
>> about providing keys to law enforcement:
>
>
>> Not a good idea to trust any encryption provider who would be willing to
>> help the old bill.
>
> I did read that press release, but assumed it to be talking about the RIPA
> (pt3) act.

You would be correct, which is of course why the press release is
complaining about it, not promoting it.
Show full article (1.91Kb)
no comments