简体   繁体   English

使用指纹识别单个Android设备上的不同用户

[英]Identify different users on a single android device using Fingerprint

I am facing an issue where I have to be able to identify users on a single android device using fingerprint alone. 我面临的一个问题是,我必须能够仅使用指纹来识别单个Android设备上的用户。 The users that will scan their fingers on said device will not have registered fingerprints on this device. 将在所述设备上扫描其手指的用户将在该设备上没有注册的指纹。

I read that android does not expose fingerprint images because of security reasons, but I was wondering is there a way to get a form of a fingerprint image that is specific only to the app it is running in? 我读到,由于安全原因,android不会公开指纹图像,但是我想知道是否有一种方法可以获取仅针对正在运行的应用程序的指纹图像形式?

Scenario: There will be one android mobile phone at reception in a building. 场景:一栋大楼的接待处将有一部Android手机。 All of the employees has to register their fingerprints in the same app, but using their own smartphones. 所有员工都必须在同一应用中使用自己的智能手机注册指纹。

What I Need To Do: I need to be able to capture a form of a fingerprint image on all the different smartphones and then save them to a central DB. 我需要做什么:我需要能够在所有不同的智能手机上捕获某种形式的指纹图像,然后将其保存到中央数据库中。 I also need to be able to validate the fingerprint once again when they scan it on the central smartphone at reception and be able to match it up to that specific employee. 当他们在接待处的中央智能手机上扫描指纹时,我还需要能够再次验证指纹,并将其与该特定员工进行匹配。

I would like to know if anyone knows if this will be possible given the strict security rules of android's Fingerprint Authentication? 我想知道是否有人会鉴于Android指纹认证的严格安全规则而做到这一点?

I was wondering is there a way to get a form of a fingerprint image that is specific only to the app it is running in? 我想知道是否有一种方法可以获取仅针对正在运行的应用程序的指纹图像形式?

Not using standard Android hardware. 不使用标准的Android硬件。 Some form of external fingerprint reader might offer an SDK that supports your use case. 某种形式的外部指纹读取器可能会提供支持您的用例的SDK。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM