Obfuscated Passwords
- Dominant language
- Go
- Stars
- 7
- Forks
- 6
- PR merge metrics
- No merged PRs in 30d
Description
Passwords are currently parameters directly on the command. They should be obfuscated as an interactive prompt after the command is entered.
Instead of:
```
🟢 🔐 > open test.wallet password
Opened wallet: test.wallet
```
It should be something like:
```
🟢 🔐 > open test.wallet
Enter password to unlock: ********
Opened wallet: test.wallet
```
Contributor guide
Research direction
Start by locating the CLI entry point for the open command and how it currently receives the password parameter. Replace the visible password argument with an interactive hidden prompt, preserving the wallet-opening flow; done means the example no longer requires the password on the command line and displays masked input.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- go
- Domain
- cli, security
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100