Byzantium / Byzantium

Configs and code for Project Byzantium.
GNU General Public License v3.0
268 stars 42 forks source link

Implement Cables Communication system #123

Open Sitwon opened 12 years ago

Sitwon commented 12 years ago

The Liberté Linux project has developed a secure, decentralized, email-like communication system called Cables. I think it's an almost perfect addition to Byzantium Linux.

http://dee.su/cables https://github.com/mkdesu/cables

virtadpt commented 12 years ago

Advantages:

Disadvantages:

Which is more important - being able to repudiate a message or having the same x.509 for a node?

It's worth experimenting with.

haxwithaxe commented 12 years ago

ssl isn't any good for authentication/identification without a central authority anyways so the ssl cert being regenerated is fine. the the cables key pairs need to persist to maintain identity of an individual so we might need to put some ui around that to notify of that issue and suggest possible solutions.

in my opinion being able to repudiate a message is tied intrinsically to having an identity associated with the sender.

virtadpt commented 11 years ago

Development of Cables seems to have stalled out. The last commit was seven months ago.

It also requires a full MTA, Java, Tor or I2P as their transport mechanisms (the former requires access to the global net, the latter a fair amount of organization beforehand to set up a network), and a user facing mail client to send and receive messages.

How practical is this going to be in a crisis, compared the other stuff we already offer?