WO2017054304A1 - 存储指纹模板信息、采用指纹信息进行认证的方法及装置 - Google Patents

存储指纹模板信息、采用指纹信息进行认证的方法及装置 Download PDF

Info

Publication number
WO2017054304A1
WO2017054304A1 PCT/CN2015/095786 CN2015095786W WO2017054304A1 WO 2017054304 A1 WO2017054304 A1 WO 2017054304A1 CN 2015095786 W CN2015095786 W CN 2015095786W WO 2017054304 A1 WO2017054304 A1 WO 2017054304A1
Authority
WO
WIPO (PCT)
Prior art keywords
fingerprint template
template information
information
fingerprint
storage location
Prior art date
Application number
PCT/CN2015/095786
Other languages
English (en)
French (fr)
Inventor
王健
潘露杰
Original Assignee
宇龙计算机通信科技(深圳)有限公司
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by 宇龙计算机通信科技(深圳)有限公司 filed Critical 宇龙计算机通信科技(深圳)有限公司
Publication of WO2017054304A1 publication Critical patent/WO2017054304A1/zh

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F21/00Security arrangements for protecting computers, components thereof, programs or data against unauthorised activity
    • G06F21/30Authentication, i.e. establishing the identity or authorisation of security principals
    • G06F21/31User authentication
    • G06F21/32User authentication using biometric data, e.g. fingerprints, iris scans or voiceprints
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F21/00Security arrangements for protecting computers, components thereof, programs or data against unauthorised activity
    • G06F21/70Protecting specific internal or peripheral components, in which the protection of a component leads to protection of the entire computer
    • G06F21/78Protecting specific internal or peripheral components, in which the protection of a component leads to protection of the entire computer to assure secure storage of data

Definitions

  • the present invention relates to the field of mobile terminal technologies, and in particular, to a method and an apparatus for storing fingerprint template information and using fingerprint information for authentication.
  • the fingerprint recognition technology has also been widely applied to mobile terminals, for example, it can be applied to simple operations such as unlocking and starting of an application, and can also be used for mobile payment and other operations involving user property security and privacy information.
  • the fingerprint data is all stored locally, such as a hardware chip (such as TRUSTZONE) or a local storage area.
  • a hardware chip such as TRUSTZONE
  • the fingerprint data will be stolen, which will cause security risks. How to solve this problem is one of the technical problems to be solved by those skilled in the art.
  • the object of the present invention is to provide a method and a device for storing fingerprint template information and using fingerprint information for authentication, aiming at solving the problem of existing security risks in the stored fingerprint data.
  • the present invention provides a method for storing fingerprint template information, including:
  • it also includes:
  • the storing the fingerprint template information in the storage location of the corresponding security level according to the level of the multiple security levels includes:
  • the fingerprint template information of the low security level is stored in the local database of the mobile terminal, and the fingerprint template information of the high security level is stored in the cloud.
  • the present invention also provides an apparatus for storing fingerprint template information, including:
  • a dividing module configured to divide at least two fingerprint template information into multiple security levels according to an importance degree of the application to be authenticated by the mobile terminal
  • a storage module configured to store each of the fingerprint template information in a storage location corresponding to a security level according to the plurality of security levels
  • a module is configured to establish a mapping relationship between the fingerprint template information and the storage location.
  • the invention also provides a method for authenticating by using fingerprint information, comprising:
  • the configuration library is a local security parameter configuration library of the mobile terminal.
  • the storage location includes a local database of the mobile terminal and a cloud;
  • the local database of the mobile terminal corresponds to the fingerprint template information of the low security level
  • the cloud corresponds to the fingerprint template information of the high security level
  • the invention also provides an apparatus for authenticating by using fingerprint information, comprising:
  • a first acquiring module configured to acquire fingerprint information of the current user
  • a querying module configured to query, in a preset configuration repository, a storage location of the fingerprint template information corresponding to the to-be-authenticated application; wherein the storage location is a preset security level and an important importance of the application to be authenticated The corresponding position of the degree;
  • a second acquiring module configured to acquire fingerprint template information of the to-be-authenticated application from the storage location
  • the determining module is configured to determine whether the fingerprint information of the current user matches the fingerprint template information, and if yes, the authentication passes; if not, the authentication fails.
  • the method and device for storing fingerprint template information and using the fingerprint information for authentication the fingerprint template information is divided into multiple security levels according to the importance degree of the application to be authenticated by the mobile terminal;
  • the fingerprint template information is stored in a storage location corresponding to the security level. According to the method and device provided by the present invention, even if the mobile terminal is attacked by a hacker, the encrypted information of the high security level is not leaked, and the security level of the terminal is improved, especially the information security level of the high security level, thereby improving the user experience.
  • the present invention enhances the market competitiveness of the product without increasing the hardware cost.
  • FIG. 1 is a flowchart of a method for performing a method for storing fingerprint template information according to the present invention
  • FIG. 2 is a structural block diagram of a specific implementation manner of an apparatus for storing fingerprint template information according to the present invention
  • FIG. 3 is a flowchart of a method for performing a method for authenticating by using fingerprint information according to the present invention
  • FIG. 4 is a flowchart of a method for performing another method for authenticating by using fingerprint information according to the present invention
  • FIG. 5 is a structural block diagram of a specific implementation manner of an apparatus for authenticating by using fingerprint information according to the present invention.
  • FIG. 1 A method flowchart of a specific implementation manner of a method for storing fingerprint template information provided by the present invention is shown in FIG. 1 , and the method includes:
  • Step S101 Dividing at least two fingerprint template information into multiple security levels according to the importance degree of the application to be authenticated by the mobile terminal;
  • Step S102 Store each fingerprint template information in a storage location corresponding to the security level according to the level of the multiple security levels.
  • Step S103 Establish a mapping relationship between the fingerprint template information and the storage location.
  • the method for storing fingerprint template information divides the fingerprint template information into a plurality of security levels according to the importance degree of the application to be authenticated by the mobile terminal; and stores the fingerprint template information according to the level of the multiple security levels.
  • the method further includes:
  • storing fingerprint template information may be specifically as follows:
  • the fingerprint template information of the low security level is stored in the local database of the mobile terminal, and the fingerprint template information of the high security level is stored in the cloud.
  • the fingerprint information corresponding to the application such as unlocking and launching the application
  • it is set to a low security level
  • the system can automatically save the fingerprint information of low security level. Stored in the terminal local, and stored fingerprint information of high security level to the cloud service.
  • FIG. 2 A block diagram of a specific embodiment of an apparatus for storing fingerprint template information provided by the present invention is shown in FIG. 2, and the apparatus includes:
  • the dividing module 100 is configured to divide at least two fingerprint template information into multiple security levels according to the importance degree of the application to be authenticated by the mobile terminal;
  • the storage module 200 is configured to store each of the fingerprint template information in a storage location corresponding to the security level according to the plurality of security levels;
  • the establishing module 300 is configured to establish a mapping relationship between the fingerprint template information and the storage location.
  • the device for storing the fingerprint template information provided by the present invention corresponds to the foregoing method, and details are not described herein again.
  • FIG. 3 A method flowchart of a specific implementation manner of the method for authenticating by using fingerprint information provided by the present invention is shown in FIG. 3, and the method includes:
  • Step S201 Acquire fingerprint information of the current user.
  • Step S202 Query a storage location of the fingerprint template information corresponding to the to-be-authenticated application in a preset configuration database, where the storage location is a preset level, and the security level and the importance of the application to be authenticated are high or low. Corresponding position;
  • Step S203 Acquire fingerprint template information of the application to be authenticated from the storage location
  • Step S204 determining whether the fingerprint information of the current user matches the fingerprint template information, and if yes, the authentication is passed; if not, the authentication fails.
  • the authentication referred to in the present invention includes, but is not limited to, an operation of unlocking, starting, and secure payment of an application, which does not affect the implementation of the present invention.
  • the configuration library in this embodiment may be a local security parameter configuration library of the mobile terminal.
  • the storage location may specifically include a local database or a cloud of the mobile terminal; wherein the local database of the mobile terminal corresponds to storing fingerprint template information of a low security level, and the cloud corresponds to storing fingerprint template information of a high security level.
  • the security level of the fingerprint template information may be divided into two types: high and low, and the storage location is not limited to the local database. Two kinds of clouds. The user can select and set various security levels and storage locations according to actual needs, and perform personalized setting, which does not affect the implementation of the present invention.
  • the method for authenticating the fingerprint information divides the fingerprint template information into a plurality of security levels according to the importance degree of the application to be authenticated by the mobile terminal; and stores the fingerprint template information according to the plurality of security levels.
  • the storage location for the corresponding security level According to the method provided by the present invention, even if the mobile terminal is attacked by a hacker, the encrypted information of the high security level is not leaked, and the security level of the terminal is improved, especially the information security level of the high security level, thereby improving the user experience.
  • the invention enhances the market competitiveness of the product without increasing the hardware cost.
  • Step S301 When the user wants to obtain the fingerprint information, first determine which application App needs to obtain the fingerprint information, that is, obtain the name of the App;
  • Step S302 Query the location of the fingerprint information corresponding to the App by using the name of the App to the local security parameter configuration library.
  • Step S303 According to the information in the security parameter configuration library and the App name, respectively obtain corresponding fingerprint information into the corresponding storage medium (local, cloud).
  • Step S304 If the fingerprint information input by the user is consistent with the fingerprint information automatically found by the system, the unlocking program is started; otherwise, the unlocking fails.
  • FIG. 5 A block diagram of a specific implementation of an apparatus for authenticating by using fingerprint information provided by the present invention is shown in FIG. 5, and the apparatus includes:
  • the first obtaining module 400 is configured to acquire fingerprint information of the current user.
  • the querying module 500 is configured to query a storage location of the fingerprint template information corresponding to the to-be-authenticated application in a preset configuration database, where the storage location is a preset security level and the to-be-authenticated application The position corresponding to the level of importance;
  • the second obtaining module 600 is configured to acquire fingerprint template information of the to-be-authenticated application from the storage location;
  • the determining module 700 is configured to determine whether the fingerprint information of the current user matches the fingerprint template information, and if yes, the authentication passes; if not, the authentication fails.
  • the device for authenticating by using the fingerprint information according to the present invention divides the fingerprint template information into a plurality of security levels according to the importance degree of the application to be authenticated by the mobile terminal; and stores the fingerprint template information according to the plurality of security levels.
  • the storage location for the corresponding security level According to the device provided by the present invention, even if the mobile terminal is attacked by a hacker, the encrypted information of the high security level is not leaked, and the security level of the terminal is improved, especially the information security level of the high security level, thereby improving the user experience.
  • the invention enhances the market competitiveness of the product without increasing the hardware cost.
  • the device for authenticating by using the fingerprint information provided by the present invention corresponds to the above method, and details are not described herein again.
  • the present invention classifies and stores the corresponding fingerprint template information according to the importance degree of the application (data), and uses the different fingerprints to start the corresponding application (data), and the user performs fingerprint recognition when the application is enabled, and the terminal according to the application (data) name.
  • the fingerprint template is matched with the obtained fingerprint information of the current user. After the matching is successful, the application (data) can be further accessed.

Landscapes

  • Engineering & Computer Science (AREA)
  • Computer Security & Cryptography (AREA)
  • Theoretical Computer Science (AREA)
  • Computer Hardware Design (AREA)
  • Software Systems (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Collating Specific Patterns (AREA)

Abstract

一种存储指纹模板信息、采用指纹信息进行认证的方法及装置,存储指纹模板信息的方法包括:将指纹模板信息按照移动终端待认证应用的重要程度划分为多个安全等级;按照所述多个安全等级的高低分别将所述指纹模板信息存储于对应安全等级的存储位置;建立所述指纹模板信息与所述存储位置的映射关系。本发明所提供的方法及装置,就算移动终端被黑客攻击,高安全等级的加密信息也不会泄露,提高了终端的安全等级,尤其是高安全级别的信息安全程度,提升了用户体验。并且,本发明在不增加硬件成本的前提下,增强产品的市场竞争力。

Description

存储指纹模板信息、采用指纹信息进行认证的方法及装置
本申请要求于2015年9月29日提交中国专利局、申请号为201510631657.2、发明名称为“存储指纹模板信息、采用指纹信息进行认证的方法及装置”的中国专利申请的优先权,其全部内容通过引用结合在本申请中。
技术领域
本发明涉及移动终端技术领域,特别是涉及一种存储指纹模板信息、采用指纹信息进行认证的方法及装置。
背景技术
随着智能手机和平板电脑的快速发展,智能终端产品已经成为越来越多人们的生活必备品。智能手机的多功能性给人们的生活提供了很多的方便,也极大地丰富了人们的生活。
同时,指纹识别技术也已经广泛应用于移动终端,比如可以应用于应用程序的解锁、启动等简单操作,也可以用于移动支付等涉及到用户财产安全、隐私信息的操作。
而现有技术中,指纹数据全部存放在本地,如硬件芯片(如TRUSTZONE)或者本地存储区域中。这样,万一本地端被黑客攻破,指纹数据就会被失窃,进而造成安全隐患。如何解决该问题是本领域技术人员亟待要解决的技术问题之一。
发明内容
本发明的目的是提供一种存储指纹模板信息、采用指纹信息进行认证的方法及装置,目的在于解决现有存储指纹数据中存在安全隐患的问题。
为解决上述技术问题,本发明提供一种存储指纹模板信息的方法,包括:
将至少两个指纹模板信息按照移动终端待认证应用的重要程度划分为多个安全等级;
按照所述多个安全等级的高低分别将各所述指纹模板信息存储于对应安全等级的存储位置;
建立所述指纹模板信息与所述存储位置的映射关系。
可选地,还包括:
将所述指纹模板信息与所述存储位置的映射关系存储于所述移动终端的本地安全参数配置库中。
可选地,所述按照所述多个安全等级的高低分别将所述指纹模板信息存储于对应安全等级的存储位置包括:
将低安全等级的指纹模板信息存储于所述移动终端的本地数据库中,将高安全等级的指纹模板信息存储于云端。
本发明还提供了一种存储指纹模板信息的装置,包括:
划分模块,用于将至少两个指纹模板信息按照移动终端待认证应用的重要程度划分为多个安全等级;
存储模块,用于按照所述多个安全等级的高低分别将各所述指纹模板信息存储于对应安全等级的存储位置;
建立模块,用于建立所述指纹模板信息与所述存储位置的映射关系。
本发明还提供了一种采用指纹信息进行认证的方法,包括:
获取当前用户的指纹信息;
在预先设置的配置库中查询与待认证应用相对应的指纹模板信息的存储位置;其中,所述存储位置为预先设置的、安全等级与所述待认证应用的重要程度高低相对应的位置;
从所述存储位置获取所述待认证应用的指纹模板信息;
判断当前用户的指纹信息与所述指纹模板信息是否匹配,如果是,则认证通过;如果否,则认证失败。
可选地,所述配置库为移动终端的本地安全参数配置库。
可选地,所述存储位置包括所述移动终端的本地数据库以及云端;
其中,所述移动终端的本地数据库对应存储低安全等级的指纹模板信息,所述云端对应存储高安全等级的指纹模板信息。
本发明还提供了一种采用指纹信息进行认证的装置,包括:
第一获取模块,用于获取当前用户的指纹信息;
查询模块,用于在预先设置的配置库中查询与所述待认证应用相对应的指纹模板信息的存储位置;其中,所述存储位置为预先设置的、安全等级与所述待认证应用的重要程度高低相对应的位置;
第二获取模块,用于从所述存储位置获取所述待认证应用的指纹模板信息;
判断模块,用于判断当前用户的指纹信息与所述指纹模板信息是否匹配,如果是,则认证通过;如果否,则认证失败。
本发明所提供的存储指纹模板信息、采用指纹信息进行认证的方法及装置,将指纹模板信息按照移动终端待认证应用的重要程度划分为多个安全等级;按照所述多个安全等级的高低分别将所述指纹模板信息存储于对应安全等级的存储位置。本发明所提供的方法及装置,就算移动终端被黑客攻击,高安全等级的加密信息也不会泄露,提高了终端的安全等级,尤其是高安全级别的信息安全程度,提升了用户体验。并且,本发明在不增加硬件成本的前提下,增强产品的市场竞争力。
附图说明
图1为本发明所提供的存储指纹模板信息的方法的一种具体实施方式的方法流程图;
图2为本发明所提供的存储指纹模板信息的装置的一种具体实施方式的结构框图;
图3为本发明所提供的采用指纹信息进行认证的方法的一种具体实施方式的方法流程图;
图4为本发明所提供的采用指纹信息进行认证的方法的另一种具体实施方式的方法流程图;
图5为本发明所提供的采用指纹信息进行认证的装置的一种具体实施方式的结构框图。
具体实施方式
为了使本技术领域的人员更好地理解本发明方案,下面结合附图和具体实施方式对本发明作进一步的详细说明。显然,所描述的实施例仅仅是本发明一部分实施例,而不是全部的实施例。基于本发明中的实施例,本领域普通技术人员在没有做出创造性劳动前提下所获得的所有其他实施例,都属于本发明保护的范围。
本发明所提供的存储指纹模板信息的方法的一种具体实施方式的方法流程图如图1所示,该方法包括:
步骤S101:将至少两个指纹模板信息按照移动终端待认证应用的重要程度划分为多个安全等级;
步骤S102:按照所述多个安全等级的高低分别将各所述指纹模板信息存储于对应安全等级的存储位置;
步骤S103:建立所述指纹模板信息与所述存储位置的映射关系。
本发明所提供的存储指纹模板信息的方法,将指纹模板信息按照移动终端待认证应用的重要程度划分为多个安全等级;按照所述多个安全等级的高低分别将所述指纹模板信息存储于对应安全等级的存储位置。本发明所提供的方法,就算移动终端被黑客攻击,高安全等级的加密信息也不会泄露,提高了终端的安全等级,尤其是高安全级别的信息安全程度,提升了用户体验。并且,本发明在不增加硬件成本的前提下,增强产品的市场竞争力。
在上述实施例的基础上,还可以进一步包括:
将所述指纹模板信息与所述存储位置的映射关系存储于所述移动终端的本地安全参数配置库中。
在上述任一实施例的基础上,将指纹模板信息存储可以具体为:
将低安全等级的指纹模板信息存储于所述移动终端的本地数据库中,将高安全等级的指纹模板信息存储于云端。
例如,如果是解锁、启动应用等应用所对应的指纹信息,就设置为低安全等级;如果是移动支付等涉及财产安全、隐私信息的应用所对应的指纹信息,就设置为高安全等级。***可以自动将低安全等级的指纹信息存 储到终端本地,而将高安全等级的指纹信息存储到云服务。
本发明所提供的存储指纹模板信息的装置的一种具体实施方式的结构框图如图2所示,该装置包括:
划分模块100,用于将至少两个指纹模板信息按照移动终端待认证应用的重要程度划分为多个安全等级;
存储模块200,用于按照所述多个安全等级的高低分别将各所述指纹模板信息存储于对应安全等级的存储位置;
建立模块300,用于建立所述指纹模板信息与所述存储位置的映射关系。
本发明所提供的存储指纹模板信息的装置与上述方法相对应,在此不再赘述。
本发明所提供的采用指纹信息进行认证的方法的一种具体实施方式的方法流程图如图3所示,该方法包括:
步骤S201:获取当前用户的指纹信息;
步骤S202:在预先设置的配置库中查询与所述待认证应用相对应的指纹模板信息的存储位置;其中,所述存储位置为预先设置的、安全等级与所述待认证应用的重要程度高低相对应的位置;
步骤S203:从所述存储位置获取所述待认证应用的指纹模板信息;
步骤S204:判断当前用户的指纹信息与所述指纹模板信息是否匹配,如果是,则认证通过;如果否,则认证失败。
需要指出的是,本发明所指的认证包括但不限于对应用进行解锁、启动、安全支付的操作,这都不影响本发明的实现。
具体地,本实施例中配置库可以为移动终端的本地安全参数配置库。
进一步地,存储位置可以具体包括移动终端的本地数据库或云端;其中,移动终端的本地数据库对应存储低安全等级的指纹模板信息,所述云端对应存储高安全等级的指纹模板信息。当然,对指纹模板信息进行安全等级的划分可以不限于高、低两种,且存储位置也不限于本地数据库以及 云端两种。用户可根据实际需要选择设置多种安全等级及存储位置,进行个性化设置,这都不影响本发明的实现。
本发明所提供的采用指纹信息进行认证的方法,将指纹模板信息按照移动终端待认证应用的重要程度划分为多个安全等级;按照所述多个安全等级的高低分别将所述指纹模板信息存储于对应安全等级的存储位置。本发明所提供的方法,就算移动终端被黑客攻击,高安全等级的加密信息也不会泄露,提高了终端的安全等级,尤其是高安全级别的信息安全程度,提升了用户体验。且本发明在不增加硬件成本的前提下,增强产品的市场竞争力。
在本发明所提供的采用指纹信息进行认证的方法的另一种具体实施方式中,对用户解锁某一应用程序进行进一步说明。如图4所示,该过程按照以下流程进行:
步骤S301:当用户要获取指纹信息时,首先判断是哪个应用App需要获取指纹信息,即获取到该App的名称;
步骤S302:通过App的名称到本地安全参数配置库中查询该App对应的指纹信息存储的位置;
步骤S303:根据安全参数配置库中的信息和App名称,分别到相应的存储介质(本地、云)中获取相应的指纹信息。
步骤S304:如果用户输入的指纹信息和***自动找到的指纹信息一致,启动解锁程序;否则,解锁失败。
本发明所提供的采用指纹信息进行认证的装置的一种具体实施方式的结构框图如图5所示,该装置包括:
第一获取模块400,用于获取当前用户的指纹信息;
查询模块500,用于在预先设置的配置库中查询与所述待认证应用相对应的指纹模板信息的存储位置;其中,所述存储位置为预先设置的、安全等级与所述待认证应用的重要程度高低相对应的位置;
第二获取模块600,用于从所述存储位置获取所述待认证应用的指纹模板信息;
判断模块700,用于判断当前用户的指纹信息与所述指纹模板信息是否匹配,如果是,则认证通过;如果否,则认证失败。
本发明所提供的采用指纹信息进行认证的装置,将指纹模板信息按照移动终端待认证应用的重要程度划分为多个安全等级;按照所述多个安全等级的高低分别将所述指纹模板信息存储于对应安全等级的存储位置。本发明所提供的装置,就算移动终端被黑客攻击,高安全等级的加密信息也不会泄露,提高了终端的安全等级,尤其是高安全级别的信息安全程度,提升了用户体验。且本发明在不增加硬件成本的前提下,增强产品的市场竞争力。
本发明所提供的采用指纹信息进行认证的装置与上述方法相对应,在此不再赘述。
可见,本发明根据应用(数据)的重要性程度将其对应的指纹模板信息进行分类存储,使用不同指纹启动对应的应用(数据),用户启用应用时进行指纹识别,终端根据应用(数据)名称获取指纹模板与获取的当前用户的指纹信息进行匹配,匹配成功后可以进行进一步访问应用(数据)。
本说明书中各个实施例采用递进的方式描述,每个实施例重点说明的都是与其它实施例的不同之处,各个实施例之间相同或相似部分互相参见即可。
对所公开的实施例的上述说明,使本领域专业技术人员能够实现或使用本发明。对这些实施例的多种修改对本领域的专业技术人员来说将是显而易见的,本文中所定义的一般原理可以在不脱离本发明的精神或范围的情况下,在其它实施例中实现。因此,本发明将不会被限制于本文所示的这些实施例,而是要符合与本文所公开的原理和新颖特点相一致的最宽的范围。

Claims (8)

  1. 一种存储指纹模板信息的方法,其特征在于,包括:
    将至少两个指纹模板信息按照移动终端待认证应用的重要程度划分为多个安全等级;
    按照所述多个安全等级的高低分别将各所述指纹模板信息存储于对应安全等级的存储位置;
    建立所述指纹模板信息与所述存储位置的映射关系。
  2. 如权利要求1所述的存储指纹模板信息的方法,其特征在于,还包括:
    将所述指纹模板信息与所述存储位置的映射关系存储于所述移动终端的本地安全参数配置库中。
  3. 如权利要求1或2所述的存储指纹模板信息的方法,其特征在于,所述按照所述多个安全等级的高低分别将所述指纹模板信息存储于对应安全等级的存储位置包括:
    将低安全等级的指纹模板信息存储于所述移动终端的本地数据库中,将高安全等级的指纹模板信息存储于云端。
  4. 一种存储指纹模板信息的装置,其特征在于,包括:
    划分模块,用于将至少两个指纹模板信息按照移动终端待认证应用的重要程度划分为多个安全等级;
    存储模块,用于按照所述多个安全等级的高低分别将各所述指纹模板信息存储于对应安全等级的存储位置;
    建立模块,用于建立所述指纹模板信息与所述存储位置的映射关系。
  5. 一种采用指纹信息进行认证的方法,其特征在于,包括:
    获取当前用户的指纹信息;
    在预先设置的配置库中查询与待认证应用相对应的指纹模板信息的存储位置;其中,所述存储位置为预先设置的、安全等级与所述待认证应用的重要程度高低相对应的位置;
    从所述存储位置获取所述待认证应用的指纹模板信息;
    判断当前用户的指纹信息与所述指纹模板信息是否匹配,如果是,则 认证通过;如果否,则认证失败。
  6. 如权利要求5所述的采用指纹信息进行认证的方法,其特征在于,所述配置库为移动终端的本地安全参数配置库。
  7. 如权利要求6所述的采用指纹信息进行认证的方法,其特征在于,所述存储位置包括所述移动终端的本地数据库以及云端;
    其中,所述移动终端的本地数据库对应存储低安全等级的指纹模板信息,所述云端对应存储高安全等级的指纹模板信息。
  8. 一种采用指纹信息进行认证的装置,其特征在于,包括:
    第一获取模块,用于获取当前用户的指纹信息;
    查询模块,用于在预先设置的配置库中查询与所述待认证应用相对应的指纹模板信息的存储位置;其中,所述存储位置为预先设置的、安全等级与所述待认证应用的重要程度高低相对应的位置;
    第二获取模块,用于从所述存储位置获取所述待认证应用的指纹模板信息;
    判断模块,用于判断当前用户的指纹信息与所述指纹模板信息是否匹配,如果是,则认证通过;如果否,则认证失败。
PCT/CN2015/095786 2015-09-29 2015-11-27 存储指纹模板信息、采用指纹信息进行认证的方法及装置 WO2017054304A1 (zh)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
CN201510631657.2 2015-09-29
CN201510631657.2A CN105631286A (zh) 2015-09-29 2015-09-29 存储指纹模板信息、采用指纹信息进行认证的方法及装置

Publications (1)

Publication Number Publication Date
WO2017054304A1 true WO2017054304A1 (zh) 2017-04-06

Family

ID=56046212

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/CN2015/095786 WO2017054304A1 (zh) 2015-09-29 2015-11-27 存储指纹模板信息、采用指纹信息进行认证的方法及装置

Country Status (2)

Country Link
CN (1) CN105631286A (zh)
WO (1) WO2017054304A1 (zh)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN114499994A (zh) * 2021-12-30 2022-05-13 科大讯飞股份有限公司 设备指纹的识别方法、装置、电子设备及介质

Families Citing this family (10)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN106096539B (zh) * 2016-06-07 2018-03-27 广东欧珀移动通信有限公司 一种进行生物识别的方法及终端
CN106446786B (zh) * 2016-08-30 2019-06-25 Oppo广东移动通信有限公司 指纹识别方法、指纹识别装置及终端设备
CN106778152A (zh) * 2016-11-11 2017-05-31 努比亚技术有限公司 一种指纹解锁装置、终端及方法
CN107256387B (zh) * 2017-05-23 2019-12-10 深圳市优点智联科技有限公司 指纹认证方法、***和计算机可读存储介质
CN108718372B (zh) * 2018-04-12 2021-03-26 Oppo广东移动通信有限公司 图像处理装置、方法、电子设备及存储介质
CN108563938A (zh) * 2018-04-20 2018-09-21 青岛海信移动通信技术股份有限公司 移动终端的指纹验证方法及装置
CN109669947A (zh) * 2018-12-20 2019-04-23 北京树根互联科技有限公司 数据处理方法、数据处理装置和电子设备
CN109669993A (zh) * 2018-12-20 2019-04-23 北京树根互联科技有限公司 数据处理方法、数据处理装置和电子设备
CN113111338A (zh) * 2021-04-14 2021-07-13 北京映客芝士网络科技有限公司 设备安全验证方法、装置、电子设备及介质
CN114817998A (zh) * 2022-06-28 2022-07-29 国汽智控(北京)科技有限公司 数据安全调用方法、装置、电子设备及存储介质

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104598793A (zh) * 2015-01-08 2015-05-06 百度在线网络技术(北京)有限公司 一种指纹认证方法和装置
CN104809383A (zh) * 2015-04-28 2015-07-29 百度在线网络技术(北京)有限公司 便携式智能容器及其解锁方法和解锁装置
US20150237046A1 (en) * 2014-02-19 2015-08-20 Samsung Electronics Co., Ltd. Method and apparatus for user authentication

Family Cites Families (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US9311501B2 (en) * 2012-03-26 2016-04-12 International Business Machines Corporation Using different secure erase algorithms to erase chunks from a file associated with different security levels
CN103034793A (zh) * 2012-12-06 2013-04-10 大连奥林匹克电子城腾飞办公设备商行 基于身份识别的计算机密码保护***
CN103914641A (zh) * 2013-01-04 2014-07-09 贝伦企业股份有限公司 指纹管理方法及***
KR101754308B1 (ko) * 2013-10-04 2017-07-07 한국전자통신연구원 모바일 민감 데이터 관리 방법 및 이를 수행하는 위탁 서버
CN103886239A (zh) * 2014-03-31 2014-06-25 深圳市欧珀通信软件有限公司 一种移动终端应用程序的用户鉴权方法和装置
CN104317746A (zh) * 2014-10-27 2015-01-28 安徽江淮汽车股份有限公司 一种eeprom的数据冗余存取方法
CN104615927B (zh) * 2014-12-31 2018-02-13 宇龙计算机通信科技(深圳)有限公司 多***安全验证方法、多***安全验证装置和终端

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20150237046A1 (en) * 2014-02-19 2015-08-20 Samsung Electronics Co., Ltd. Method and apparatus for user authentication
CN104598793A (zh) * 2015-01-08 2015-05-06 百度在线网络技术(北京)有限公司 一种指纹认证方法和装置
CN104809383A (zh) * 2015-04-28 2015-07-29 百度在线网络技术(北京)有限公司 便携式智能容器及其解锁方法和解锁装置

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN114499994A (zh) * 2021-12-30 2022-05-13 科大讯飞股份有限公司 设备指纹的识别方法、装置、电子设备及介质
CN114499994B (zh) * 2021-12-30 2024-06-04 科大讯飞股份有限公司 设备指纹的识别方法、装置、电子设备及介质

Also Published As

Publication number Publication date
CN105631286A (zh) 2016-06-01

Similar Documents

Publication Publication Date Title
WO2017054304A1 (zh) 存储指纹模板信息、采用指纹信息进行认证的方法及装置
US10892896B2 (en) Using biometric features for user authentication
AU2018390325B2 (en) Systems and methods for provisioning digital identities to authenticate users
US20190036692A1 (en) System and method for generating a recovery key and managing credentials using a smart blockchain contract
US10225089B2 (en) Per-device authentication
US8682297B2 (en) Seamlessly authenticating device users
WO2017050093A1 (zh) 登录信息输入方法、登录信息保存方法及相关装置
US11539399B2 (en) System and method for smart card based hardware root of trust on mobile platforms using near field communications
US20160105285A1 (en) Deriving cryptographic keys from biometric parameters
EP3525181B1 (en) Identity validity verification method and electronic terminal
KR20160097323A (ko) Nfc 인증 메커니즘
CN111800273B (zh) 信息处理方法、电子设备及存储介质
WO2019047148A1 (zh) 一种密码验证方法、终端、计算机可读存储介质
CN106487758B (zh) 一种数据安全签名方法、业务终端以及私钥备份服务器
US9465974B2 (en) Electronic device providing downloading of enrollment finger biometric data via short-range wireless communication
WO2017004926A1 (zh) 一种虹膜识别方法及装置
KR102071438B1 (ko) 이동 단말의 결제 인증 방법 및 장치 그리고 이동 단말
CN113221128A (zh) 账号和密码的存储方法及注册管理***
US20200389303A1 (en) Electronic device, server, and control method therefor
WO2017076051A1 (zh) 一种获取超级用户权限的方法及装置
US20150016697A1 (en) Finger biometric sensor data synchronization via a cloud computing device and related methods
US9465818B2 (en) Finger biometric sensor data synchronization via a cloud computing device and related methods
US20190182229A1 (en) Advanced application security utilizing an application key
CN106156549B (zh) 应用程序授权处理方法及装置
WO2016150363A1 (zh) 一种管理分级密码的方法和装置

Legal Events

Date Code Title Description
121 Ep: the epo has been informed by wipo that ep was designated in this application

Ref document number: 15905216

Country of ref document: EP

Kind code of ref document: A1

NENP Non-entry into the national phase

Ref country code: DE

122 Ep: pct application non-entry in european phase

Ref document number: 15905216

Country of ref document: EP

Kind code of ref document: A1