Total Pageviews

Wednesday 21 March 2018

Magic Wormhole

Magic Wormhole - 神奇的「魔法虫洞」。A 和 B 交换一次性加密数据,A 发送一个文件或一段文本消息并生成随机接受代码如 2-hello-tweeps,B 接收时输入随机代码即可。支持 Tor。
PyPI Build Status Windows Build Status codecov.io Docs
Get things from one computer to another, safely.
This package provides a library and a command-line tool named wormhole, which makes it possible to get arbitrary-sized files and directories (or short pieces of text) from one computer to another. The two endpoints are identified by using identical "wormhole codes": in general, the sending machine generates and displays the code, which must then be typed into the receiving machine.
The codes are short and human-pronounceable, using a phonetically-distinct wordlist. The receiving side offers tab-completion on the codewords, so usually only a few characters must be typed. Wormhole codes are single-use and do not need to be memorized.
For complete documentation, please see https://magic-wormhole.readthedocs.io or the docs/ subdirectory.

from https://github.com/warner/magic-wormhole

No comments:

Post a Comment