Slashdot Mirror


User: Dc0der

Dc0der's activity in the archive.

Stories
0
Comments
3
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 3

  1. Re:SHA-SHA-SHA-KE YOUR BOOTY !! on SHA-3 Finalist Candidates Known · · Score: 1

    It's a collision, not preimage, attack. The attack was later improved to 2^63, which is certainly doable.

  2. Re:New algorithms? on Factorization of a 768-Bit RSA Modulus · · Score: 1

    Due to the possibility of finding more efficient algorithms? Wouldn't that rule out RSA-any size? 1024 bit RSA keys are considered mildly secure because they are breakable with a large budget.

  3. Re:Interesting and a qustion on Code-Breaking Quantum Algorithm On a Silicon Chip · · Score: 5, Informative

    There are a few algorithms resistant against quantum computers, based on alternative problems. A good reference of the main, usable ones, is at http://pqcrypto.org/. Quantum computers can also speed up exhaustive searches (see Grover's algorithm) and collision searches, but this is easily mitigated by increasing symmetric key sizes to e.g. 256 bits up from 128.