Howdy – Windows Hello style facial authentication for Linux
1–10 of 47 posts
Re: Howdy – Windows Hello style facial authentication for Linux
#2Re: Howdy – Windows Hello style facial authentication for Linux
#3Why does it depend on python2…?
Actually even the Fedora package's specfile only says Python 3, so I'm not sure why the README says that it still needs Python 2.
Edit: Okay, the explanation is in this commit message: https://github.com/boltgolt/howdy/commit/305e42fc79ef38f66c5... . The dep on Python 2 is from Fedora's PAM module package, not from howdy itself. On OpenSUSE the corresponding PAM module package depends on Python 3 already.
Re: Howdy – Windows Hello style facial authentication for Linux
#4I did have fun opening the IR camera feed and seeing objects of various opacity in visible spectrum behaving differently in IR.
Re: Howdy – Windows Hello style facial authentication for Linux
#5Also this only handles user authentication unlike on Windows where it can be usedpasskey. disk encryption and for passkeys.
Edit: This program also saves the landmarks of your face into a file in plain text when it gets added.
Re: Howdy – Windows Hello style facial authentication for Linux
#6This isn't "Windows Hello style." This program extracts features from a 2d image instead of doing depth reconstruction first. This makes it easy to fool with a piece of paper. Also this only handles user authentication unlike on Windows where it can be usedpasskey. disk encryption and for passkeys. Edit: This program also saves the landmarks of your face into a file in plain text when it gets added.
Re: Howdy – Windows Hello style facial authentication for Linux
#7This isn't "Windows Hello style." This program extracts features from a 2d image instead of doing depth reconstruction first. This makes it easy to fool with a piece of paper. Also this only handles user authentication unlike on Windows where it can be usedpasskey. disk encryption and for passkeys. Edit: This program also saves the landmarks of your face into a file in plain text when it gets added.
Re: Howdy – Windows Hello style facial authentication for Linux
#8Last time I tried it, I wished the DM indicated its processing my face and also if it failed, and a button to retry. Also will the model be fooled by an IR photo of my face? I did have fun opening the IR camera feed and seeing objects of various opacity in visible spectrum behaving differently in IR.
You can also enable "rubberstamps" which require an action from you like nodding yes to confirm authentication and making it harder to fool. As noted in the readme though, Howdy is never going to be 100% secure
Re: Howdy – Windows Hello style facial authentication for Linux
#9This isn't "Windows Hello style." This program extracts features from a 2d image instead of doing depth reconstruction first. This makes it easy to fool with a piece of paper. Also this only handles user authentication unlike on Windows where it can be usedpasskey. disk encryption and for passkeys. Edit: This program also saves the landmarks of your face into a file in plain text when it gets added.
Re: Howdy – Windows Hello style facial authentication for Linux
#10This isn't "Windows Hello style." This program extracts features from a 2d image instead of doing depth reconstruction first. This makes it easy to fool with a piece of paper. Also this only handles user authentication unlike on Windows where it can be usedpasskey. disk encryption and for passkeys. Edit: This program also saves the landmarks of your face into a file in plain text when it gets added.
yeah its more of a taster demo. I wish them luck in developing it properly though... I'm doing an ubuntu MOE for a corp atm and man, I really miss the windows hello logins.