swadeshi / wheel

The read/write client for a distributed peer-to-peer network of (social) data
60 stars 0 forks source link

Crypto #2

Open petermoresi opened 8 years ago

petermoresi commented 8 years ago

Crypto is hard. You need to generate keys, distribute them to devices, ensure they are not lost/compromised and use strong algorithms.

How is this challenge solved?

flyingzumwalt commented 8 years ago

Very good question. I wonder if the best approach is to build on ipfs, which provides strong conventions for dealing with encryption. I've added links to some reference material in Issue #3