get things from one computer to another, safely
Go to file
Brian Warner fae14ebe6a Add --verify (display/check key-verifier). Not entirely usable yet.
To be useful, both sides must add -v. If the sender uses -v but the
receiver doesn't, the receiver won't show the verification string, so
the sender can't compare it to anything (and must either abort the
transfer or accept it blindly). Maybe the receiver should show the
verification string unconditionally. Maybe the sender should
indicate (in unprotected plaintext, along with the PAKE message) whether
the receiver should show it or not.
2015-03-24 00:28:02 -07:00
docs fill in initiator flow, define relay API 2015-02-10 18:34:13 -08:00
src/wormhole Add --verify (display/check key-verifier). Not entirely usable yet. 2015-03-24 00:28:02 -07:00
.gitattributes initial setup.py, versioneer-ification 2015-02-10 00:48:19 -08:00
.gitignore add first unit test, 'setup.py test' support 2015-02-10 01:05:15 -08:00
LICENSE Initial commit 2015-02-10 00:38:44 -08:00
MANIFEST.in initial setup.py, versioneer-ification 2015-02-10 00:48:19 -08:00
README.md new name: magic-wormhole 2015-03-23 23:38:47 -07:00
setup.py new name: magic-wormhole 2015-03-23 23:38:47 -07:00
versioneer.py initial setup.py, versioneer-ification 2015-02-10 00:48:19 -08:00

magic-wormhole

get things from one computer to another, safely