Hilarious... I just put something up a little bit like this. It's something I started a while back and finished up this morning:<p><a href="https://github.com/zerotier/toss" rel="nofollow">https://github.com/zerotier/toss</a><p>It must be the National Day of Command Line File Transfer Utilities.
We're pretty much in need of tools like this. The alternative is to send the file to file sharing services in other countries then fetch them again from the other computer in the same LAN.<p>But unfortunately this is still too cumbersome for my personal use cases, which involve Windows machines I don't personally use unless sporadically.
One critique, this "encryption" is just "seed pseudorandom RNG with a shared int, and then xor each byte with the next value from the RNG". Not exactly a high quality encryption method.