-
Notifications
You must be signed in to change notification settings - Fork 65
E2EE: Image from clipboard data / upload is sent unencrypted #348
Comments
user content is tottaly broken on riot... checkout this issue: element-hq/element-web#6173 (comment) here some comments on the code: |
Encrypted attachments are not implemented yet. |
@mujx in matrix or in nheko? |
In nheko, Riot sends them encrypted. |
Can the attachment be disabled (only if it doesn't require workarounds) in E2EE rooms? Right now there's no way to tell from nheko that they're sent unencrypted. |
It would be better IMHO to wait for proper support than trying to add now an option to disable them which most likely be removed in the future. |
Sounds reasonable to me. FTR, I'm perfectly fine with this feature not being present yet, but there should be at least a warning somewhere (and IMO the README.md is the best place for it) that not all content is encrypted (or conversely, indicating what is supported, like "attachments not encrypted yet"). If you think it makes sense, I can make a PR against the README.md. |
@lbeltrame Yup that's reasonable, go ahead. |
As nheko does not support yet sending encrypted attachments (see issue #348) explicitly indicate so in the README.
As nheko does not support yet sending encrypted attachments (see issue mujx#348) explicitly indicate so in the README.
System:
Actual behavior
Pasting an image from the clipboard will cause the attached image to be sent unencrypted. Uploading the image via the attachment icon does the same.
Checking the raw source of the image shows indeed that it was sent without being encrypted.
Expected behavior
Image is sent encrypted.
Steps to reproduce
The text was updated successfully, but these errors were encountered: