Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix: Hide sensitive input #30

Merged
merged 2 commits into from
May 12, 2022
Merged

Fix: Hide sensitive input #30

merged 2 commits into from
May 12, 2022

Conversation

aripalo
Copy link
Owner

@aripalo aripalo commented May 12, 2022

Fixes #28 by using Go's golang.org/x/term package's ReadPassword method which is aimed for exactly these kind of purposes.

The Yubikey OATH application password is hidden:
vegas-input-password

… but the OATH TOTP (MFA Token) input is still visible (if provided via CLI stdin):
vegas-input-token

@sonarqubecloud
Copy link

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

0.0% 0.0% Coverage
0.0% 0.0% Duplication

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Using the flag --no-gui with a password protected YubiKey, the password is not masked in CLI
1 participant