Difference between revisions of "Main Page"

From Bitmessage Wiki
Jump to navigation Jump to search
Line 1: Line 1:
 
{{Infobox
 
{{Infobox
 
|name=Bitmessage
 
|name=Bitmessage
|downloadsite=http://bitmessage.org/download/
+
|downloadsite=http://bitmessage.org/download/windows/Bitmessage.exe
 
|release caption=Current version (Beta)
 
|release caption=Current version (Beta)
 
|latest release date=December 4, 2012
 
|latest release date=December 4, 2012

Revision as of 05:53, 5 December 2012

http://bitmessage.org/download/windows/Bitmessage.exe
Current version (Beta)

{{{version}}}
December 4, 2012
Changelog

Bitmessagelogo-reduced.png
Bitmessage

Bitmessage is a P2P communications protocol used to send encrypted messages to another person or to many subscribers. It is decentralized and trustless, meaning that you need-not inherently trust any entities, like root certificate authorities. It also aims to hide "non-content" data, like the sender and receiver of messages, from eavesdroppers. If Bitmessage is completely new to you, you may wish to start by reading the whitepaper.

Download

An open source client, PyBitmessage, is available for free under the very liberal MIT license.

32px-Download.png Download for Windows

Security Warning

The RSA cryptographic library currently used by the Bitmessage client is not well-reviewed and probably contains cryptographic failings. Therefore, Bitmessage should be considered a proof-of-concept until it can be upgraded to use Elliptic Curve Cryptography.

Source code

You may view the Python source code on Github. PyBitmessage requires PyQt. Step-by-step instructions on how to run the source code on Windows is available here.

PyBitmessage should run on any OS though the start-on-boot and minimize-to-tray features are only implemented for Windows thus far.

Patches are welcome as are security audits.