Bitmessage : Différence entre versions

De WikiOpenTruc
Aller à : navigation, rechercher
(Liens)
Ligne 32 : Ligne 32 :
 
* http://linuxfr.org/users/julmx/journaux/bitmessage-envoi-de-messages-chiffres-en-p2p article de 2013
 
* http://linuxfr.org/users/julmx/journaux/bitmessage-envoi-de-messages-chiffres-en-p2p article de 2013
  
 +
* https://bitmsg.me/ send and receive Bitmessages directly from a web browser
  
  
  
 
<br>
 
<br>

Version du 22 décembre 2017 à 08:38

P2P, décentralisé, chiffré

Top language : python


Points communs avec bisq bitsquare

Additionally to the publicly readable data like the offers there are data stored which need to remain private. There are trade process messages which are stored in a kind of mailbox in case the peer is offline. Those data are encrypted and signed and also sent to every node for storage. Only the receiver (who has the private key) can decrypt the data. A similar approach is used in Bitmessage.


Concurrents

  • scayl ? BTsync ?


Liens