/copydat

fast (hopefully) encrypted (hopefully) file copy between two machines using a dat key

Primary LanguageJavaScript

copydat

fast (hopefully) encrypted (hopefully) file copy between two machines using a dat key

usage

on one machine (sending data)

$ copydat .
// then copy the key

on other machine (receiving data)

$ copydat <key> .

and it should copy data (hopefully)