Matrix node: End-to-end encryption for messages

Currently, all messages created by the Matrix node are unencrypted, even when they are posted in end-to-end encrypted rooms.

It would be great if the Matrix node were able to create end-to-end encrypted messages.

The Matrix Javascript SDK supports end-to-end encryption via the libolm library.

I’m just pasting this link since I believe these two problems are related: Decrypt Matrix messages

You’re right. Decrypting end-to-end encrypted messages would also be a helpful feature, and can be implemented using the same library.

I can’t edit my original post, but decryption should be in there too.

1 Like

yeah it would be really nice to have encrypted message compability with the matrix node.