Re: [HacDC:Byzantium] cjdns review
26 Nov
2012
26 Nov
'12
8:56 p.m.
----- Forwarded message from Ben Mendis <ben.mendis@gmail.com> -----
26 Nov
26 Nov
9:29 p.m.
New subject: [HacDC:Byzantium] cjdns review
Two things. First of all, wouldn't brute-forcing the key generation exhaust the entropy available in /dev/random and force the use of less random bits from /dev/urandom?
Once properly seeded, /dev/urandom is good enough. The main issue with it is initial seeding and not using up entropy.
Also, don't the public/private keys need to be based on prime numbers, not just random numbers? The strength of RSA is the assumption that factorization of large _prime_ numbers is mathematically a hard problem to solve.
CJDNS doesn't use RSA. It uses elliptic curve crypto, specifically Curve25519, where a private key is just a random number. No need for being a prime.
4409
Age (days ago)
4409
Last active (days ago)
1 comments
2 participants
participants (2)
-
CodesInChaos
-
Eugen Leitl