wormhole-william icon indicating copy to clipboard operation
wormhole-william copied to clipboard

End-to-end encrypted file transfer. A magic wormhole CLI and API in Go (golang).

Results 11 wormhole-william issues
Sort by recently updated
recently updated
newest added

This PR updates the build script to build `arm64` binaires for ~~FreeBSD~~, macOS and ~~Windows~~. It also makes sure to add `amd64` binaries to Windows. Lastly, the release action got...

Our team has been using wormhole-william as our project's client library in the browser via a WASM wrapper. This PR adds support for websocket transport to the transit relay. The...

I don't see why not provide these too. Besides, Windows 11 is [64-bit only](https://windowsreport.com/windows-10-will-support-only-64-bit-same-as-windows-11/).

Hi, in this patch I've enabled the qrterminals's "half-block" option to output a more compact QR code.

When this issue is resolved we should upgrade nhooyr.io/websocket to make dependabot not warn about this dependency: https://github.com/nhooyr/websocket/issues/318 This is a test only dependency so its not an actual issue...

Does `wormhole-william` supports listening on the receiving side for `direct-tcp-v1` connections? By looking at the code it seems that `direct-tcp-v1` are supported only when `wormhole-william` is sending a file

As of https://github.com/psanford/wormhole-william/commit/049df45b8d5a40e6f5f3f43ea7d8c423631ed7ed, cancelling incomming and outgoing connections works great. However, it would be nice if the errors could be a bit more graceful. This does not affect the latest...

The python implementation offers optional support for transport via tor. Is there an intention to add this to wormhole-william?

enhancement

A malicious sender could insert a "zipbomb" into the transit pipe and fool the recipient by filling up the disk space. A proof of concept of that would be to...

Directory transfer of the transit protocol use the zip format internally to transfer a bunch of files/directories from the sender to the recipient. The recipient, creates the destination directory and...