Reference client for Bitmessage: a P2P encrypted decentralised communication protocol https://bitmesage.org
This repository has been archived on 2025-01-28. You can view files and clone it, but cannot push or open issues or pull requests.
Go to file
2023-10-20 16:55:42 +03:00
.buildbot Improve snap build script: check snapcraft exit status, write checksum 2023-09-25 00:11:36 +03:00
.github Remove mention of dead tip4commit and unused Fabric in the PR template 2022-10-18 17:08:41 +03:00
buildscripts Add transifex update translation file 2023-01-13 12:20:38 +05:30
desktop
dev
docs Edit Encryption doc: add MAC, reformat pubkeys, add a footnote about padding 2022-10-11 12:27:20 +03:00
man
packages Parametrize appimage-builder recipe, 2023-09-14 13:57:24 +03:00
src Forgotten pylint comment for os._exit 2023-10-20 03:31:51 +03:00
.gitattributes
.gitignore
.readthedocs.yml
.travis.yml
checkdeps.py
COPYING Changed copyright year to 2022 2022-01-17 18:11:23 +01:00
Dockerfile Make a separate script launcher.sh for the entry point, it allows 2022-04-20 21:34:38 +03:00
INSTALL.md Edit INSTALL.md, - update binary links 2023-09-17 16:02:45 +03:00
kivy-requirements.txt Update kivy-requirement and telenium version 2022-11-10 12:48:28 +05:30
LICENSE Changed copyright year to 2022 2022-01-17 18:11:23 +01:00
MANIFEST.in Add packages/apparmor into manifest 2022-05-02 18:00:55 +03:00
pybitmessage
README.md
requirements.txt Replace obsolete pycrypto with pycryptodome to support jammy: 2022-05-30 21:32:56 +03:00
run-kivy-tests-in-docker.sh
run-tests-in-docker.sh Update the script for testing in docker container: 2022-08-03 17:03:12 +03:00
setup.cfg Add bandit and flake8 lint run as separate testenv in tox.ini; 2022-05-02 18:00:55 +03:00
setup.py Add Subscription and update test case of payment screen 2022-12-26 18:54:42 +05:30
start.sh
stdeb.cfg
tests-kivy.py Update resolution and fix format 2022-09-20 16:20:59 +05:30
tests.py
tox.ini Remove core tests from coverage 2023-10-20 16:55:42 +03:00

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