Changed mnemonic input to use secure non-echoing input like passphrases: - Use secret.ReadPassphrase() instead of readLineFromStdin() - Add newline after hidden input for better UX - Remove unused stdin reading functions from cli.go This prevents sensitive mnemonic phrases from being displayed on screen during input, matching the security behavior of passphrase input. |
||
---|---|---|
.. | ||
cli_test.go | ||
cli.go | ||
crypto.go | ||
generate.go | ||
init.go | ||
integration_test.go | ||
root.go | ||
secrets_size_test.go | ||
secrets.go | ||
test_helpers.go | ||
test_output_test.go | ||
unlockers.go | ||
vault.go | ||
version_test.go | ||
version.go |