one thing that gets me is this should be one of the most basic tasks between two machines and it has been increasingly, systematically abstracted from us, to control what channels it goes through, if it even goes through at all. so kudos to this app but this should be easy at an OS level and it isn't, by design. likely for the same reason airdrop is not a thing in china
It was easy, via Airdrop, but the CCP doesn’t like people being able to share files in a decentralized manner in groups, and Apple ceases to exist as we know it if they don’t do whatever the CCP wants, so it was nerfed.
Croc: Securely transfer files and folders between two computers
21–29 of 29 posts
Re: Croc: Securely transfer files and folders between two computers
#22How can one be sure that the relay does not record all the data flowing through it? There's not a second independent channel where the key is exchanged between sender and receiver.
Re: Croc: Securely transfer files and folders between two computers
#23How can one be sure that the relay does not record all the data flowing through it? There's not a second independent channel where the key is exchanged between sender and receiver.
The transfer is end2end encrypted using a PAKE key change which is aithenticated using the 3 words you enter in the reveiving end
Are 32 bits enough to serve both functions?
Re: Croc: Securely transfer files and folders between two computers
#24Hard-coded to use his relay server and then asking for donations for bandwidth? https://github.com/schollz/croc/issues/931
Re: Croc: Securely transfer files and folders between two computers
#25Hard-coded to use his relay server and then asking for donations for bandwidth? https://github.com/schollz/croc/issues/931
Re: Croc: Securely transfer files and folders between two computers
#26one thing that gets me is this should be one of the most basic tasks between two machines and it has been increasingly, systematically abstracted from us, to control what channels it goes through, if it even goes through at all. so kudos to this app but this should be easy at an OS level and it isn't, by design. likely for the same reason airdrop is not a thing in china
File transfer isn't an OS level problem. There are already a million utilities that let you get a file from computer A to computer B if they are reachable over IP. Connecting the computers in a secure way is the hard part, hence the need for all the workarounds.
Re: Croc: Securely transfer files and folders between two computers
#27What does this give me that unison doesn't?
Unison is dead, this project is alive.
Re: Croc: Securely transfer files and folders between two computers
#28Earlier quoted context omitted.
The transfer is end2end encrypted using a PAKE key change which is aithenticated using the 3 words you enter in the reveiving end
Thank you. I imagined that the 3 words were just a rendez-vous token that the receiving end must hand to the relay to retrieve the right data. I understand that it also includes a password to validate the key. Are 32 bits enough to serve both functions?