Reference client for Bitmessage: a P2P encrypted decentralised communication protocol:
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Go to file
Jonathan Warren ec4160c5a9 Fix bug introduced in last commit by tpltnt: exception when updating ackdata 11 years ago
images added can-icon.ico 11 years ago
pyelliptic Making OpenSSL recognize Macs as Unix systems 11 years ago
socks added SOCKS 11 years ago
COPYING added COPYING file 11 years ago
LICENSE license added 11 years ago
README.md documentation update 11 years ago
about.py Fixed github issue 63: Manage keys action triggered twice. 11 years ago
about.ui Fixed github issue 63: Manage keys action triggered twice. 11 years ago
addresses.py Comment out RSA code 11 years ago
api client.py use base64 for the API passphrase and random address label 11 years ago
bitmessage_icons.qrc added the Can icon and added my icons folder to the repo 11 years ago
bitmessage_icons_rc.py added the Can icon and added my icons folder to the repo 11 years ago
bitmessagemain.py Fix bug introduced in last commit by tpltnt: exception when updating ackdata 11 years ago
bitmessageui.py capitalized the B in address book per Github issue 74 11 years ago
bitmessageui.ui capitalized the B in address book per Github issue 74 11 years ago
defaultKnownNodes.py Merge pull request #78 from tpltnt/issue75 11 years ago
help.py Fixed github issue 63: Manage keys action triggered twice. 11 years ago
help.ui Fixed github issue 63: Manage keys action triggered twice. 11 years ago
highlevelcrypto.py Finished timing attack mitigation 11 years ago
iconglossary.py merged SOCKS branch 11 years ago
iconglossary.ui added SOCKS 11 years ago
messages.dat reader.py Fix bug introduced in last commit by tpltnt: exception when updating ackdata 11 years ago
newaddressdialog.py fixed UI issue: First two radio buttons on the new-address dialog box were not properly grouped 11 years ago
newaddressdialog.ui fixed UI issue: First two radio buttons on the new-address dialog box were not properly grouped 11 years ago
newsubscriptiondialog.py added initial files to repo 11 years ago
newsubscriptiondialog.ui added initial files to repo 11 years ago
regenerateaddresses.py added form to regenerate existing deterministic addresses 11 years ago
regenerateaddresses.ui added form to regenerate existing deterministic addresses 11 years ago
settings.py hide SOCKS password in UI 11 years ago
settings.ui hide SOCKS password in UI 11 years ago
specialaddressbehavior.py richtext or plaintext depends on sender 11 years ago
specialaddressbehavior.ui richtext or plaintext depends on sender 11 years ago

README.md

PyBitmessage

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 uses strong authentication which means that the sender of a message cannot be spoofed, and it aims to hide "non-content" data, like the sender and receiver of messages, from passive eavesdroppers like those running warrantless wiretapping programs.

references