HACKER Q&A
📣 vsenko

A more convinient Magic Wormhole alternative?


Magic Wormhole (https://github.com/warner/magic-wormhole) is an incredible piece of software that facilitates data transfer between computers when URL/id/hash digital transfer or copy-paste is not an option.

But, in my opinion, it has one significant drawback - it has to be installed and has not so few dependencies.

Thus if, for example, the objective is to transmit a single send.firefox.com URL from one machine to another, then installing Maic Wormhole on both of these machines is an overkill.

I usually resort to manually typing data on the second machine (a binary data block could be base64 encoded beforehand).

Do you know any software or services that could facilitate such scenarios (you need to transfer a small amount of data from one machine to another but it's impossible to use ssh, rdp, clipboard, etc.)?


  👤 ktpsns Accepted Answer ✓
I use QR codes to move snippets between mobile phones. That could work on a notebook (with a camera). There is also https://messenger.chirp.io/ to use sound for information transfer (works better on notebooks, but probably not kiosks). All that is pretty useful for quickly sharing URLs.

👤 sgillen
can you have to be more specific with what scenarios you are facing where you need this? If ssh and rdp are unavailable what is available?