Modern encryption #597
Labels
A-Client-Server
Issues affecting the CS API
A-E2EE
Issues about end-to-end encryption
enhancement
A suggestion for a relatively simple improvement to the protocol
Hi,
I couldn't find an issue about this, so I open this one.
OLM and MegOLM use old cipher like
AES-256-CBC
,HMAC-SHA-256
which have a lot of drawbacks (like hard to review, vulnerable to hardware backdoors...).Is there any plan to use modern ciphers instead, like
XChaCha20-Poly1305
,blake2b
and so on?The text was updated successfully, but these errors were encountered: