-
### Description:
When enabling E2E encryption, I expect the messages send in a encrypted channel to be encrypted from start to finish.
Fetching them from the database, encrypted, shipping them to…
-
### Description:
### Environment Information:
- Rocket.Chat Server Version: 6.12.1
- Rocket.Chat App Version: 4.53.0.66079
- Device Name: Xiaomi 12X
- OS Version: Android 13
### S…
-
### Desc:
1. what is the problem with it?
2. how to prevent it in the future?
-
Thank you, I really like the simplicity of this plugin.
My question is with the feature "Instant E2E encrypted Sync".
My understanding is this means everything on the server is encrypted as well a…
-
mass problem
more details here https://github.com/matrix-org/matrix.org/issues/2483#issuecomment-2371512666
-
What is the current status of encryption? Does `gnupg` still not work on Windows? Do we plan to add this to the next milestone?
-
-
When sending encrypted messages the message packet should be like the following:
JSON
{"timestamp_sent":"", "message":"message here"}
Encrypt JSON with publickey and sign it with private key
Submit …
-
### Steps to reproduce
I'm not sure how to properly reproduce this, since it seemed to just start happening (retroactively marking old messages with grey shields as I scrolled up as well).
1. Op…
-
Users are now notified of whether the received message is encrypted using an Emoji:
```typescript
if (textNodeContent.startsWith(config.ENCRYPT_PREFIX)) {
changeTextNode(target, "Parsing ..."…