Hi,
I just downloaded an update for bitcoin-qt client from bitcoin.org. The download is redirected from bitcoin.org to
http://sourceforge.net/projects/bitcoin/files/Bitcoin/bitcoin-0.8.1/bitcoin-0.8.1-linux.tar.gz/downloadI am worried that sourceforge.net might have been hacked, and nobody noticed yet. I did a search for md5sum of bitcoin-0.8.1-linux.tar.gz, but couldn't find it anywhere on the official site. Therefore this binary is not to be trusted.
I am afraid that if I launch it, it will steal all my coins.
on my side the md5sum is
$ md5sum bitcoin-0.8.1-linux.tar.gz
1f6698135cfab8695e0f826ffc428d4c bitcoin-0.8.1-linux.tar.gz
But I prefer that one of developers confirm this (not by redownloading it from aforementioned address, since it might have been compromised).
Bitcoin developers: could you implement some method of using digital signatures on your released binaries? Debian for example has pgp keys which authorize a package repository.
I could resort to recompiling myself, and first comparing source code between my current version and a new one, to make sure that no malicious code got in. But we are talking about user-friendly bitcoin. So I am not going to do this, because bitcoin should not be only for people who can read and write code. We need some security on released binaries.
Better safe than sorry. This is why I posted this question. And I really do not intend to offend developers. I am only asking, because I want to be safe.