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
Private Keys should be subject to decryption from a master password.
Currently private key are stored without encryption, yet they are not send, plus debug should log them.
TODO
have a private key specific type which does not display on debug (masked), and stored encrypted, plus look for NaCl memory protected crate
Question
input of master password, it should at some time be send to the api, and all is pretty static right now when using decodable so we may need to add the master password as parameter of truster and trustedval methods (storage in wotstore then use in params of methods??).
The text was updated successfully, but these errors were encountered:
Private Keys should be subject to decryption from a master password.
Currently private key are stored without encryption, yet they are not send, plus debug should log them.
TODO
Question
The text was updated successfully, but these errors were encountered: