Post
Topic
Board Bitcoin Discussion
Re: What is this "heartbleed" bug I've been hearing about?
by
precrime3
on 11/04/2014, 15:05:28 UTC
Openssl is a library that is shipped with a lot of OSes and basically allowed an attacker to dump 64Kb of your memory and it could do it in a loop this would allow access to entropy and store variable like SSL private keys. This is really an issue of putting too much trust in a single library.

Ahh okay, thanks for explaining it to me. So with this bug, they could steal your wallet private key?