Source: magic-wormhole Maintainer: Antoine Beaupré Uploaders: Jameson Graef Rollins Section: utils Priority: optional Build-Depends: debhelper (>= 10~), dh-python, magic-wormhole-transit-relay, python3, python3-attr (>= 16.3.0~), python3-autobahn (>= 0.14.1), python3-automat, python3-click, python3-hkdf, python3-humanize, python3-mock, python3-nacl, python3-openssl (>= 16.0.0~), python3-pyflakes, python3-setuptools, python3-six, python3-spake2 (>= 0.8), python3-tqdm (>= 4.13.0~), python3-twisted (>= 17.5.0~), python3-txtorcon (>= 0.19.3) Standards-Version: 4.1.3 Homepage: https://github.com/warner/magic-wormhole Vcs-Git: https://salsa.debian.org/debian/magic-wormhole.git Vcs-Browser: https://salsa.debian.org/debian/magic-wormhole Package: magic-wormhole Provides: python3-magic-wormhole, python3-wormhole, wormhole, Architecture: all Depends: ${misc:Depends}, ${python3:Depends}, Description: Securely and simply transfer data between computers Magic Wormhole provides a command-line tool and Python library named "wormhole" which makes it possible to very easily transfer short pieces of text or arbitrary-sized files or directories 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.