-
-
Notifications
You must be signed in to change notification settings - Fork 117
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
fprint #94
Comments
Is libfprint integrated with native macOS authorization? |
Interesting. I wonder if someone can write TouchID drivers or if macOS is locked down in that area. I suspect the latter because TouchID requires a T2 chip (essentially a proprietary TPM module) |
It is necessary to use reverse engineering to touch id driver like other projects. I'm learning about this, but I still have a long way to go |
I did a bit of research and i found out that touch id communication is handled by an ARM chip a.k.a the T2 chip so i don't think there's an easy way of implementing something like this without major reverse engineering of the communication layer between the kernel and the T2 chip. |
It possible to emulate chip t2 like EC fake, ALPS etc |
There is only one thing to do, which is to compile a pam_fprint.so |
@ppma If you have any further breakthroughs, can you let us know? Thx! |
If you want to use libfprint, although it is working, it has bad recognition algorithm. Here is the repo with libfprint fork for our scanner: |
the libfprint can work on the macos
The text was updated successfully, but these errors were encountered: