Jacalz / rymdport

Cross-platform application for easy encrypted file, folder, and text sharing between devices.
https://rymdport.github.io/
GNU General Public License v3.0
1.1k stars 57 forks source link

Verification requires both participants to enable it #64

Closed Jacalz closed 1 year ago

Jacalz commented 1 year ago

Checklist

Description

The setting to verify before downloading is a bit flawed as it requires that both the sender and receiver has enabled the feature for it to make any sense. The one with the feature turned off will not get any information about the content hash.

Steps to Reproduce

  1. Have the sender turn on verification.
  2. Make sure that the receiver has it turned off.
  3. Send a file between them.
  4. Send a file from the reviver to the sender.

Screenshots

No response

Rymdport version

v3.3.1

Operating System

Linux

Operating System Version

Fedora 37

Go Compiler Version

1.19.6

Additional Information

No response

Jacalz commented 1 year ago

We should check how wormhole-william is doing it. Seems a bit problematic. We might have to keep it as is or just add more information to the verification dialog.

Jacalz commented 1 year ago

The same behavior seems to be present in wormhole-william. There is not really anything to do about this.