@hackage magic-wormhole0.1.0

Interact with Magic Wormhole

Client library for interacting with a Magic Wormhole server.

Magic Wormhole is a technology for getting things from one computer to another, safely. It does this by using a server to locate peers, and then using SPAKE2 encryption to negotiate a secure connection to a peer. It is especially useful for sending files and short messages to other humans.

You can learn more about Magic Wormhole by exploring the documentation on the canonical, Python implementation.