CN105787711B - Information authentication method, device and system based on confirmation code - Google Patents

Information authentication method, device and system based on confirmation code Download PDF

Info

Publication number
CN105787711B
CN105787711B CN201410822164.2A CN201410822164A CN105787711B CN 105787711 B CN105787711 B CN 105787711B CN 201410822164 A CN201410822164 A CN 201410822164A CN 105787711 B CN105787711 B CN 105787711B
Authority
CN
China
Prior art keywords
confirmation code
information
cache
authentication
authenticated
Prior art date
Legal status (The legal status 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 status listed.)
Active
Application number
CN201410822164.2A
Other languages
Chinese (zh)
Other versions
CN105787711A (en
Inventor
曹列忠
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Advanced Nova Technology Singapore Holdings Ltd
Original Assignee
Alibaba Group Holding Ltd
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 Alibaba Group Holding Ltd filed Critical Alibaba Group Holding Ltd
Priority to CN201911426901.6A priority Critical patent/CN111260343B/en
Priority to CN201410822164.2A priority patent/CN105787711B/en
Publication of CN105787711A publication Critical patent/CN105787711A/en
Application granted granted Critical
Publication of CN105787711B publication Critical patent/CN105787711B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Abstract

The application provides an information authentication method and a device based on a confirmation code, the authentication method is applied to a payment system in an authentication system, and the authentication system also comprises: a third party payment platform; the method comprises the following steps: receiving a confirmation code and information to be authenticated which are currently input by a user; correspondingly storing the confirmation codes into a cache; the cache is used for storing the confirmation codes within preset time; after the information to be authenticated is sent to the third-party payment platform and prompt information returned by the third-party payment platform is received, the prompt information is referred to trigger the payment system to jump to a password verification interface for display; and responding to the fact that the payment password input by the user on the password verification interface passes verification, sending the confirmation code in the cache and the information to be authenticated to the third party payment platform to realize authentication, and deleting the confirmation code in the cache. In the embodiment of the application, the success rate of authentication can be improved.

Description

Information authentication method, device and system based on confirmation code
Technical Field
The present application relates to the field of internet data processing technologies, and in particular, to an information authentication method, apparatus, and system based on a confirmation code.
Background
Currently, in the international credit card payment process, payment methods are classified into 3D payment methods and non-3D payment methods. The 3D payment is a credit card online payment security service that is proposed by international credit card organizations (e.g., Visa, MasterCard, JCB) to secure online transactions of cardholders of international credit cards and to prevent counterfeit transactions on the internet.
In the prior art, in the 3D payment process, a user needs to input a bank card number, a card validity period, a confirmation code and the like to trigger a payment request to an international payment system, the international payment system then applies for 3D payment to a third-party payment platform, after the third-party payment platform returns prompt information of the user, the international payment system skips to a password verification interface of a card issuer according to card issuer information indicated by the prompt information, and after the user inputs a payment password again, the card issuer sends a verification result to the international payment system again to trigger the international payment system to initiate authorization application to the third-party payment platform, so that authentication of relevant card information of a bank card is realized.
Disclosure of Invention
However, in the research process, the inventor finds that, since the third party payment Industry Data Security Standard (PCI DSS) does not allow the international payment system to store the confirmation Code (CVN) that the user initially inputs to the international payment system, the confirmation code that the user initially inputs cannot be transferred to the third party payment platform when the international payment system finally issues an authorization application to the third party payment platform. In the 3D payment process, if the third-party payment platform cannot acquire the confirmation code input by the user at the beginning, information authentication cannot be realized. Therefore, the efficiency of successful information authentication in the implementation process of the prior art is low, and further, the use experience of the user in using 3D payment is also influenced.
The technical problem to be solved by the application is to provide an information authentication method based on the confirmation code, so as to avoid the problem that the success rate of information authentication is low due to the fact that the international payment system cannot store the confirmation code in the prior art as much as possible, and further, the use experience of a user in using 3D payment can be improved.
The application also provides an information authentication device and an information authentication system based on the confirmation code, which are used for ensuring the realization and the application of the method in practice.
In order to solve the above problem, the present application discloses an information authentication method based on a confirmation code, which includes:
the authentication method is applied to a payment system in an authentication system, and the authentication system further comprises: a third party payment platform; the method comprises the following steps:
receiving a confirmation code and information to be authenticated which are currently input by a user;
correspondingly storing the confirmation codes into a cache; the cache is used for storing the confirmation codes within preset time;
after the information to be authenticated is sent to the third-party payment platform and prompt information returned by the third-party payment platform is received, the prompt information is referred to trigger the payment system to jump to a password verification interface for display;
and responding to the fact that the payment password input by the user on the password verification interface passes verification, sending the confirmation code in the cache and the information to be authenticated to the third party payment platform to realize authentication, and deleting the confirmation code in the cache.
The application discloses information authentication device based on affirmation code includes:
the device is integrated on a payment system in an authentication system, the authentication system further comprises a third party payment platform, and the device comprises:
the receiving module is used for receiving the confirmation code and the information to be authenticated which are currently input by the user;
the cache module is used for correspondingly storing the confirmation codes into a cache; the cache is used for storing the confirmation codes within preset time;
the triggering module is used for triggering the payment system to jump to a password verification interface for display by referring to the prompt information after the information to be authenticated is sent to the third-party payment platform and the prompt information returned by the third-party payment platform is received;
the sending module is used for responding to the verification that the payment password input by the user on the password verification interface passes, and sending the confirmation code in the cache and the information to be authenticated to the third-party payment platform to realize authentication;
and the deleting module is used for deleting the confirmation codes in the cache.
The application discloses information authentication system based on confirmation code, including:
the system comprises the information authentication device and a third party payment platform.
Compared with the prior art, the method has the following advantages:
in the embodiment of the application, the international payment system stores the confirmation code input by the user at first by setting an independent cache space, and deletes the confirmation code from the cache after the authentication is completed, so that the requirement of the PCI DSS can be met, the problem of low success rate of information authentication in the prior art can be avoided as much as possible, and the use experience of the user in using 3D payment can be further improved.
Of course, it is not necessary for any product to achieve all of the above-described advantages at the same time for the practice of the present application.
Drawings
In order to more clearly illustrate the technical solutions in the embodiments of the present application, the drawings needed to be used in the description of the embodiments are briefly introduced below, and it is obvious that the drawings in the following description are only some embodiments of the present application, and it is obvious for those skilled in the art to obtain other drawings based on these drawings without inventive labor.
FIG. 1 is a flow chart of an embodiment of a confirmation code based information authentication method of the present application;
FIG. 2 is a diagram of a scene architecture in a practical application of the present application;
fig. 3 is a schematic structural diagram of an embodiment of the information authentication apparatus based on the confirmation code according to the present application.
Detailed Description
The technical solutions in the embodiments of the present application will be clearly and completely described below with reference to the drawings in the embodiments of the present application, and it is obvious that the described embodiments are only a part of the embodiments of the present application, and not all of the embodiments. All other embodiments, which can be derived by a person skilled in the art from the embodiments given herein without making any creative effort, shall fall within the protection scope of the present application.
The application is operational with numerous general purpose or special purpose computing device environments or configurations. For example: personal computers, server computers, hand-held or portable devices, tablet-type devices, multi-processor apparatus, distributed computing environments that include any of the above devices or equipment, and the like.
The application may be described in the general context of computer-executable instructions, such as program modules, being executed by a computer. Generally, program modules include routines, programs, objects, components, data structures, etc. that perform particular tasks or implement particular abstract data types. The application may also be practiced in distributed computing environments where tasks are performed by remote processing devices that are linked through a communications network. In a distributed computing environment, program modules may be located in both local and remote computer storage media including memory storage devices.
Referring to fig. 1, a flowchart of an embodiment of an authentication method for information based on a confirmation code according to the present application is shown, where the authentication method according to the embodiment of the present application may be applied to an international payment system in an authentication system, and the authentication system may further include: a third party payment platform; the present embodiment may include the following steps:
step 101: and receiving the confirmation code and the information to be authenticated which are currently input by the user.
Firstly, the international payment system receives a confirmation code and information to be authenticated input by a user, wherein the information to be authenticated comprises information such as a bank card number and a bank card validity period, and the confirmation code is a fixed-digit security code on the back of the bank card, for example, a fixed digit '567' on the back of a credit card. The bank card in the embodiment of the present application may be a credit card or a debit card with a confirmation code. And the international payment system refers to an international payment system for information authentication with an international issuer.
Step 102: correspondingly storing the confirmation codes into a cache; the cache is used for storing the confirmation codes in preset time.
In this embodiment, the international payment system may separately provide a buffer for temporarily storing the confirmation code, and in order to avoid the non-compliance with the PCI DSS, the confirmation code may only exist in the buffer for a predetermined time. For example, a preset fixed time period (e.g., 1 hour), or a trigger time that takes successful authentication of the information to be authenticated as a trigger condition, that is, in step 104, if the information to be authenticated is successfully authenticated, deletion of the confirmation code in the cache is triggered.
It is to be understood that the cache may be a separate storage space inside the international payment system, or may be an independent server connected to the international payment system.
Step 103: after the information to be authenticated is sent to the third-party payment platform and prompt information returned by the third-party payment platform is received, the prompt information is referred to trigger the payment system to jump to a password verification interface for display.
Fig. 2 is a diagram of a scene structure in practical application of the embodiment of the present application. The international payment system 201 also sends the information of the bank card number, the validity period and the like to the third party payment platform 202 connected with the international payment system in the process of storing the confirmation code in the cache, after receiving the information of the bank card number, the validity period and the like, the third party payment platform 202 judges whether the bank card is registered, if so, a prompt message is returned to the international payment system to prompt the international payment system to jump the browser to the password verification interface of the bank card and display the browser to the user.
Step 104: and responding to the fact that the payment password input by the user on the password verification interface passes verification, and sending the confirmation code in the cache and the information to be authenticated to the third party payment platform to realize authentication.
The user can input the payment password of the own bank card in the password verification interface and send the payment password to the card issuing bank of the bank card for verification, if the verification is passed, the card issuing bank can send the verification result to the international payment system, the verification result triggers the international payment system to send the confirmation code once stored in the cache, the bank card number and the validity period waiting authentication information to the third party payment platform, and the third party payment platform can authenticate whether the 3D payment request initiated by the user currently is valid according to the confirmation code and the information to be authenticated, so that the authentication is realized.
Step 105: deleting the confirmation code in the cache.
The international payment system then deletes the stored confirmation code in the cache.
Therefore, in the embodiment of the application, the international payment system stores the confirmation code input by the user at first by setting an independent cache space, and deletes the confirmation code from the cache after the authentication is completed, so that the requirement of the PCIDSS can be met, the problem of low success rate of information authentication in the prior art can be avoided as much as possible, and the use experience of the user in using 3D payment can be further improved.
To facilitate understanding of the implementation of the present application in practical applications by those skilled in the art, a specific example is described below.
Step A1: and the international payment system receives the confirmation code and the information to be authenticated which are currently input by the user.
The implementation process of step a1 is similar to that of step 101, and is not described herein again.
In this specific example, the implementation process of step 102 may include step a2 to step A3.
Step A2: and the international payment system encrypts the confirmation code according to an encryption algorithm approved by the third-party payment industry data security standard PCI DSS, and correspondingly stores the encrypted confirmation code and the current service identifier into a cache.
After receiving the confirmation code, the international payment system encrypts the confirmation code and stores the encrypted confirmation code in the cache in this example. The international payment system can encrypt by adopting an encryption algorithm approved by PCI DSS, and correspondingly store the encrypted confirmation code and the current service identifier into the cache. Wherein, the current service identifier is: and the international payment system generates identification information for uniquely identifying the current authentication service for the current 3D payment service initiated by the user. For example, a fixed length sequence number, etc. Specifically, as shown in table 1, the storage manner of the encrypted confirmation code stored in the cache is described, where key is the current service identifier, and value is the encrypted confirmation code.
TABLE 1
Key Value
Current service identification Encrypted CVN information
Step A3: the international payment system stores the employed encryption key in the key management infrastructure KMI system.
In this example, the international payment system may further store the encryption Key used for encrypting the confirmation code in step a2 in KMI (Key management infrastructure). In order to use the confirmation code conveniently, the confirmation code can be encrypted by adopting a uniform encryption key.
This example also differs from the embodiment shown in fig. 1 in that it comprises step a 4:
step A4: the international payment system stores the task information of the confirmation code into a database, and the task information of the confirmation code may include: the current service identification, the preset time of the confirmation code stored in the cache and the authentication state of the current service.
In this example, the international payment system may also store the task information associated with the confirmation code in a database, which may be implemented using any memory space of the international payment system. The current service identifier, the preset time of the confirmation code stored in the cache and the authentication state of the current service, such as authenticated or not authenticated, are also included. And when the authentication state is initially stored, the authentication state is not authenticated.
TABLE 2
Payment_order_id Trigger_time Status
Current service identification Preset time Status of whether or not it has been consumed
Step a5 is then entered: after the information to be authenticated is sent to the third-party payment platform and prompt information returned by the third-party payment platform is received, the international payment system refers to the prompt information to trigger the payment system to jump to a password verification interface for display.
It is understood that step a5 is the same as the implementation of step 103, and will not be described herein.
In this example, step 104 may include step a6 to step A8.
Step A6: and in response to the fact that the payment password input by the user on the password verification interface passes verification, the international payment system reads the corresponding encrypted confirmation code from the cache according to the current service identifier, and acquires an encryption key from the KMI system.
First, if the payment password input by the user on the password verification interface passes the verification of the issuer, after receiving the notification message of the issuer, the international payment system may obtain the corresponding encrypted confirmation code from table 1 according to the current service identifier, and may obtain the encryption key used when encrypting the confirmation code from KMI system.
Step A7: and the international payment system decrypts the encrypted confirmation code by adopting the encryption key to obtain the confirmation code.
The international payment system then decrypts the encrypted confirmation code using the encryption key to obtain the unencrypted confirmation code.
Step A8: and the international payment system sends the confirmation code and the information to be authenticated to the third party payment platform to realize authentication.
And the international payment system sends the confirmation code, the bank card number and the validity period waiting authentication information to the third party payment platform to realize authentication.
Step A9: the international payment system judges whether the current time reaches the preset time for deleting the confirmation code in real time, and if so, the step A0 is carried out.
After the authentication is successful, the international payment system determines whether the current time reaches a preset time for deleting the confirmation code, for example, whether the current time reaches 1 hour. If a trigger condition, such as successful authentication of the information to be authenticated, is stored in table 1, then in this step it is determined whether step A8 has been successfully authenticated. It will be appreciated that if the current time has not reached the preset time for confirmation code deletion, no action is taken.
Step A10: and the international payment system searches the corresponding encrypted confirmation code in the cache according to the current service identifier.
And if the preset time for deleting the confirmation code is reached, searching the corresponding encrypted confirmation code from the cache according to the current service identifier.
Step A11: and the international payment system deletes the encrypted confirmation code in the cache and modifies the authentication state of the current service into the authentication state in the database.
The international payment system deletes the encrypted confirmation code in the cache, and after the deletion is successful, the international payment system does not have the confirmation code in the cache any more, and modifies the authentication state in the table 2 into the completion from the database.
For simplicity of explanation, the foregoing method embodiments are described as a series of acts or combinations, but those skilled in the art will appreciate that the present application is not limited by the order of acts, as some steps may occur in other orders or concurrently with other steps based on the disclosure herein. Further, those skilled in the art should also appreciate that the embodiments described in the specification are preferred embodiments and that the acts and modules referred to are not necessarily required in this application.
Corresponding to the method provided by the above embodiment of the information authentication method based on the confirmation code in the present application, referring to fig. 3, the present application further provides an embodiment of an information authentication device based on the confirmation code, in this embodiment, the device may be integrated on a payment system in an authentication system, the authentication system may further include a third party payment platform, and the device may include:
the receiving module 301 is configured to receive a confirmation code and information to be authenticated, which are currently input by a user.
A cache module 302, configured to store the confirmation code into a cache correspondingly; the cache is used for storing the confirmation codes in preset time.
The triggering module 303 is configured to, after sending the information to be authenticated to the third-party payment platform and receiving the prompt information returned by the third-party payment platform, refer to the prompt information to trigger the payment system to jump to a password verification interface for display.
A sending module 304, configured to send, in response to that the payment password input by the user in the password verification interface passes verification, the confirmation code in the cache and the information to be authenticated to the third-party payment platform to implement authentication.
A deleting module 305, configured to delete the confirmation code in the cache.
Optionally, in different embodiments, the cache module 302 may specifically include:
the encryption submodule is used for encrypting the confirmation code according to an encryption algorithm approved by the third-party payment industry data security standard PCI DSS; the first storage submodule is used for correspondingly storing the encrypted confirmation code and the current service identifier into a cache; the current service identifier is: the payment system generates identification information for uniquely identifying the current authentication service; and, a second storage submodule for storing the employed encryption key in the key management infrastructure KMI system;
the corresponding sending module 304 may specifically include:
the reading submodule is used for reading the corresponding encrypted confirmation code from the cache according to the current service identifier; an obtaining submodule, configured to obtain an encryption key from the KMI system; the decryption submodule is used for decrypting the encrypted confirmation code by adopting the encryption key to obtain the confirmation code; and the sending submodule is used for sending the confirmation code and the information to be authenticated to the third party payment platform so as to realize authentication.
Optionally, in different embodiments, the apparatus may further include:
a task saving module, configured to save task information of the confirmation code to a database, where the task information of the confirmation code includes: the current service identification, the deletion time of the confirmation code and the authentication state of the current service; the corresponding deleting module 305 may specifically include:
the judging submodule is used for judging whether the current time reaches the deleting time of the confirmation code; the deletion time is as follows: a preset fixed time period, or a trigger moment taking the successful authentication of the information to be authenticated as a trigger condition; the searching submodule is used for searching the corresponding encrypted confirmation code in the cache according to the current service identifier under the condition that the result of the judging submodule is yes; a deletion submodule, configured to delete the encrypted confirmation code from the cache; and the modification submodule is used for modifying the authentication state of the current service into the finished state in the database.
In the embodiment of the application, the international payment system stores the confirmation code input by the user at first by setting an independent cache space, and deletes the confirmation code from the cache after the authentication is completed, so that the requirement of the PCI DSS can be met, the problem of low success rate of information authentication in the prior art can be avoided as much as possible, and the use experience of the user in using 3D payment can be further improved.
The embodiment of the application also provides an international payment system based on the confirmation code, and the system can comprise the information authentication device shown in fig. 3 and a third party payment platform.
In the embodiment of the application, the international payment system stores the confirmation code input by the user at first by setting an independent cache space, and deletes the confirmation code from the cache after the authentication is completed, so that the requirement of the PCI DSS can be met, the problem of low efficiency of successful authentication of information in the prior art can be avoided as much as possible, and the use experience of the user in using 3D payment can be further improved.
It should be noted that, in the present specification, the embodiments are all described in a progressive manner, each embodiment focuses on differences from other embodiments, and the same and similar parts among the embodiments may be referred to each other. For the device-like embodiment, since it is basically similar to the method embodiment, the description is simple, and for the relevant points, reference may be made to the partial description of the method embodiment.
Finally, it should also be noted that, herein, relational terms such as first and second, and the like may be used solely to distinguish one entity or action from another entity or action without necessarily requiring or implying any actual such relationship or order between such entities or actions. Also, the terms "comprises," "comprising," or any other variation thereof, are intended to cover a non-exclusive inclusion, such that a process, method, article, or apparatus that comprises a list of elements does not include only those elements but may include other elements not expressly listed or inherent to such process, method, article, or apparatus. Without further limitation, an element defined by the phrase "comprising an … …" does not exclude the presence of other identical elements in a process, method, article, or apparatus that comprises the element.
The information authentication method, device and system based on the confirmation code provided by the present application are introduced in detail above, and a specific example is applied in the text to explain the principle and implementation of the present application, and the description of the above embodiment is only used to help understand the method and core ideas of the present application; meanwhile, for a person skilled in the art, according to the idea of the present application, there may be variations in the specific embodiments and the application scope, and in summary, the content of the present specification should not be construed as a limitation to the present application.

Claims (9)

1. An information authentication method based on confirmation codes is characterized in that the authentication method is applied to a payment system in an authentication system, and the authentication system further comprises: a third party payment platform; the method comprises the following steps:
receiving a confirmation code and information to be authenticated which are currently input by a user;
correspondingly storing the confirmation codes into a cache; the cache is used for storing the confirmation codes within preset time;
after the information to be authenticated is sent to the third-party payment platform and prompt information returned by the third-party payment platform is received, the prompt information is referred to trigger the payment system to jump to a password verification interface for display;
and responding to the fact that the payment password input by the user on the password verification interface passes verification, sending the confirmation code in the cache and the information to be authenticated to the third party payment platform to realize authentication, and deleting the confirmation code in the cache.
2. The method of claim 1, wherein the storing the confirmation code in a cache comprises:
encrypting the confirmation code according to an encryption algorithm approved by the third party payment industry data security standard PCI DSS, correspondingly storing the encrypted confirmation code and the current service identifier into a cache, and storing the adopted encryption key into a key management infrastructure KMI system; the current service identifier is: the payment system generates identification information for uniquely identifying the current authentication service;
correspondingly, the sending the confirmation code in the cache and the information to be authenticated to the third party payment platform to implement authentication includes:
reading a corresponding encrypted confirmation code from the cache according to the current service identifier;
obtaining an encryption key from the KMI system;
decrypting the encrypted confirmation code by using the encryption key to obtain a confirmation code;
and sending the confirmation code and the information to be authenticated to the third party payment platform to realize authentication.
3. The method of claim 2, further comprising, after receiving the confirmation code currently entered by the user and the information to be authenticated:
storing the task information of the confirmation code into a database, wherein the task information of the confirmation code comprises: the current service identification, the preset time for deleting the confirmation code and the authentication state of the current service;
then said deleting said confirmation code in said cache comprises:
judging whether the current time reaches the preset time for deleting the confirmation code, if so, searching the corresponding encrypted confirmation code in the cache according to the current service identifier;
and deleting the encrypted confirmation code in the cache, and modifying the authentication state of the current service into the finished authentication state in the database.
4. The method according to claim 3, wherein the preset time is: a preset period of fixed time, or a trigger moment taking the successful authentication of the information to be authenticated as a trigger condition.
5. An information authentication device based on confirmation codes, wherein the device is integrated on a payment system in an authentication system, the authentication system further comprises a third party payment platform, and the device comprises:
the receiving module is used for receiving the confirmation code and the information to be authenticated which are currently input by the user;
the cache module is used for correspondingly storing the confirmation codes into a cache; the cache is used for storing the confirmation codes within preset time;
the triggering module is used for triggering the payment system to jump to a password verification interface for display by referring to the prompt information after the information to be authenticated is sent to the third-party payment platform and the prompt information returned by the third-party payment platform is received;
the sending module is used for responding to the verification that the payment password input by the user on the password verification interface passes, and sending the confirmation code in the cache and the information to be authenticated to the third-party payment platform to realize authentication;
and the deleting module is used for deleting the confirmation codes in the cache.
6. The apparatus of claim 5, wherein the cache module comprises:
the encryption submodule is used for encrypting the confirmation code according to an encryption algorithm approved by the third-party payment industry data security standard PCI DSS;
the first storage submodule is used for correspondingly storing the encrypted confirmation code and the current service identifier into a cache; the current service identifier is: the payment system generates identification information for uniquely identifying the current authentication service;
a second storage submodule for storing the employed encryption key in the key management infrastructure KMI system;
the sending module includes:
the reading submodule is used for reading the corresponding encrypted confirmation code from the cache according to the current service identifier;
an obtaining submodule, configured to obtain an encryption key from the KMI system;
the decryption submodule is used for decrypting the encrypted confirmation code by adopting the encryption key to obtain the confirmation code;
and the sending submodule is used for sending the confirmation code and the information to be authenticated to the third party payment platform so as to realize authentication.
7. The apparatus of claim 5, further comprising:
a task saving module, configured to save task information of the confirmation code to a database, where the task information of the confirmation code includes: the current service identification, the preset time for deleting the confirmation code and the authentication state of the current service;
the deleting module includes:
the judging submodule is used for judging whether the current time reaches the preset time for deleting the confirmation code;
the searching submodule is used for searching the corresponding encrypted confirmation code in the cache according to the current service identifier under the condition that the result of the judging submodule is yes;
a deletion submodule, configured to delete the encrypted confirmation code from the cache;
and the modification submodule is used for modifying the authentication state of the current service into the finished state in the database.
8. The apparatus of claim 5, wherein the preset time is: a preset period of fixed time, or a trigger moment taking the successful authentication of the information to be authenticated as a trigger condition.
9. An information authentication system based on a confirmation code, which is characterized by comprising the information authentication device as claimed in any one of claims 5 to 8 and a third party payment platform.
CN201410822164.2A 2014-12-24 2014-12-24 Information authentication method, device and system based on confirmation code Active CN105787711B (en)

Priority Applications (2)

Application Number Priority Date Filing Date Title
CN201911426901.6A CN111260343B (en) 2014-12-24 2014-12-24 Information authentication method, device and system based on confirmation code
CN201410822164.2A CN105787711B (en) 2014-12-24 2014-12-24 Information authentication method, device and system based on confirmation code

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201410822164.2A CN105787711B (en) 2014-12-24 2014-12-24 Information authentication method, device and system based on confirmation code

Related Child Applications (1)

Application Number Title Priority Date Filing Date
CN201911426901.6A Division CN111260343B (en) 2014-12-24 2014-12-24 Information authentication method, device and system based on confirmation code

Publications (2)

Publication Number Publication Date
CN105787711A CN105787711A (en) 2016-07-20
CN105787711B true CN105787711B (en) 2020-01-10

Family

ID=56377889

Family Applications (2)

Application Number Title Priority Date Filing Date
CN201911426901.6A Active CN111260343B (en) 2014-12-24 2014-12-24 Information authentication method, device and system based on confirmation code
CN201410822164.2A Active CN105787711B (en) 2014-12-24 2014-12-24 Information authentication method, device and system based on confirmation code

Family Applications Before (1)

Application Number Title Priority Date Filing Date
CN201911426901.6A Active CN111260343B (en) 2014-12-24 2014-12-24 Information authentication method, device and system based on confirmation code

Country Status (1)

Country Link
CN (2) CN111260343B (en)

Families Citing this family (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN106603815B (en) * 2016-11-15 2020-01-14 青岛海信移动通信技术股份有限公司 Message processing method and device
CN111245774B (en) * 2018-11-29 2023-09-26 阿里巴巴集团控股有限公司 Resource request processing method, device and system
CN109685508B (en) * 2018-12-27 2020-06-30 北京微播视界科技有限公司 Transaction data processing method and device, electronic equipment and readable storage medium

Family Cites Families (17)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20010037314A1 (en) * 2000-03-30 2001-11-01 Ishikawa Mark M. System, method and apparatus for authenticating the distribution of data
CN1619560A (en) * 2004-12-09 2005-05-25 中国工商银行 Card data business system used for payment on net and its method
CN1667632A (en) * 2005-05-08 2005-09-14 郑茵 Method of mobile payment based on payment confirmation codes
US20070027820A1 (en) * 2005-07-28 2007-02-01 Amir Elharar Methods and systems for securing electronic transactions
JP4885629B2 (en) * 2006-06-29 2012-02-29 フェリカネットワークス株式会社 Financial card system, communication device, authentication terminal, authentication method, and program.
CN101276448A (en) * 2007-03-29 2008-10-01 阿里巴巴集团控股有限公司 Payment system and method performing trading with identification card including IC card
CN101324942A (en) * 2007-06-13 2008-12-17 阿里巴巴集团控股有限公司 Payment system and method performing trade by identification card including IC card
CN101414370A (en) * 2008-12-15 2009-04-22 阿里巴巴集团控股有限公司 Payment method, system and payment platform capable of improving payment safety by virtual card
WO2010086855A2 (en) * 2009-01-29 2010-08-05 Fortress Applications Ltd. System and methods for encryption with authentication integrity
EP2199965A1 (en) * 2009-04-22 2010-06-23 Euro-Wallet B.V. Payment transaction client, server and system
CN102223354B (en) * 2010-04-14 2015-05-13 阿里巴巴集团控股有限公司 Network payment authentication method, server and system
CN102622828B (en) * 2011-02-01 2014-12-10 福建新大陆支付技术有限公司 Payment terminal capable of realization of splittable combination of secure payment and mobile payment and payment method thereof
CN102509213A (en) * 2011-11-16 2012-06-20 上海翰鑫信息科技有限公司 System and method for remote payment and trade, mobile terminal and subscriber identity module (SIM) card
CN103186857A (en) * 2011-12-31 2013-07-03 中国银联股份有限公司 Bank card payment method and system
CN102609826B (en) * 2012-01-10 2015-07-22 武汉家事易农业科技有限公司 Logistics distribution system and method
CN103093341B (en) * 2012-12-27 2016-02-24 惠州市德赛工业研究院有限公司 A kind of safe payment method based on RFID intelligence payment system
CN103456050B (en) * 2013-07-22 2015-09-23 金硕澳门离岸商业服务有限公司 Electronic affirmation method and system

Also Published As

Publication number Publication date
CN111260343B (en) 2023-07-07
CN111260343A (en) 2020-06-09
CN105787711A (en) 2016-07-20

Similar Documents

Publication Publication Date Title
US10341123B2 (en) User identification management system and method
US11528143B2 (en) Biometric identity verification systems, methods and programs for identity document applications and renewals
CN111080295B (en) Electronic contract processing method and device based on blockchain
RU2648944C2 (en) Methods, devices, and systems for secure provisioning, transmission and authentication of payment data
US11876911B2 (en) Blockchain based alias interaction processing
US10360558B2 (en) Simplified two factor authentication for mobile payments
EP3584994A1 (en) Differential client-side encryption of information originating from a client
TW201530346A (en) Method, device, and system for client authentication using social relationship data
US20160277363A1 (en) System and method of mobile authentication
US20200250630A1 (en) Method, device, electric apparatus and terminal apparatus for confirming order delivery
WO2015062530A1 (en) User account information management method, user account management server, sales terminal and system
US20200250672A1 (en) Tap card to securely generate card data to copy to clipboard
US20160098698A1 (en) Methods for enabling mobile payments
US20190370790A1 (en) Systems and methods for using a cryptogram lockbox
CN111210287A (en) Tax UKey-based invoicing method and system
CN105787711B (en) Information authentication method, device and system based on confirmation code
KR20230142505A (en) URL-based authentication for payment cards
CN111445231A (en) Method and device for realizing MOTOpay and electronic equipment
US20190164160A1 (en) Authenticating a payment card
CN110909336B (en) Password management method and device based on fingerprint USB flash disk
KR102122555B1 (en) System and Method for Identification Based on Finanace Card Possessed by User
US20190075094A1 (en) System and method for remote identification during transaction processing
SE1551518A1 (en) Method and system for secure storage of information
US20170061431A1 (en) Systems and Methods of Securing MO/TO Processing
KR101571126B1 (en) Apparatus and method for user authentication

Legal Events

Date Code Title Description
C06 Publication
PB01 Publication
C10 Entry into substantive examination
SE01 Entry into force of request for substantive examination
REG Reference to a national code

Ref country code: HK

Ref legal event code: DE

Ref document number: 1226184

Country of ref document: HK

GR01 Patent grant
GR01 Patent grant
TR01 Transfer of patent right
TR01 Transfer of patent right

Effective date of registration: 20200925

Address after: Cayman Enterprise Centre, 27 Hospital Road, George Town, Grand Cayman Islands

Patentee after: Innovative advanced technology Co.,Ltd.

Address before: Cayman Enterprise Centre, 27 Hospital Road, George Town, Grand Cayman Islands

Patentee before: Advanced innovation technology Co.,Ltd.

Effective date of registration: 20200925

Address after: Cayman Enterprise Centre, 27 Hospital Road, George Town, Grand Cayman Islands

Patentee after: Advanced innovation technology Co.,Ltd.

Address before: Cayman Islands Grand Cayman capital building, a four storey No. 847 mailbox

Patentee before: Alibaba Group Holding Ltd.

TR01 Transfer of patent right
TR01 Transfer of patent right

Effective date of registration: 20240223

Address after: Guohao Times City # 20-01, 128 Meizhi Road, Singapore

Patentee after: Advanced Nova Technology (Singapore) Holdings Ltd.

Country or region after: Singapore

Address before: Cayman Enterprise Centre, 27 Hospital Road, George Town, Grand Cayman Islands

Patentee before: Innovative advanced technology Co.,Ltd.

Country or region before: Cayman Islands