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
Hi! Ages ago I have implemented the algorithm natively in rust: https://crates.io/crates/rusterpassword would you be interested in getting rid of the C dependency and switching to it?
The crate uses libsodium_sys, but I'm looking into updating it to use the RustCrypto crates.
The text was updated successfully, but these errors were encountered:
Comapring it with the c lib for spectre password they do include a way to parse a .mpsites file and also store as json or .mpsites
In this app I am using those features.
Hi! Ages ago I have implemented the algorithm natively in rust: https://crates.io/crates/rusterpassword would you be interested in getting rid of the C dependency and switching to it?
The crate uses libsodium_sys, but I'm looking into updating it to use the RustCrypto crates.
The text was updated successfully, but these errors were encountered: