A more popular and, I think, carefully analyzed alternative, from which croc was inspired, is Magic Wormhole; a good Golang implementation that compiles down to a single binary is wormhole-william: https://github.com/psanford/wormhole-william/releases I believe croc has some features wormhole doesn't (and some anti-features, like being able to pick curves and hashes). But also just that it's worth knowing that Magic…
What does "carefully analyzed" mean in this context? Who analyzed it?
Croc: Easily and securely send things from one computer to another
21–30 of 146 posts
Re: Croc: Easily and securely send things from one computer to another
#22Haven't tried this but I recently started using syncthing.net and I highly recommend it. Like rsync, it only sends the chunks of the file that changed, so it can be extremely fast for small changes in large files. It's able to use a variety of methods to connect including good through relay servers if the machines can't directly talk to each other.
Re: Croc: Easily and securely send things from one computer to another
#23Re: Croc: Easily and securely send things from one computer to another
#24Earlier quoted context omitted.
What does "carefully analyzed" mean in this context? Who analyzed it?
Also if GitHub stars are anything to go off of, croc is several orders of magnitude more popular. Also croc is written in Go and compiles to a single binary, but there are some helper scripts in the repo for a few things. I really don't know why they said all that in their comment.
Re: Croc: Easily and securely send things from one computer to another
#25A more popular and, I think, carefully analyzed alternative, from which croc was inspired, is Magic Wormhole; a good Golang implementation that compiles down to a single binary is wormhole-william: https://github.com/psanford/wormhole-william/releases I believe croc has some features wormhole doesn't (and some anti-features, like being able to pick curves and hashes). But also just that it's worth knowing that Magic…
There is also https://wormhole.app Which looking at your link I guess is unrelated
Re: Croc: Easily and securely send things from one computer to another
#26Earlier quoted context omitted.
What does "carefully analyzed" mean in this context? Who analyzed it?
Also if GitHub stars are anything to go off of, croc is several orders of magnitude more popular. Also croc is written in Go and compiles to a single binary, but there are some helper scripts in the repo for a few things. I really don't know why they said all that in their comment.
Re: Croc: Easily and securely send things from one computer to another
#27Re: Croc: Easily and securely send things from one computer to another
#28Re: Croc: Easily and securely send things from one computer to another
#29More generally, it feels like in 2023 that connecting two computers via a public relay ought to be a solved problem, on the level of, like, DNS. Or maybe it is and I haven't heard?
Re: Croc: Easily and securely send things from one computer to another
#30a recent audit claims the author "doesn't have enough resources to address" security issues: https://www.openwall.com/lists/oss-security/2023/09/08/2 https://github.com/schollz/croc/issues/594 etc.