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
Before overwriting userpass.password, zeroize() the existing SecretBox contents (get a mutable reference and scrub) then replace. Avoid needless extra allocations.