To avoid having plain-text passwords swapped to disk or read after dropping, we might consider using `secure_string` crate or something similar. Perhaps we could consider the same thing for `SecretKey`.
To avoid having plain-text passwords swapped to disk or read after dropping, we might consider using
secure_stringcrate or something similar.Perhaps we could consider the same thing for
SecretKey.