dani / patrix

Simple command line Matrix client written in perl
MIT License
3 stars 1 forks source link

Add Encryption #3

Open ImagoTrigger opened 1 year ago

ImagoTrigger commented 1 year ago

The program works in encrypted rooms but sends/shows messages unencrypted

It would be wonderful if we could have configuration options to save, set and get our E2EE device fingerprint parameters to send messages encrypted if it has those parameters saved and the room is encrypted and the required perl modules are installed. I may attempt to start tackling this but id like the authors input on proceeding.

dani commented 1 year ago

Hi and thanks for raising this issue. Adding support for E2EE would indeed be great. Unfortunatly, I don't really know where to start, I haven't looked at this part of the protocol.