Open bcomnes opened 8 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.
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?