-
I generate random public key and use it just for once, and do not use nonce, will be a vulnerability? |
Beta Was this translation helpful? Give feedback.
Answered by
jedisct1
Sep 5, 2022
Replies: 1 comment
-
If you encrypt a single message with a key, a static nonce is okay. But may what you are looking for is sealed boxes ? |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
lg11
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
If you encrypt a single message with a key, a static nonce is okay.
But may what you are looking for is sealed boxes ?