mirror of
https://github.com/taigrr/crocgui
synced 2025-01-18 04:03:16 -08:00
15 lines
529 B
Plaintext
15 lines
529 B
Plaintext
croc is a tool that allows any two computers to simply and securely transfer files.
|
|
|
|
<b>Features</b>
|
|
- allows <b>any two computers</b> to transfer data (using a relay)
|
|
- provides <b>end-to-end encryption</b> (using PAKE)
|
|
- enables easy <b>cross-platform</b> transfers (Windows, Linux, Mac)
|
|
- allows <b>multiple file</b> transfers
|
|
- local server or port-forwarding <b>not needed</b>
|
|
- <b>ipv6-first</b> with ipv4 fallback
|
|
|
|
The command line application upon which this is based can be found here:
|
|
|
|
https://github.com/schollz/croc
|
|
|