Slashdot Mirror


User: jmdjmd

jmdjmd's activity in the archive.

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

Comments · 4

  1. Old hat on Ask Slashdot: What Distros Have You Used, In What Order? · · Score: 1

    Red Hat (before it became Fedora) -> SUSE -> Gentoo (happy with it)

  2. Re:Elliptic Curve Cryptosystem... on NIST Proposes Abandoning DES · · Score: 1

    Elliptic curve systems are way slower than AES (or DES). Also, the two are very different animals. AES and DES are symmetric ciphers, which means that the sender and receiver each need the same, secret key. On the other hand, elliptic curve systems (like RSA) are asymmetric (or public key) ciphers, which means that only the receiver's (private) key needs to be kept secret. The sender's key can be made public, hence the name ;-). The big disadvantage of public key ciphers are their relative slowness.

  3. Minor solution - Ctrl-K on Dealing with the Unix Copy and Paste Paradigm? · · Score: 5, Informative

    Just a small shortcut - Ctrl-K will (should!) erase the rest of the line, no need for highlighting it. Works wonders for clearing the URL bar :-).

  4. Re:Lots of hardware... on RSA-576 Factorization Officially Announced · · Score: 1

    You mean like the contribution of http://www.nfsnet.org/ ? And not everything can be done there - the final step (the matrix step after the sieving) isn't easily done in parallel. It was done on a Cray at the CWI for the previous challenge, and this one used a 16-computer high-speed LAN I think.