You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the key exchange, static DH is used, which reduce the security of the messages by always using the same secret.
Using an ephermeral key, signed by the long-term key would work.
NB: avoid replay attack of the exchange but potentially using a namespace
In the key exchange, static DH is used, which reduce the security of the messages by always using the same secret.
Using an ephermeral key, signed by the long-term key would work.
NB: avoid replay attack of the exchange but potentially using a namespace