2012-11-12 04:36:43 +01:00
|
|
|
PyBitmessage
|
2013-03-27 09:07:31 +01:00
|
|
|
============
|
|
|
|
|
2018-03-23 04:51:50 +01:00
|
|
|
Bitmessage is a P2P communication protocol used to send encrypted messages to
|
2013-03-27 09:07:31 +01:00
|
|
|
another person or to many subscribers. It is decentralized and trustless,
|
|
|
|
meaning that you need-not inherently trust any entities like root certificate
|
2014-01-24 17:17:50 +01:00
|
|
|
authorities. It uses strong authentication, which means that the sender of a
|
2018-03-23 04:51:50 +01:00
|
|
|
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.
|
2013-03-27 09:07:31 +01:00
|
|
|
|
|
|
|
|
2013-10-25 23:42:47 +02:00
|
|
|
Development
|
|
|
|
----------
|
2013-10-26 01:49:18 +02:00
|
|
|
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 solicit feedback on the DevTalk
|
|
|
|
pseudo-mailing list:
|
2013-10-25 23:42:47 +02:00
|
|
|
BM-2D9QKN4teYRvoq2fyzpiftPh9WP9qggtzh
|
|
|
|
|
2018-03-23 04:51:50 +01:00
|
|
|
Feel welcome to join chan "bitmessage", BM-2cWy7cvHoq3f1rYMerRJp8PT653jjSuEdY
|
2018-07-13 21:51:56 +02:00
|
|
|
which is on preview here: https://beamstat.com/chan/bitmessage
|
2013-10-25 23:42:47 +02:00
|
|
|
|
2014-08-06 21:08:37 +02:00
|
|
|
References
|
2013-03-27 09:07:31 +01:00
|
|
|
----------
|
2014-08-06 21:08:37 +02:00
|
|
|
* [Project Website](https://bitmessage.org)
|
|
|
|
* [Protocol Specification](https://bitmessage.org/wiki/Protocol_specification)
|
|
|
|
* [Whitepaper](https://bitmessage.org/bitmessage.pdf)
|
|
|
|
* [Installation](https://bitmessage.org/wiki/Compiling_instructions)
|
2018-04-11 16:32:42 +02:00
|
|
|
* [Discuss on Reddit](https://www.reddit.com/r/bitmessage)
|
|
|
|
* [Chat on Gitter](https://gitter.im/Bitmessage/PyBitmessage)
|
2018-05-07 12:50:51 +02:00
|
|
|
|