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

terminal.ReadPassword() on windows #3

Open
brsmsn opened this issue Apr 30, 2018 · 0 comments
Open

terminal.ReadPassword() on windows #3

brsmsn opened this issue Apr 30, 2018 · 0 comments
Labels
S2 - Bug Major bug - Bugs that can/could potentially break security

Comments

@brsmsn
Copy link
Contributor

brsmsn commented Apr 30, 2018

terminal.ReadPassord() does not work on windows. Input terminates immediately before users can type in passphrases.

39d4517#diff-055e3e2c833cd88c8c82b8fe7a1e2693R159 changes from hardcoded 0 to a variable from package syscall however the values are not the same for unix and windows. There will need to be code to handle this change.

Bug Description

  • OS: Windows 10
  • Go Version: v1.10
@brsmsn brsmsn added the S2 - Bug Major bug - Bugs that can/could potentially break security label Apr 30, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
S2 - Bug Major bug - Bugs that can/could potentially break security
Projects
None yet
Development

No branches or pull requests

1 participant