Reference client for Bitmessage: a P2P encrypted decentralised communication protocol https://bitmesage.org
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.
This repo is archived. You can view files and clone it, but cannot push or open issues/pull-requests.
 
 
 
 
 
 
Go to file
shekhar-cis 3d19c3f23f
Add transifex update translation file
5 months ago
.buildbot Update resolution and fix format 9 months ago
.github Remove mention of dead tip4commit and unused Fabric in the PR template 8 months ago
buildscripts Add transifex update translation file 5 months ago
desktop Added Network category in desktop file 2 years ago
dev Fixed pylint & removed obsolete file 2 years ago
docs Edit Encryption doc: add MAC, reformat pubkeys, add a footnote about padding 8 months ago
man Packaging for multiple distros 10 years ago
packages update android arch for multi build 9 months ago
src Api fix `HandleDisseminatePreEncryptedMsg` 5 months ago
.gitattributes Instruct git to use LF as line ending for knownnodes.dat test pattern 2 years ago
.gitignore ignore coverage changes 2 years ago
.readthedocs.yml Turn off system packages in rtfd config 2 years ago
.travis.yml Reproduce the bug in qidenticon related to PyQt5 1 year ago
COPYING Changed copyright year to 2022 1 year ago
Dockerfile Make a separate script launcher.sh for the entry point, it allows 1 year ago
INSTALL.md Added more instructions to INSTALL.md, rearranges the steps and added warning for ubuntu 20 & greater 1 year ago
LICENSE Changed copyright year to 2022 1 year ago
MANIFEST.in Add packages/apparmor into manifest 1 year ago
README.md Update README 4 years ago
checkdeps.py Added more instructions to INSTALL.md, rearranges the steps and added warning for ubuntu 20 & greater 1 year ago
kivy-requirements.txt Update kivy-requirement and telenium version 7 months ago
pybitmessage A symlink for famous setuptools bug 4 years ago
requirements.txt Replace obsolete pycrypto with pycryptodome to support jammy: 1 year ago
run-kivy-tests-in-docker.sh Move additional dockerfiles into packages/docker 2 years ago
run-tests-in-docker.sh Update the script for testing in docker container: 10 months ago
setup.cfg Add bandit and flake8 lint run as separate testenv in tox.ini; 1 year ago
setup.py Add Subscription and update test case of payment screen 5 months ago
start.sh The script for portable mode if needed 2 years ago
stdeb.cfg Add python-six dependency to Build-Depends in stdeb.cfg 2 years ago
tests-kivy.py Update resolution and fix format 9 months ago
tests.py Rewrite tests script for using the pybitmessage package, not src 2 years ago
tox.ini Omit bitmessagekivy in coverage run 9 months ago

README.md

PyBitmessage

Bitmessage is a P2P communication 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. BM aims to hide metadata from passive eavesdroppers like those ongoing warrantless wiretapping programs. Hence the sender and receiver of Bitmessages stay anonymous.

Development

Bitmessage is a collaborative project. You are welcome to submit pull requests although if you plan to put a non-trivial amount of work into coding new features, it is recommended that you first describe your ideas in the separate issue.

Feel welcome to join chan "bitmessage", BM-2cWy7cvHoq3f1rYMerRJp8PT653jjSuEdY

References