← Back to Users
l_km_n's activity in the archive.
then what is all the fuzz about perfect forward secrecy? try to decrypt some traffic with a diffie hellman key exchange, could be pretty hard even if you have the private key.
it's a bit expensive, but the coffee is absolutely perfect: http://www.nespresso.com/
look at www.download.com, search for md5 and you'll get a gpl'd md5summer for win32
The following modification makes this code much faster: int main(void) { float x = 0; int counter; for(counter = 0; counter 100000000; counter++) x += (counter * (1 / 3.14159265359)); printf("%f\n", x); return 0; } This works in C and Java! Lazy programming can kill the performance of every language...
then what is all the fuzz about perfect forward secrecy? try to decrypt some traffic with a diffie hellman key exchange, could be pretty hard even if you have the private key.
it's a bit expensive, but the coffee is absolutely perfect: http://www.nespresso.com/
look at www.download.com, search for md5 and you'll get a gpl'd md5summer for win32
The following modification makes this code much faster:
int main(void)
{
float x = 0;
int counter;
for(counter = 0; counter 100000000; counter++)
x += (counter * (1 / 3.14159265359));
printf("%f\n", x);
return 0;
}
This works in C and Java! Lazy programming can kill the performance of every language...