crypto_secretbox algorithm stability over releases #1394
MathieuBordere
started this conversation in
General
Replies: 1 comment
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm planning on using libsodium to encrypt data on disk for a possible long period of time. I assume the algorithm behind
crypto_secretbox
can change depending on the release? So it's better to use the underlying algorithm directly if I plan on updating libsodium regularly?Thanks,
Mathieu
Beta Was this translation helpful? Give feedback.
All reactions