send files to yourself or your friends easily
Aller au fichier
erinn 9256af3a40 adding secret cwtch features 2018-10-12 20:19:21 -07:00
.gitignore initial commit 2018-10-06 19:21:20 -07:00
LICENSE initial commit 2018-10-09 16:49:20 -07:00
README.md update readme 2018-10-10 16:04:56 -07:00
main.go adding secret cwtch features 2018-10-12 20:19:21 -07:00
smp.go initial commit 2018-10-10 00:07:18 -07:00

README.md

sendafriend

WARNING: sendafriend has not been audited and probably contains security vulnerabilities. please do not use it for anything sensitive yet

quickly send files or control signals between machines by piping them on the command line, with bidirectional authentication and metadata resistance via tor (built on cwtch)

includes a way to quickly exchange onion addresses using a low-entropy shared secret (using pairwise socialist millionaires' protocol on a bbs) and a contact manager

note that we only support data up to 64k right now, sorry :( (a fix for this is in the works)

sendafriend is rated Adults Only because it generates random words sometimes and i haven't read all the words personally

installation

requires you to have go installed and your gopath configured correctly (sorry). it also requires tor to be installed and running, with no authentication on the default control port (sorry, fixing now)

go get openprivacy.ca/openprivacy/sendafriend

usage

one-time setup, on both machines: sendafriend pair [make-up-a-name]

activate the receiver first: sendafriend receive [made-up-name] > file.ext

then the sender: sendafriend send [made-up-name] < file.ext

the pairing feature is experimental and kinda flakey right now. you may find it easier to sendafriend info to get your identity string, transfer it over some other secure channel, and then sendafriend add [make-up-a-name] [identity string] to add it to the contact list

manage multiple identities

to have multiple addresses and contact lists, create a directory to hold them and prefix commands like so:

env SENDAFRIEND_FOLDER=$HOME/bob sendafriend info

<3

made with love by errorinn