-
Notifications
You must be signed in to change notification settings - Fork 0
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
Touch ID support for macOS #4
Comments
That'd be amazing!!! 🎉 |
@marcopaganini if Of course, native Touch ID support would be even better. |
It's yer lucky day :) Version 0.0.8 now supports reading passwords from stdin. Please test it thoroughly. What I did is simple: If the input is a terminal, use the regular terminal password hiding shenanigans. If not, just read the passwords from the terminal (max 256 bytes) and trim all binary zeroes and CR/LF at the end. It would be interesting to support Touch ID, but I have no access to a Mac to test it. Also, if your workaround above works fine, I can add it to the documentation and that would make it a generic solution. Please let me know how it goes. |
@marcopaganini It works very well, thank you! To fully automate it, could we have full plain text output without headers (issue #5) so I can just pipe it to |
So we don't have to type long Aegis passwords.
The text was updated successfully, but these errors were encountered: