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
On the one hand, it should receive security updates, is stable, and is working fine for our needs, so there is no urgent need to update.
On the other hand, it would be good to be using something maintained going forward. If possible and secure, it would also be nice to use a pure-Rust library to reduce system dependencies and compile time, though it is nice to rely on the broadly-used known quantity that is libsodium (the underlying C library).
The text was updated successfully, but these errors were encountered:
Yeah, I think we're fine with sodiumoxide for now. We can ignore any "unmaintained" advisories we get for it currently.
It would be great to have a robust and audited pure Rust replacement! I don't see one thing we could easily swap it out for that offers the secretbox algo stuff and the HMAC stuff together. We can keep this issue open for suggestions.
The
sodiumoxide
crate is marked as "archived" and will receive only security updates going forward: https://github.com/sodiumoxide/sodiumoxideOn the one hand, it should receive security updates, is stable, and is working fine for our needs, so there is no urgent need to update.
On the other hand, it would be good to be using something maintained going forward. If possible and secure, it would also be nice to use a pure-Rust library to reduce system dependencies and compile time, though it is nice to rely on the broadly-used known quantity that is libsodium (the underlying C library).
The text was updated successfully, but these errors were encountered: