-
Notifications
You must be signed in to change notification settings - Fork 284
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
None of the old messages are decrypted. #2082
Comments
Not seeing any logs from you |
@t3chguy thanks for the heads-up! I am revewing the logs and a bit concerned as they seem to include quite some user information. in particular, the keys seem to be included. I am assuming since you are encouraging users to share that info, there is a good explanation of why it is not an issue to share it. Is there a quick info on that, or would I have to read and understand the protocol? I am especially triggered by seeing a text Aside from that, I attach the log with manually redacted keys below, if that is of any help. |
And another thing, I am not sure what changed, but now messages started appearing, but all of them have a warning that authenticity of this encrypted message cannot be guaranteed on this device. There is no such warning on web or mobile (android). |
These are the public part And same for |
You are getting the keys from your backup that's why you are seeing the authenticity warning. Keys downloaded from backup are not similar to keys received directly from the sender in regards of the cryptographic binding to the sender. Your web and mobile received the key directly from the sender so there is no authenticity warning. To be complete there is a proposal for a new backup algorithm that would maintain authenticity |
@BillCarsonFr, so, did I understand correctly that at the moment backup is somewhat different on desktop vs mobile and web, and a side effect of that is the issues with decoding messages from other platforms? But this is not useful to fix because a new backup algorithm is upcoming? |
@0xorial I don't think it's a fundamental difference between desktop and mobile + web - it's just that in this case, your desktop device didn't receive the key directly - it had to fetch it from key storage ("backup"), meaning it doesn't know for sure that the message is exactly as it should be. The mobile and web devices received the key directly from the sender so they know it's correct. So the main question here is why did it take a long time for your messages to appear on desktop? They should have been saved to key storage by web or mobile and downloaded quite quickly to desktop after you logged in. |
Without a full "rageshake" ("Send Debug Logs" in the UI) I can't investigate further. I suspect one of the other devices is not properly connected to key storage, meaning it didn't upload keys, and then the problem fixed itself when the other device came online and did upload keys, but this is guesswork. |
Closing, but if you have more info please feel free to re-open. |
Steps to reproduce
Outcome
What did you expect?
To see my messages
What happened instead?
Every single message is "unable to decrypt message"
Operating system
No response
Application version
No response
How did you install the app?
No response
Homeserver
No response
Will you send logs?
Yes
The text was updated successfully, but these errors were encountered: