# Functions
AskDoublePassword will ask for a password (and confirmation) on the commandline.
AskDoublePasswordPrompt will ask for a password (and confirmation) on the commandline, with a custom prompt.
AskMnemonicPhrase asks for the mnemonic phrase.
AskPassword will ask for a password (without confirmation) on the commandline.
AskPasswordPrompt will prompt for a password.
DeletePassword will delete the password from the keychain if possible.
StorePassword will store the given password into the keychain if possible.
# Structs
StdInPasswordReader Default password reader from stdin.
# Interfaces
PasswordReader is an interface to read a password.