jedisct1 / libsodium

A modern, portable, easy to use crypto library.
https://libsodium.org
Other
12.06k stars 1.72k forks source link

encrypting nonce between client and server #1196

Closed nmarandi closed 1 year ago

nmarandi commented 1 year ago

Is there any way to encrypt nonce between client and server?

I used Key exchange and Authenticated encryption.

For decryption, I need to send nonce alongside the message. Is there any way to encrypt nonce?

jedisct1 commented 1 year ago

This is not a bug report.

Moving to a discussion.