将Apple TouchId或Samsung Finger打印读卡器与我的应用程序集成 [英] Integrate apple TouchId or Samsung Finger print reader with my app

查看:243
本文介绍了将Apple TouchId或Samsung Finger打印读卡器与我的应用程序集成的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我目前正致力于(Android,ios)的移动应用程序,它具有以下要求。请告诉我是否可以在最新的智能手机,平板电脑上使用内置指纹读卡器来达到我的要求。

I am currently working on a mobile application for (Android, ios), which has the following requirement. Please tell me whether I can use the inbuilt finger print reader on latest smart phone, tablet to achieve my requirement.

我有一个在云上运行的HRM系统,我有员工的详细信息,
现在我正在开发一个员工考勤的移动应用程序,基本上应用程序将按照以下步骤进行操作。

I have a HRM System running on cloud, where I have the employee details, Now i am developing an mobile app for employee time attendance, basically application will work in this following steps.


  1. 当员工打开应用程序时,它会显示指纹登录。

  2. 员工将点击设备上的手指,假设它具有内置的指纹识别器支持。

  3. 移动应用程序将获取指纹并通过Web服务将其发送到我的云应用程序验证。如果验证成功完成,云应用程序Web服务将返回匹配指纹的员工详细信息。在员工可以办理登记后,请查看..
    (假设,我将能够存储指纹,将它与我在远程云应用程序中的员工详细信息相关联,在那里进行身份验证,因此我认为该设备将允许我访问并在远程服务器中保存指纹)..


推荐答案

iOS设备上的指纹识别器只能返回是/否,表示手指是否与设备上注册的指纹相匹配。

The fingerprint reader on iOS devices can only return a yes/no that indicates whether the finger presented matched a fingerprint enrolled on the device.

实际指纹数据安全地存储在硬件中,操作系统或应用程序无法使用。

Actual fingerprint data is stored securely in the hardware and is not available to the operating system or apps.

所以,你的问题的简短答案是iOS上的否。

So, the short answer to your question is "No" on iOS.

来自 iOS安全指南


指纹传感器仅在电容钢上有效环绕主页按钮的环检测到手指的触摸,触发高级成像阵列扫描手指并将扫描发送到安全飞地。

The fingerprint sensor is active only when the capacitive steel ring that surrounds the Home button detects the touch of a finger, which triggers the advanced imaging array to scan the finger and send the scan to the Secure Enclave.

光栅扫描临时存储在Secure Enclave内的加密存储器中,同时进行矢量化以进行分析,然后将其丢弃。该分析利用皮下脊流角度映射,这是一个丢失过程,丢弃重建用户实际指纹所需的细节数据。生成的节点映射没有任何身份信息,只能由Secure Enclave读取,并且永远不会发送到Apple或备份到iCloud或iTunes。

The raster scan is temporarily stored in encrypted memory within the Secure Enclave while being vectorized for analysis, and then it’s discarded. The analysis utilizes subdermal ridge flow angle mapping, which is a lossy process that discards minutia data that would be required to reconstruct the user’s actual fingerprint. The resulting map of nodes is stored without any identity information in an encrypted format that can only be read by the Secure Enclave, and is never sent to Apple or backed up to iCloud or iTunes.

这篇关于将Apple TouchId或Samsung Finger打印读卡器与我的应用程序集成的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆