secret/internal
sneak e5d7407c79 Fix mnemonic input to not echo to screen
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.
2025-07-22 12:39:32 +02:00
..
cli Fix mnemonic input to not echo to screen 2025-07-22 12:39:32 +02:00
secret Fix cross-platform build issues and security vulnerabilities 2025-07-21 22:05:23 +02:00
vault Remove internal/macse package and fix all linter issues 2025-07-21 17:48:47 +02:00