mafintosh / hyperlog

Merkle DAG that replicates based on scuttlebutt logs and causal linking
MIT License
470 stars 33 forks source link

Remote log syncing? #21

Open bcomnes opened 8 years ago

bcomnes commented 8 years ago

Any recommendations / ideas on a secure transport for syncing a hyper log on my laptop to another instance on a server? Or is the idea to just do it out in the open with some kind of signed log convention?

tvedtorama commented 7 years ago

I think you can accomplish this by using swarmlog. This should work wether "your laptop" is an app running inside a browser, or in node. WebRTC should provide a level of security (TLS), similar to regular browser security.

If you are looking for a more CLI-friendly approach check out the hyperlog-index examples, where dupsh is used to do something similar on between two local commands. Should be possible to get this rolling over av ssh-connection, assumably.