R3s1stanc3

Ich bin root, ich darf das!

Bitmessage

Ich bin vor kurzem auf das Projekt “Bitmessage” gestoßen. Ich finde das ganze extrem cool und hoffe, dass es sich weiter verbreitet.

Die Idee hinter Bitmessage ist eigentlich relativ einfach: man generiert sich ein Schlüsselpaar und berechnet aus dem Fingerprint dann seine Adresse (ähnlich wie eine Bitcoin Adresse). Der öffentliche Schlüssel wird ins Netzwerk gesendet und unter allen Teilnehmern (das ganze ist ein P2P Netzwerk) verbreitet. Somit hat jeder Teilnehmer jeden Key aus dem Netzwerk. Wenn man jetzt eine Nachricht verschicken will, braucht man die Bitmessage Adresse des Empfängers. Aus dieser errechnet man sich wieder den Fingerprint des public Keys und verschlüsselt die Nachricht damit. Die verschlüsselte Nachricht wird auch wieder unter allen Teilnehmern verteilt, aber nur der Empfänger kann sie entschlüsseln und merkt daran, dass die Nachricht für ihn bestimmt ist.

Der Vorteil im Gegensatz zu verschlüsselten Mails ist, dass der Empfänger komplett anonym bleibt, da eine Nachricht keine Rückschlüsse auf Sender oder Empfänger zulässt. Außerdem ist das Netzwer komplett unabhängig von zentralen Servern.

english:

Recently, I found the project “Bitmessage”, a P2P network to send encrypted, email-like messages. It’s a very cool idea and I hope for it to spread more widely.

The idea is pretty simple: firstly, you generate a key-pair and create a Bitmessage address, using your key’s fingerprint (the addresses are similar to Bitcoin addresses). The public key is send into the network to every user so everybody has everybody’s public key. To send a message, you need the Bitmessage address of the reciver. With that address, you regenerate the fingerprint of his public key, encrypt the mail with that key and send it to everybody in the network. Only the reciver will be able to encrypt the message and knows that this message is ment for him.

One big advantage to encrypted e-mails is, that the reciver stays completly anonymous because it is impossible to make a connection between a encrypted message and a Bitmessage address. Another advantage is, that the network is decentralized and doesn’t need any central servers.

Sources:

Wikipedia – Bitmessage

Bitmessage Homepage