WO2018103687A1 - 一种基于指纹识别的安全支付方法及系统 - Google Patents

一种基于指纹识别的安全支付方法及系统 Download PDF

Info

Publication number
WO2018103687A1
WO2018103687A1 PCT/CN2017/114967 CN2017114967W WO2018103687A1 WO 2018103687 A1 WO2018103687 A1 WO 2018103687A1 CN 2017114967 W CN2017114967 W CN 2017114967W WO 2018103687 A1 WO2018103687 A1 WO 2018103687A1
Authority
WO
WIPO (PCT)
Prior art keywords
payment
fingerprint
user
fingerprints
match
Prior art date
Application number
PCT/CN2017/114967
Other languages
English (en)
French (fr)
Inventor
苏尚鹏
陈亮
Original Assignee
惠州Tcl移动通信有限公司
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 惠州Tcl移动通信有限公司 filed Critical 惠州Tcl移动通信有限公司
Publication of WO2018103687A1 publication Critical patent/WO2018103687A1/zh

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06QINFORMATION AND COMMUNICATION TECHNOLOGY [ICT] SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES; SYSTEMS OR METHODS SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES, NOT OTHERWISE PROVIDED FOR
    • G06Q20/00Payment architectures, schemes or protocols
    • G06Q20/38Payment protocols; Details thereof
    • G06Q20/40Authorisation, e.g. identification of payer or payee, verification of customer or shop credentials; Review and approval of payers, e.g. check credit lines or negative lists
    • G06Q20/401Transaction verification
    • G06Q20/4014Identity check for transactions
    • G06Q20/40145Biometric identity checks

Definitions

  • the present invention relates to the field of information security, and in particular, to a secure payment method and system based on fingerprint recognition.
  • an object of the present invention is to provide a secure payment method and system based on fingerprint recognition, which aims to solve the problem that existing mobile payment tools have security risks.
  • a secure payment method based on fingerprint identification comprising the steps of:
  • the local API interface is called to determine whether the payment fingerprint recognition function is enabled.
  • the payment fingerprint recognition function is enabled, the fingerprint input by the user is received, and the currently entered fingerprint is matched with the preset fingerprint for payment;
  • the user is prompted to have a fingerprint error and the payment fails; if the fingerprints match, the payment process is entered.
  • the fingerprint identification-based secure payment method wherein before the step A, the method further includes:
  • the payment fingerprint recognition function is turned on in advance, and the fingerprint for payment is saved.
  • the fingerprint identification-based secure payment method in the step C, when the fingerprints match, the password input by the user is received, and when the password input by the user is correct, the payment is successful.
  • the fingerprint identification-based secure payment method in the step C, if the fingerprints match, send a payment request to the server, and verify whether the input password is correct by the server.
  • the fingerprint identification-based secure payment method wherein in the step C, if the fingerprints do not match for three consecutive times, the lock payment function is set.
  • a secure payment system based on fingerprint recognition which comprises:
  • a storage medium and a computer program stored in the storage medium, the program, when executed, includes a process:
  • the local API interface is invoked to determine whether the payment fingerprint recognition function is enabled
  • the payment fingerprint recognition function is enabled, the fingerprint input by the user is received, and the currently entered fingerprint is matched with the preset fingerprint for payment;
  • the user is prompted to have a fingerprint error and the payment fails; if the fingerprints match, the payment process is entered.
  • the fingerprint identification-based secure payment system wherein the program, when executed, includes a process:
  • the payment fingerprint recognition function is turned on in advance, and the fingerprint for payment is saved.
  • the fingerprint identification-based secure payment system wherein when the fingerprints match, the password input by the user is received, and when the password input by the user is correct, the payment is successful.
  • the fingerprint identification-based secure payment system wherein if the fingerprint matches, the server sends Send the payment request and verify that the entered password is correct through the server.
  • the fingerprint identification-based secure payment system wherein if the fingerprints do not match for three consecutive times, a lock payment function is set.
  • the present invention achieves the purpose of avoiding the security risks caused by the loss of the mobile terminal, the password leakage, and the like by adding the fingerprint identification judgment of the mobile terminal locally in the normal network payment process.
  • FIG. 1 is a flow chart of a preferred embodiment of a secure payment method based on fingerprint recognition according to the present invention.
  • FIG. 2 is a structural block diagram of a preferred embodiment of a secure payment system based on fingerprint recognition according to the present invention.
  • the present invention provides a secure payment method and system based on fingerprint recognition.
  • fingerprint recognition a secure payment method and system based on fingerprint recognition.
  • FIG. 1 is a flowchart of a preferred method for secure payment based on fingerprint identification according to the present invention. As shown in the figure, the method includes the following steps:
  • the local API interface is invoked to determine whether the payment fingerprint recognition function is enabled.
  • the payment fingerprint recognition function is enabled, the fingerprint input by the user is received, and the currently entered fingerprint is matched with the preset fingerprint for payment;
  • the invention adds the local fingerprint identification judgment of the mobile terminal in the normal network payment process, thereby avoiding the purpose of avoiding the security risk that may be caused by the loss of the mobile terminal and the password leakage, and improving the security protection function of the mobile terminal.
  • the method further includes:
  • the payment fingerprint recognition function is turned on in advance, and the fingerprint for payment is saved.
  • the payment fingerprint identification function is first turned on, and after the opening, the user inputs the fingerprint that needs to be verified, for example, the fingerprint of the user can be input 3 times in succession, and then the fingerprint data input by the user is saved, and then the user pays the payment process.
  • the fingerprint input in real time needs to be compared with the fingerprint saved by the user, and only the matching can be successfully paid.
  • step S1 when the mobile terminal receives the payment request initiated by the user, the local API interface is invoked to determine whether the payment fingerprint recognition function is enabled. For example, when the user uses Alipay or WeChat to make a payment, the local API interface is called to determine whether the previous authentication is enabled.
  • the payment fingerprint recognition function if not enabled, only needs to input the password normally, that is, only need to input the previously preset payment password, if the verification is OK, if the payment fingerprint identification function is enabled, the process proceeds to step S2 for subsequent Fingerprint verification step.
  • step S2 if the payment fingerprint recognition function is enabled, a prompt pops up prompting the user to input a fingerprint, and after receiving the fingerprint entered by the user, matching the currently entered fingerprint with the preset fingerprint for payment, that is, the current The entered fingerprint is matched with the fingerprint saved in step S0, and the subsequent password verification process is determined according to the result.
  • step S3 if the currently entered fingerprint does not match the saved fingerprint, the user is prompted to have a fingerprint error and the payment fails; if the currently entered fingerprint matches the saved fingerprint, the payment process is entered, that is, the normal payment process is entered.
  • step S3 when the fingerprints match, the password input by the user is received, and when the password input by the user is correct, the payment is successful.
  • the password entered by the current user is matched with the preset password. If the password is correct, the payment is successful.
  • the process of password matching is completed on the server to improve the verification efficiency, that is, if the fingerprints match, the payment request is sent to the server and the password input by the user is sent to the server, and the password input is verified by the server.
  • the time for inputting the fingerprint is also verified. For example, if the user does not input the fingerprint after 5 seconds, the payment fails, and only the fingerprint is input within 5 seconds and the fingerprint is judged to be correct in the subsequent verification process. Success, because because this is through fingerprint verification, it is very convenient for the user to input fingerprints, no need to enter the password cumbersome process, if the user makes the payment, then it will complete the fingerprint input process very quickly, so increase the time The judgment conditions will ensure the security of payment.
  • the lock payment function is set.
  • the input fingerprint is inconsistent with the saved fingerprint, the payment fails.
  • the request is re-initiated, and the user is requested to input the fingerprint again until the input is successful.
  • the lock payment function for example, Alipay enters the fingerprint misplacement three times in succession, then the payment function is locked, and the payment function is no longer activated on the same day.
  • the present invention further provides a preferred embodiment of a secure payment system based on fingerprint recognition, comprising a processor, a storage medium, and a computer program stored in the storage medium, the computer program being configured to perform steps by the processor :
  • the local API interface is invoked to determine whether the payment fingerprint recognition function is enabled
  • the payment fingerprint recognition function is enabled, the fingerprint input by the user is received, and the currently entered fingerprint is matched with the preset fingerprint for payment;
  • the user is prompted to have a fingerprint error and the payment fails; if the fingerprints match, the payment process is entered.
  • the program When the program is executed, it also includes a process: the payment fingerprint recognition function is turned on in advance, and the fingerprint for payment is saved. Specifically as described above.
  • the password input by the user is received, and when the password input by the user is correct, the payment is successful. Specifically as described above.
  • fingerprints match, send a payment request to the server and verify that the entered password is correct through the server. If the fingerprints do not match for three consecutive times, set the lock payment function. Specifically as described above.
  • the processor includes:
  • the calling module 100 is configured to: when the mobile terminal receives the user-initiated payment request, invoke the local API interface to determine whether the payment fingerprint recognition function is enabled; as described above.
  • the matching module 200 is configured to: if the payment fingerprint identification function is enabled, receive the fingerprint entered by the user, and match the currently entered fingerprint with the preset fingerprint for payment; as described above.
  • the payment module 300 is configured to prompt the user to have a fingerprint error if the fingerprints do not match, and the payment fails; if the fingerprints match, the payment process is entered. Specifically as described above.
  • processor further includes:
  • a preset module for pre-opening the payment fingerprint recognition function and saving the fingerprint for payment Specifically as described above.
  • the payment module 300 when the fingerprints match, the password input by the user is received, and when the password input by the user is correct, the payment is successful. Specifically as described above.
  • the payment module 300 if the fingerprints match, a payment request is sent to the server, and the input password is verified by the server. Specifically as described above.
  • a lock payment function is set. Specifically as described above.
  • the storage medium may be a magnetic disk, an optical disk, a read only memory (ROM) or a random access memory (RAM).
  • the present invention achieves the purpose of avoiding the security risks caused by the loss of the mobile terminal, the password leakage, and the like by adding the fingerprint identification judgment of the mobile terminal locally in the normal network payment process.

Landscapes

  • Business, Economics & Management (AREA)
  • Engineering & Computer Science (AREA)
  • Accounting & Taxation (AREA)
  • Computer Security & Cryptography (AREA)
  • Finance (AREA)
  • Strategic Management (AREA)
  • Physics & Mathematics (AREA)
  • General Business, Economics & Management (AREA)
  • General Physics & Mathematics (AREA)
  • Theoretical Computer Science (AREA)
  • Financial Or Insurance-Related Operations Such As Payment And Settlement (AREA)

Abstract

一种基于指纹识别的安全支付方法及系统,方法包括步骤:A、当移动终端接收到用户发起的支付请求时,调用本地API接口判断是否已开启支付指纹识别功能(S1);B、若已开启支付指纹识别功能,则接收用户录入的指纹,并将当前录入的指纹与预先设置的用于支付的指纹进行匹配判断(S2);C、若指纹不匹配,则提示用户指纹错误,支付失败;若指纹匹配,则进入支付流程(S3)。通过在正常网络支付过程中,添加移动终端本地的指纹识别判断,达到避免在移动终端丢失、密码泄露等情况下所带来的安全风险的目的。

Description

一种基于指纹识别的安全支付方法及系统 技术领域
本发明涉及信息安全领域,尤其涉及一种基于指纹识别的安全支付方法及系统。
背景技术
随着移动互联网的发展和人们生活水平的提高,智能手机等移动终端越来越普及,由于智能手机的智能性和方便性,现在越来越多的人使用智能手机支付和生活,并且由于Android手机的开源性,各种敏感信息的存储多种多样。随之而来的,给支付手段也带来了安全隐患,常用的验证手段是给绑定的手机号发送验证码,但是,如果手机丢失,并且密码被破解,那么手机上的敏感信息(如支付凭证、支付密码等)都可能透明化,造成经济损失。目前,针对这种账号安全隐患,各大网络平台都在积极处理,如异地措施、登陆安全码验证等,但是,如果手机本身丢失,信息透明化后,所有的措施都将失效。
因此,现有技术还有待于改进和发展。
发明内容
鉴于上述现有技术的不足,本发明的目的在于提供一种基于指纹识别的安全支付方法及系统,旨在解决现有的移动支付工具存在安全风险的问题。
本发明的技术方案如下:
一种基于指纹识别的安全支付方法,其中,包括步骤:
A、当移动终端接收到用户发起的支付请求时,调用本地API接口判断是否已开启支付指纹识别功能;
B、若已开启支付指纹识别功能,则接收用户录入的指纹,并将当前录入的指纹与预先设置的用于支付的指纹进行匹配判断;
C、若指纹不匹配,则提示用户指纹错误,支付失败;若指纹匹配,则进入支付流程。
所述的基于指纹识别的安全支付方法,其中,所述步骤A之前还包括:
S、预先开启支付指纹识别功能,并保存用于支付的指纹。
所述的基于指纹识别的安全支付方法,其中,所述步骤C中,当指纹匹配时,则接收用户输入的密码,当用户输入的密码正确时,则支付成功。
所述的基于指纹识别的安全支付方法,其中,所述步骤C中,若指纹匹配时,向服务器发送支付请求,并通过服务器验证输入的密码是否正确。
所述的基于指纹识别的安全支付方法,其中,所述步骤C中,若连续三次指纹不匹配,则设置锁定支付功能。
一种基于指纹识别的安全支付系统,其中,包括:
存储介质,以及存储于存储介质中的计算机程序,程序在执行时,包括流程:
当移动终端接收到用户发起的支付请求时,调用本地API接口判断是否已开启支付指纹识别功能;
若已开启支付指纹识别功能,则接收用户录入的指纹,并将当前录入的指纹与预先设置的用于支付的指纹进行匹配判断;
若指纹不匹配,则提示用户指纹错误,支付失败;若指纹匹配,则进入支付流程。
所述的基于指纹识别的安全支付系统,其中,程序在执行时,包括流程:
预先开启支付指纹识别功能,并保存用于支付的指纹。
所述的基于指纹识别的安全支付系统,其中,当指纹匹配时,则接收用户输入的密码,当用户输入的密码正确时,则支付成功。
所述的基于指纹识别的安全支付系统,其中,若指纹匹配时,向服务器发 送支付请求,并通过服务器验证输入的密码是否正确。
所述的基于指纹识别的安全支付系统,其中,若连续三次指纹不匹配,则设置锁定支付功能。
有益效果:本发明通过在正常网络支付过程中,添加移动终端本地的指纹识别判断,达到避免在移动终端丢失、密码泄露等情况下所带来的安全风险的目的。
附图说明
图1为本发明一种基于指纹识别的安全支付方法较佳实施例的流程图。
图2为本发明一种基于指纹识别的安全支付系统较佳实施例的结构框图。
具体实施方式
本发明提供一种基于指纹识别的安全支付方法及系统,为使本发明的目的、技术方案及效果更加清楚、明确,以下对本发明进一步详细说明。应当理解,此处所描述的具体实施例仅仅用以解释本发明,并不用于限定本发明。
请参阅图1,图1为本发明一种基于指纹识别的安全支付方法较佳实施例的流程图,如图所示,其包括步骤:
S1、当移动终端接收到用户发起的支付请求时,调用本地API接口判断是否已开启支付指纹识别功能;
S2、若已开启支付指纹识别功能,则接收用户录入的指纹,并将当前录入的指纹与预先设置的用于支付的指纹进行匹配判断;
S3、若指纹不匹配,则提示用户指纹错误,支付失败;若指纹匹配,则进入支付流程。
本发明通过在正常网络支付过程中,添加移动终端本地的指纹识别判断,达到避免在移动终端丢失、密码泄露等情况下所可能带来的安全风险的目的,提高移动终端的安全防护功能。
进一步,所述步骤S1之前还包括:
S0、预先开启支付指纹识别功能,并保存用于支付的指纹。
也即在步骤S1之前,先开启支付指纹识别功能,在开启之后先输入用户以后支付需要验证的指纹,例如可连续输入3次用户的指纹,然后保存用户输入的指纹数据,以后在用户支付过程中,需要将实时输入的指纹与用户保存的指纹进行比对,只有匹配才能成功支付。
在步骤S1中,当移动终端接收到用户发起的支付请求时,调用本地API接口判断是否已开启支付指纹识别功能;例如用户采用支付宝或者微信进行支付时,即调用本地API接口来判断之前是否开启了支付指纹识别功能,若未开启,则只需正常输入密码即可,即只需输入之前预设的支付密码,若验证OK即可,若开启了支付指纹识别功能,则进入步骤S2进行后续指纹验证步骤。
在步骤S2中,若已开启支付指纹识别功能,则弹出提示,提示用户输入指纹,接收到用户录入的指纹后,将当前录入的指纹与预先设置的用于支付的指纹进行匹配判断,即将当前录入的指纹与步骤S0中保存的指纹进行匹配判断,根据结果来确定进行后续的密码验证过程。
在步骤S3中,若当前录入的指纹与保存的指纹不匹配,则提示用户指纹错误,支付失败;若当前录入的指纹与保存的指纹匹配,则进入支付流程,即进入正常支付流程。
具体的,所述步骤S3中,当指纹匹配时,则接收用户输入的密码,当用户输入的密码正确时,则支付成功。即将当前用户输入的密码与预设的密码进行匹配判断,若一致代表密码正确,支付成功。另外密码匹配的过程是在服务器上完成,以提高验证效率,即,若指纹匹配时,向服务器发送支付请求同时向服务器发送用户输入的密码,并通过服务器验证输入的密码是否正确。
另外,在验证指纹过程中,还对输入指纹的时间进行验证,例如用户超出5s未输入指纹,那么支付失败,只有在5s内输入指纹并且后续验证过程中,被判断为正确的指纹,才支付成功,因为由于此处是通过指纹验证,而对于用户来说,输入指纹非常方便,无需输入密码的繁琐过程,如果是用户自己进行支付,那么其会很快的完成指纹输入过程,所以增加时间的判断条件,将更能确保支付安全性。
进一步,所述步骤S3中,若连续三次指纹不匹配,则设置锁定支付功能。另外,如果输入的指纹与保存的指纹不一致,那么支付失败,此时重新发起请求,请求用户再次输入指纹,直至输入成功。优选的,如果连续多次,例如连续三次输入的指纹不匹配,那么锁定支付功能,例如支付宝连续三次输入指纹错位,那么锁定支付功能,当日不再启用支付功能。
基于上述方法,本发明还提供一种基于指纹识别的安全支付系统较佳实施例,其包括处理器、存储介质以及存储于存储介质中的计算机程序,该计算机程序被配置为由处理器执行步骤:
当移动终端接收到用户发起的支付请求时,调用本地API接口判断是否已开启支付指纹识别功能;
若已开启支付指纹识别功能,则接收用户录入的指纹,并将当前录入的指纹与预先设置的用于支付的指纹进行匹配判断;
若指纹不匹配,则提示用户指纹错误,支付失败;若指纹匹配,则进入支付流程。
程序在执行时,还包括流程:预先开启支付指纹识别功能,并保存用于支付的指纹。具体如上所述。
当指纹匹配时,则接收用户输入的密码,当用户输入的密码正确时,则支付成功。具体如上所述。
若指纹匹配时,向服务器发送支付请求,并通过服务器验证输入的密码是否正确。若连续三次指纹不匹配,则设置锁定支付功能。具体如上所述。
如图2所示,处理器包括:
调用模块100,用于当移动终端接收到用户发起的支付请求时,调用本地API接口判断是否已开启支付指纹识别功能;具体如上所述。
匹配模块200,用于若已开启支付指纹识别功能,则接收用户录入的指纹,并将当前录入的指纹与预先设置的用于支付的指纹进行匹配判断;具体如上所述。
支付模块300,用于若指纹不匹配,则提示用户指纹错误,支付失败;若指纹匹配,则进入支付流程。具体如上所述。
进一步,处理器还包括:
预设模块,用于预先开启支付指纹识别功能,并保存用于支付的指纹。具体如上所述。
进一步,所述支付模块300中,当指纹匹配时,则接收用户输入的密码,当用户输入的密码正确时,则支付成功。具体如上所述。
进一步,所述支付模块300中,若指纹匹配时,向服务器发送支付请求,并通过服务器验证输入的密码是否正确。具体如上所述。
进一步,所述支付模块300中,若连续三次指纹不匹配,则设置锁定支付功能。具体如上所述。
关于上述模块单元的技术细节在前面的方法中已有详述,故不再赘述。
本领域普通技术人员可以理解上述实施例方法中的全部或部分流程,是可以通过计算机程序来指令相关的硬件完成,所述的计算机程序可存储于一计算机可读取存储介质中,程序在执行时,可包括上述各方法的实施例的流程。其中的存储介质可以为磁碟、光盘、只读存储记忆体(ROM)或随机存储记忆体(RAM)等。
综上所述,本发明通过在正常网络支付过程中,添加移动终端本地的指纹识别判断,达到避免在移动终端丢失、密码泄露等情况下所带来的安全风险的目的。
应当理解的是,本发明的应用不限于上述的举例,对本领域普通技术人员来说,可以根据上述说明加以改进或变换,所有这些改进和变换都应属于本发明所附权利要求的保护范围。

Claims (13)

  1. 一种基于指纹识别的安全支付方法,其中,包括步骤:
    S、预先开启支付指纹识别功能,并保存用于支付的指纹;
    A、当移动终端接收到用户发起的支付请求时,调用本地API接口判断是否已开启支付指纹识别功能;
    B、若已开启支付指纹识别功能,则接收用户录入的指纹,并将当前录入的指纹与预先设置的用于支付的指纹进行匹配判断;
    C、若指纹不匹配,则提示用户指纹错误,支付失败;若指纹匹配,则接收用户输入的密码,当用户输入的密码正确时,则支付成功。
  2. 根据权利要求1所述的基于指纹识别的安全支付方法,其中,所述步骤C中,若指纹匹配时,向服务器发送支付请求,并通过服务器验证输入的密码是否正确。
  3. 根据权利要求2所述的基于指纹识别的安全支付方法,其中,所述步骤C中,若连续三次指纹不匹配,则设置锁定支付功能。
  4. 一种基于指纹识别的安全支付方法,其中,包括步骤:
    A、当移动终端接收到用户发起的支付请求时,调用本地API接口判断是否已开启支付指纹识别功能;
    B、若已开启支付指纹识别功能,则接收用户录入的指纹,并将当前录入的指纹与预先设置的用于支付的指纹进行匹配判断;
    C、若指纹不匹配,则提示用户指纹错误,支付失败;若指纹匹配,则进入支付流程。
  5. 根据权利要求4所述的基于指纹识别的安全支付方法,其中,所述步骤A之前还包括:
    S、预先开启支付指纹识别功能,并保存用于支付的指纹。
  6. 根据权利要求4所述的基于指纹识别的安全支付方法,其中,所述步骤C中,当指纹匹配时,则接收用户输入的密码,当用户输入的密码正确时,则支付成功。
  7. 根据权利要求6所述的基于指纹识别的安全支付方法,其中,所述步骤C中,若指纹匹配时,向服务器发送支付请求,并通过服务器验证输入的密码是否正确。
  8. 根据权利要求7所述的基于指纹识别的安全支付方法,其中,所述步骤C中,若连续三次指纹不匹配,则设置锁定支付功能。
  9. 一种基于指纹识别的安全支付系统,其中,包括:
    存储介质,以及存储于存储介质中的计算机程序,程序在执行时,包括流程:
    当移动终端接收到用户发起的支付请求时,调用本地API接口判断是否已开启支付指纹识别功能;
    若已开启支付指纹识别功能,则接收用户录入的指纹,并将当前录入的指纹与预先设置的用于支付的指纹进行匹配判断;
    若指纹不匹配,则提示用户指纹错误,支付失败;若指纹匹配,则进入支付流程。
  10. 根据权利要求9所述的基于指纹识别的安全支付系统,其中,程序在执行时,包括流程:
    预先开启支付指纹识别功能,并保存用于支付的指纹。
  11. 根据权利要求9所述的基于指纹识别的安全支付系统,其中,当指纹匹配时,则接收用户输入的密码,当用户输入的密码正确时,则支付成功。
  12. 根据权利要求11所述的基于指纹识别的安全支付系统,其中,若指纹匹配时,向服务器发送支付请求,并通过服务器验证输入的密码是否正确。
  13. 根据权利要求12所述的基于指纹识别的安全支付系统,其中,若连 续三次指纹不匹配,则设置锁定支付功能。
PCT/CN2017/114967 2016-12-07 2017-12-07 一种基于指纹识别的安全支付方法及系统 WO2018103687A1 (zh)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
CN201611116835.9A CN106600279A (zh) 2016-12-07 2016-12-07 一种基于指纹识别的安全支付方法及系统
CN201611116835.9 2016-12-07

Publications (1)

Publication Number Publication Date
WO2018103687A1 true WO2018103687A1 (zh) 2018-06-14

Family

ID=58596607

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/CN2017/114967 WO2018103687A1 (zh) 2016-12-07 2017-12-07 一种基于指纹识别的安全支付方法及系统

Country Status (2)

Country Link
CN (1) CN106600279A (zh)
WO (1) WO2018103687A1 (zh)

Families Citing this family (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN106600279A (zh) * 2016-12-07 2017-04-26 惠州Tcl移动通信有限公司 一种基于指纹识别的安全支付方法及系统
CN107451818A (zh) * 2017-08-23 2017-12-08 合肥龙图腾信息技术有限公司 一种指纹密码验证系统及方法
CN108108977A (zh) * 2017-12-28 2018-06-01 广州品唯软件有限公司 指纹支付方法、装置、系统和存储介质
CN109583878A (zh) * 2018-11-21 2019-04-05 努比亚技术有限公司 支付方法、装置、移动终端以及计算机可读存储介质
CN109784022A (zh) * 2018-11-27 2019-05-21 天津麒麟信息技术有限公司 一种Linux下基于生物识别的系统认证方法和装置

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104778587A (zh) * 2015-03-18 2015-07-15 广东欧珀移动通信有限公司 一种安全支付方法及装置
CN105528698A (zh) * 2016-02-01 2016-04-27 宇龙计算机通信科技(深圳)有限公司 一种快捷扫码支付方法以及装置
CN105825382A (zh) * 2015-09-14 2016-08-03 维沃移动通信有限公司 一种移动支付方法及电子设备
CN106600279A (zh) * 2016-12-07 2017-04-26 惠州Tcl移动通信有限公司 一种基于指纹识别的安全支付方法及系统

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104778587A (zh) * 2015-03-18 2015-07-15 广东欧珀移动通信有限公司 一种安全支付方法及装置
CN105825382A (zh) * 2015-09-14 2016-08-03 维沃移动通信有限公司 一种移动支付方法及电子设备
CN105528698A (zh) * 2016-02-01 2016-04-27 宇龙计算机通信科技(深圳)有限公司 一种快捷扫码支付方法以及装置
CN106600279A (zh) * 2016-12-07 2017-04-26 惠州Tcl移动通信有限公司 一种基于指纹识别的安全支付方法及系统

Also Published As

Publication number Publication date
CN106600279A (zh) 2017-04-26

Similar Documents

Publication Publication Date Title
WO2018103687A1 (zh) 一种基于指纹识别的安全支付方法及系统
US11461781B2 (en) Pro-active identity verification for authentication of transaction initiated via non-voice channel
KR102358546B1 (ko) 장치에 대해 클라이언트를 인증하기 위한 시스템 및 방법
KR102382474B1 (ko) 보안 전송 프로토콜을 사용하여 신뢰를 설정하기 위한 시스템 및 방법
TWI635409B (zh) 判定認證能力之查詢系統、方法及非暫態機器可讀媒體
CN104205721B (zh) 情景感知自适应认证方法和装置
KR101918827B1 (ko) 결제 검증 시스템, 방법 및 장치
CN105323253B (zh) 一种身份验证方法及装置
JP5739008B2 (ja) 通信セッションを検証する方法、装置、およびシステム
CN106850201B (zh) 智能终端多因子认证方法、智能终端、认证服务器及系统
US9485255B1 (en) Authentication using remote device locking
US11663306B2 (en) System and method for confirming a person's identity
KR20210142180A (ko) 효율적인 챌린지-응답 인증을 위한 시스템 및 방법
AU2020370497A1 (en) Method and system for completing cross-channel transactions
WO2017016038A1 (zh) 支付方法、支付装置、终端和支付系统
CN106156549B (zh) 应用程序授权处理方法及装置
WO2016124008A1 (zh) 一种语音控制方法、装置及系统
WO2017016039A1 (zh) 一种在账户之间进行业务数据转移的方法及装置
WO2018098686A1 (zh) 安全验证方法、装置、终端设备及服务器
CN105871840B (zh) 一种证书管理方法及系统
WO2017067455A1 (zh) 一种基于指纹应用的验证装置及方法
KR20150146061A (ko) 음성인식 인증 서비스를 제공하는 음성인식 인증 시스템 및 방법
KR101625065B1 (ko) 휴대단말기에서의 사용자 인증방법
WO2017202156A1 (zh) 身份验证方法和装置
WO2017028250A1 (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: 17879310

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: 17879310

Country of ref document: EP

Kind code of ref document: A1