-
-
Notifications
You must be signed in to change notification settings - Fork 108
Open
Description
We changed some time ago the message encryption to use the new, safer and faster AES GCM with libsodium.
But we are reusing the IV/Nonce for the same Key. AES GCM is vulnerable in this cases.
Nonces should be generated for each new message and stored with the message for decryption (a new DB column).
Exploiting this is not that easy, so we should review our threat model and decide or not to change it or maybe just put a warning on the readme...
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels