CN111597522A - Website affiliate authentication method, system, equipment and readable storage medium - Google Patents

Website affiliate authentication method, system, equipment and readable storage medium Download PDF

Info

Publication number
CN111597522A
CN111597522A CN202010436208.3A CN202010436208A CN111597522A CN 111597522 A CN111597522 A CN 111597522A CN 202010436208 A CN202010436208 A CN 202010436208A CN 111597522 A CN111597522 A CN 111597522A
Authority
CN
China
Prior art keywords
website
identification information
user
injection point
determining
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.)
Pending
Application number
CN202010436208.3A
Other languages
Chinese (zh)
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.)
DBAPPSecurity Co Ltd
Hangzhou Dbappsecurity Technology Co Ltd
Original Assignee
Hangzhou Dbappsecurity Technology Co 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 Hangzhou Dbappsecurity Technology Co Ltd filed Critical Hangzhou Dbappsecurity Technology Co Ltd
Priority to CN202010436208.3A priority Critical patent/CN111597522A/en
Publication of CN111597522A publication Critical patent/CN111597522A/en
Pending legal-status Critical Current

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
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F21/00Security arrangements for protecting computers, components thereof, programs or data against unauthorised activity
    • G06F21/50Monitoring users, programs or devices to maintain the integrity of platforms, e.g. of processors, firmware or operating systems
    • G06F21/57Certifying or maintaining trusted computer platforms, e.g. secure boots or power-downs, version controls, system software checks, secure updates or assessing vulnerabilities
    • G06F21/577Assessing vulnerabilities and evaluating computer system security

Abstract

The application discloses a method for authenticating website affiliates, which comprises the following steps: determining a target website and user information according to an input authentication request; determining corresponding identification information in a preset storage space according to the user information; detecting whether identification information exists in a target website; and if so, confirming that the current user is the affiliate of the target website. According to the method and the device, the user information is determined according to the authentication request, the corresponding identification information is determined in the preset storage space according to the user information, whether the current user is the affiliate of the target website is determined by detecting whether the identification information exists in the target website, and further, the ICP record information of the website is not required to be inquired, and only whether the identification information exists in the target website is required to be detected, so that the efficiency and the accuracy of authentication of the affiliate of the website are greatly improved. The application also provides a system, equipment and a readable storage medium for authenticating the website affiliate, and the system, the equipment and the readable storage medium have the beneficial effects.

Description

Website affiliate authentication method, system, equipment and readable storage medium
Technical Field
The present application relates to the field of website authentication, and in particular, to a method, a system, a device, and a readable storage medium for authenticating a website owner.
Background
The website scanning means that a website scanning tool is applied to find out the safety problem of the website so as to perform notification and timely repair, and loss is avoided. The method comprises website vulnerability scanning to avoid the problems of webpage attack, database leakage and the like; and scanning the conditions of tampering, trojan hanging and the like of the webpage by utilizing the vulnerability.
In the actual use scenario of website scanning, in most cases, vulnerability detection and scanning are performed on a website application that a client is actually online. In such an application environment, the website scanning device is used as a vulnerability detection device, and the executed operation is often risky and destructive. The network security act thus provides that a website be scanned or detected for authorization by a customer, so that prior to providing information security services to the customer, a determination is made as to whether the website belongs to the customer. The traditional approach is to confirm by querying the ICP docket information of the web site, however this approach is inefficient and not accurate.
Therefore, how to improve the efficiency and accuracy of website owner authentication is a technical problem that needs to be solved by those skilled in the art.
Disclosure of Invention
The application aims to provide a method, a system, equipment and a readable storage medium for authenticating a website owner, which are used for improving the efficiency and accuracy of authentication of the website owner.
In order to solve the above technical problem, the present application provides a method for authenticating a website affiliate, including:
determining a target website and user information according to an input authentication request;
determining corresponding identification information in a preset storage space according to the user information;
detecting whether the identification information exists in the target website;
and if so, confirming that the current user is the affiliate of the target website.
Optionally, before determining the target website and the user information according to the input authentication request, the method further includes:
receiving a registration request input by a user, and determining the user information and a website to be registered according to the registration request;
generating corresponding identification information according to the user information, and determining an injection point page of the identification information in the website to be registered;
and storing the corresponding relation among the user information, the identification information and the injection point page into the preset storage space, and modifying the website to be registered according to the identification information and the injection point page.
Optionally, modifying the website to be registered according to the identification information and the injection point page includes:
and injecting the identification information into an injection point page of the website to be registered.
Optionally, modifying the website to be registered according to the identification information and the injection point page includes:
and outputting the identification information and the injection point page so that a user injects the identification information into the injection point page of the website to be registered in a mode of hiding a label.
Optionally, detecting whether the identification information exists in the target website includes:
determining an injection point page corresponding to the user information in the preset storage space;
accessing the injection point page, and detecting whether the identification information exists in the injection point page;
if yes, confirming that the identification information exists in the target website;
if not, the identification information does not exist in the target website.
Optionally, determining an injection point page of the identification information in the website to be registered includes:
crawling a url directory of the user website from a home page of the website to be registered, and sequencing according to the access sequence of the url directory;
and generating a random number in the page number range of the url directory, and determining a page corresponding to the random number as an injection point page of the identification information.
Optionally, generating corresponding identification information according to the user information includes:
calculating an MD5 value of the user information;
and acquiring a platform identifier, and generating the identifier information according to the platform identifier and the MD5 value.
The present application further provides a system for website affiliate authentication, the system comprising:
the first receiving module is used for determining a target website and user information according to an input authentication request;
the first determining module is used for determining corresponding identification information in a preset storage space according to the user information;
the detection module is used for detecting whether the identification information exists in the target website or not;
and the confirming module is used for confirming that the current user is the affiliate of the target website when the identification information in the target website is detected.
The present application further provides a website affiliate authentication device, including:
a memory for storing a computer program;
a processor for implementing the steps of the method for authenticating a website owner as defined in any one of the above when executing the computer program.
The present application further provides a readable storage medium having stored thereon a computer program which, when executed by a processor, performs the steps of the method for website owner authentication as claimed in any one of the preceding claims.
The method for authenticating the website affiliate comprises the following steps: determining a target website and user information according to an input authentication request; determining corresponding identification information in a preset storage space according to the user information; detecting whether identification information exists in a target website; and if so, confirming that the current user is the affiliate of the target website.
According to the technical scheme, the target website and the user information are determined according to the input authentication request, the corresponding identification information is determined in the preset storage space according to the user information, whether the current user is the affiliate of the target website is determined by detecting whether the identification information exists in the target website, and further, ICP (inductively coupled plasma) record information of the website does not need to be inquired, only whether the identification information exists in the target website is detected, and the authentication efficiency and accuracy of the affiliate of the website are greatly improved. The application also provides a system, equipment and a readable storage medium for authenticating the website affiliate, which have the beneficial effects and are not repeated herein.
Drawings
In order to more clearly illustrate the embodiments of the present application or the technical solutions in the prior art, the drawings needed to be used in the description of the embodiments or the prior art will be briefly introduced below, it is obvious that the drawings in the following description are only embodiments of the present application, and for those skilled in the art, other drawings can be obtained according to the provided drawings without creative efforts.
Fig. 1 is a flowchart of a method for authenticating a website owner according to an embodiment of the present application;
FIG. 2 is a flowchart of another method for authenticating a website owner according to an embodiment of the present application;
fig. 3 is a block diagram of a system for authenticating a website owner according to an embodiment of the present disclosure;
FIG. 4 is a block diagram of another website owner authentication system according to an embodiment of the present application;
fig. 5 is a structural diagram of a website owner authentication device according to an embodiment of the present application.
Detailed Description
The core of the application is to provide a method, a system, equipment and a readable storage medium for authenticating a website owner, which are used for improving the efficiency and accuracy of authentication of the website owner.
In order to make the objects, technical solutions and advantages of the embodiments of the present application clearer, 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 some embodiments of the present application, but not all 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.
Referring to fig. 1, fig. 1 is a flowchart illustrating a method for authenticating a website owner according to an embodiment of the present disclosure.
The method specifically comprises the following steps:
s101: determining a target website and user information according to an input authentication request;
based on the prior art that the website is scanned or detected to obtain the authorization of the client, before providing the information security service for the client, whether the website belongs to the client needs to be confirmed. The traditional means is to confirm by inquiring ICP record information of a website, but the efficiency is too low and the accuracy is not high; therefore, the application provides a method for authenticating website affiliators, which is used for solving the problems;
the target website mentioned here is a website which needs to be authenticated by an affiliate and is provided by the user, and the category of the website is not specifically limited in the application;
the user information mentioned here may include information such as a user name, a mobile phone number, a verification code, an identification number, and the like;
optionally, to implement injection of the identification information in the target website and further implement authentication of the website owner, before step S101 is executed to determine the target website and the user information according to the input authentication request, the steps shown in fig. 2 may also be executed, please refer to fig. 2, where fig. 2 is a flowchart of another method for authenticating the website owner, provided in this embodiment of the present application:
s201: receiving a registration request input by a user, and determining user information and a website to be registered according to the registration request;
in one embodiment, the registration process may be implemented by performing the following steps:
1) pre-creating an input box comprising a user name, a mobile phone number, a verification code and the like and a user information registration interface for acquiring buttons of the mobile phone verification code, registration and the like;
2) the user can input a user name in the user name input box;
3) the user inputs the mobile phone number in the mobile phone number input box;
4) the user clicks to obtain a mobile phone verification code, and the system sends a short message verification code to the mobile phone;
5) the user inputs the received short message verification code into a verification code input box;
6) a user clicks a login button;
7) the system judges whether the verification code input by the user is the verification code sent by the system, and if the matching is successful, the user information is input into the database; if not, an authentication code error is returned.
S202: generating corresponding identification information according to the user information, and determining an injection point page of the identification information in the website to be registered;
optionally, the user information may be encoded, and the obtained encoded character string is used as the identification information;
optionally, the corresponding identification information may also be generated according to platform identifiers of different platforms in combination with the user information, so as to improve identifiability of the identification information, that is, the generation of the corresponding identification information according to the user information mentioned here may specifically be:
calculating an MD5 value of the user information;
and acquiring a platform identifier, and generating identification information according to the platform identifier and the MD5 value.
For example, a digest hashCode (MD 5 value) of the user name may be calculated, and then the platform identifier is concatenated with the digest in step 1, and assuming that the platform identifier is dbapp, the identification information is authStr dbapp _ hashCode at this time;
the identification information authStr is used as the identification of the unique identity of the user, the user cannot calculate or construct the identity of other users according to the identifier of the user, and other users cannot calculate the confidential information of the user from the intercepted authStr, so that the authStr only needs to be stored in the hidden position of the user website, and other users cannot embezzle the identification of the user into the user.
Optionally, an injection point page of the identification information may be selected from the website to be registered in a manner selected by the user;
optionally, the injection point page of the identification information may also be determined in a randomly selected manner, and in a specific embodiment, the injection point page of the identification information determined in the website to be registered mentioned here may specifically be:
crawling a url directory of the user website from a home page of the website to be registered, and sequencing according to the access sequence of the url directory;
and generating a random number in the page number range of the url directory, and determining a page corresponding to the random number as an injection point page of the identification information.
S203: and storing the corresponding relation of the user information, the identification information and the injection point page into a preset storage space, and modifying the website to be registered according to the identification information and the injection point page.
Optionally, the modification of the website to be registered may be implemented in an artificial modification manner, that is, the user may write the identification information into any position of the injection point page, so that there is no influence on the appearance of the website, and because the position is hidden and there is no obvious feature, the identification information of the user cannot be inferred by other users according to the code, that is, the website to be registered is modified according to the identification information and the injection point page, which may specifically be:
and injecting the identification information into an injection point page of the website to be registered.
In a specific embodiment, the identification information may specifically be an identification character string as shown below:
< div style ═ visibility: hidden "> uniquely identify a character string </dev >
< div style >
< p hidden > unique identification string </dev >
Optionally, the modification of the website to be registered may be implemented in an automatic modification manner, so as to improve the efficiency of modifying the website, that is, the modification of the website to be registered according to the identification information and the injection point page may specifically be:
and outputting the identification information and the injection point page so that the user injects the identification information into the injection point page of the website to be registered in a mode of hiding the label.
S102: determining corresponding identification information in a preset storage space according to the user information;
the preset storage space mentioned here stores the corresponding relationship between the user information and the identification information, generates unique identification information for the user according to the user information when the user registers, and stores the corresponding relationship between the user information and the identification information into the preset storage space;
optionally, the user may also input a corresponding modification command to modify the corresponding relationship between the user information and the identification information in the preset storage space.
S103: detecting whether identification information exists in a target website;
if yes, go to step S104;
when the identification information exists in the target website, the fact that the target website and the user information have a corresponding relation is proved, namely the current user is an affiliate of the target website.
Optionally, when the identification information does not exist in the target website, it is proved that the target website and the user information have a corresponding relationship, that is, the current user is not the owner of the target website, and at this time, prompt information may be sent to remind the user of inputting a correct website.
Optionally, the detecting whether the identification information exists in the target website mentioned here may specifically be:
determining an injection point page corresponding to user information in a preset storage space;
accessing an injection point page, and detecting whether identification information exists in the injection point page;
if yes, confirming that the identification information exists in the target website;
if not, the target website is confirmed to have no identification information.
S104: and confirming that the current user is the affiliate of the target website.
Based on the technical scheme, the website affiliate authentication method determines a target website and user information according to an input authentication request, then determines corresponding identification information in a preset storage space according to the user information, and determines whether a current user is an affiliate of the target website by detecting whether the identification information exists in the target website, so that ICP (Internet protocol) record information of the website does not need to be inquired, only whether the identification information exists in the target website needs to be detected, and efficiency and accuracy of website affiliate authentication are greatly improved.
Referring to fig. 3, fig. 3 is a block diagram of a system for authenticating a website owner according to an embodiment of the present disclosure.
The system may include:
a first receiving module 100, configured to determine a target website and user information according to an input authentication request;
a first determining module 200, configured to determine corresponding identification information in a preset storage space according to user information;
the detection module 300 is configured to detect whether identification information exists in a target website;
the confirming module 400 is configured to confirm that the current user is an affiliate of the target website when the identification information is detected to exist in the target website.
Referring to fig. 4, fig. 4 is a block diagram of another website owner authentication system according to an embodiment of the present disclosure.
The system may further comprise:
the second receiving module is used for receiving a registration request input by a user and determining user information and a website to be registered according to the registration request;
the second determining module is used for generating corresponding identification information according to the user information and determining an injection point page of the identification information in the website to be registered;
and the modification module is used for storing the corresponding relation among the user information, the identification information and the injection point page into a preset storage space and modifying the website to be registered according to the identification information and the injection point page.
The modification module may include:
and the first injection submodule is used for injecting the identification information into an injection point page of the website to be registered.
The modification module may include:
and the second injection submodule is used for outputting the identification information and the injection point page so that the user injects the identification information into the injection point page of the website to be registered in a mode of hiding the label.
The detection module 300 may include:
the first determining submodule is used for determining an injection point page corresponding to the user information in a preset storage space;
the detection submodule is used for accessing the injection point page and detecting whether identification information exists in the injection point page or not;
the first confirming submodule is used for confirming that the identification information exists in the target website when the identification information exists in the injection point page;
and the second confirmation submodule is used for confirming that the identification information does not exist in the target website when the identification information does not exist in the injection point page.
The second determining module may include:
the sorting submodule is used for crawling the url catalogue of the user website from the home page of the website to be registered and sorting according to the access sequence of the url catalogue;
and the second determining submodule is used for generating a random number in the page number range of the url directory and determining a page corresponding to the random number as an injection point page of the identification information.
The second determining module may include:
the calculation submodule is used for calculating the MD5 value of the user information;
and the generation submodule is used for acquiring the platform identification and generating identification information according to the platform identification and the MD5 value.
Since the embodiment of the system part corresponds to the embodiment of the method part, the embodiment of the system part is described with reference to the embodiment of the method part, and is not repeated here.
Referring to fig. 5, fig. 5 is a structural diagram of a website owner authentication device according to an embodiment of the present application.
The website home authentication apparatus 500 may have a relatively large difference due to different configurations or performances, and may include one or more processors (CPUs) 522 (e.g., one or more processors) and a memory 532, one or more storage media 530 (e.g., one or more mass storage devices) storing applications 542 or data 544. Memory 532 and storage media 530 may be, among other things, transient storage or persistent storage. The program stored on the storage medium 530 may include one or more modules (not shown), each of which may include a sequence of instruction operations for the device. Still further, processor 522 may be configured to communicate with storage medium 530 to execute a series of instruction operations in storage medium 530 on website homer authentication device 500.
The website homer authentication apparatus 500 may also include one or more power supplies 525, one or more wired or wireless network interfaces 550, one or more input-output interfaces 558, and/or one or more operating systems 541, such as Windows Server, Mac OS XTM, UnixTM, LinuxTM, FreeBSDTM, etc.
The steps in the method for website owner authentication described above in fig. 1 to 2 are implemented by the website owner authentication device based on the structure shown in fig. 5.
It can be clearly understood by those skilled in the art that, for convenience and brevity of description, the specific working processes of the system, the apparatus and the module described above may refer to the corresponding processes in the foregoing method embodiments, and are not described herein again.
In the several embodiments provided in the present application, it should be understood that the disclosed apparatus, device and method may be implemented in other ways. For example, the above-described apparatus embodiments are merely illustrative, and for example, a division of modules is merely a division of logical functions, and an actual implementation may have another division, for example, a plurality of modules or components may be combined or integrated into another system, or some features may be omitted, or not executed. In addition, the shown or discussed mutual coupling or direct coupling or communication connection may be an indirect coupling or communication connection through some interfaces, devices or modules, and may be in an electrical, mechanical or other form.
Modules described as separate parts may or may not be physically separate, and parts displayed as modules may or may not be physical modules, may be located in one place, or may be distributed on a plurality of network modules. Some or all of the modules may be selected according to actual needs to achieve the purpose of the solution of the present embodiment.
In addition, functional modules in the embodiments of the present application may be integrated into one processing module, or each of the modules may exist alone physically, or two or more modules are integrated into one module. The integrated module can be realized in a hardware mode, and can also be realized in a software functional module mode.
The integrated module, if implemented in the form of a software functional module and sold or used as a separate product, may be stored in a computer readable storage medium. Based on such understanding, the technical solution of the present application may be substantially implemented or contributed to by the prior art, or all or part of the technical solution may be embodied in a software product, which is stored in a storage medium and includes instructions for causing a computer device (which may be a personal computer, a function calling device, or a network device) to execute all or part of the steps of the method of the embodiments of the present application. And the aforementioned storage medium includes: various media capable of storing program codes, such as a usb disk, a removable hard disk, a Read-Only Memory (ROM), a Random Access Memory (RAM), a magnetic disk, or an optical disk.
The method, system, device and readable storage medium for authenticating website affiliates provided by the present application are described in detail above. The principles and embodiments of the present application are explained herein using specific examples, which are provided only to help understand the method and the core idea of the present application. It should be noted that, for those skilled in the art, it is possible to make several improvements and modifications to the present application without departing from the principle of the present application, and such improvements and modifications also fall within the scope of the claims of the present application.
It is further noted that, in the present specification, relational terms such as first and second, and the like are 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.

Claims (10)

1. A method for authenticating a website owner, comprising:
determining a target website and user information according to an input authentication request;
determining corresponding identification information in a preset storage space according to the user information;
detecting whether the identification information exists in the target website;
and if so, confirming that the current user is the affiliate of the target website.
2. The method of claim 1, further comprising, before determining the target website and the user information according to the inputted authentication request:
receiving a registration request input by a user, and determining the user information and a website to be registered according to the registration request;
generating corresponding identification information according to the user information, and determining an injection point page of the identification information in the website to be registered;
and storing the corresponding relation among the user information, the identification information and the injection point page into the preset storage space, and modifying the website to be registered according to the identification information and the injection point page.
3. The method of claim 2, wherein modifying the website to be registered according to the identification information and the injection point page comprises:
and injecting the identification information into an injection point page of the website to be registered.
4. The method of claim 2, wherein modifying the website to be registered according to the identification information and the injection point page comprises:
and outputting the identification information and the injection point page so that a user injects the identification information into the injection point page of the website to be registered in a mode of hiding a label.
5. The method of claim 2, wherein detecting whether the identification information exists in the target website comprises:
determining an injection point page corresponding to the user information in the preset storage space;
accessing the injection point page, and detecting whether the identification information exists in the injection point page;
if yes, confirming that the identification information exists in the target website;
if not, the identification information does not exist in the target website.
6. The method according to claim 2, wherein determining the injection point page of the identification information in the website to be registered comprises:
crawling a url directory of the user website from a home page of the website to be registered, and sequencing according to the access sequence of the url directory;
and generating a random number in the page number range of the url directory, and determining a page corresponding to the random number as an injection point page of the identification information.
7. The method according to any one of claims 2-6, wherein generating corresponding identification information according to the user information comprises:
calculating an MD5 value of the user information;
and acquiring a platform identifier, and generating the identifier information according to the platform identifier and the MD5 value.
8. A system for authenticating a website owner, comprising:
the first receiving module is used for determining a target website and user information according to an input authentication request;
the first determining module is used for determining corresponding identification information in a preset storage space according to the user information;
the detection module is used for detecting whether the identification information exists in the target website or not;
and the confirming module is used for confirming that the current user is the affiliate of the target website when the identification information in the target website is detected.
9. A website affiliate authentication device, comprising:
a memory for storing a computer program;
a processor for implementing the steps of the method of website owner authentication as claimed in any one of claims 1 to 7 when executing said computer program.
10. A readable storage medium, having stored thereon a computer program which, when executed by a processor, carries out the steps of the method of website owner authentication according to any one of claims 1 to 7.
CN202010436208.3A 2020-05-21 2020-05-21 Website affiliate authentication method, system, equipment and readable storage medium Pending CN111597522A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202010436208.3A CN111597522A (en) 2020-05-21 2020-05-21 Website affiliate authentication method, system, equipment and readable storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202010436208.3A CN111597522A (en) 2020-05-21 2020-05-21 Website affiliate authentication method, system, equipment and readable storage medium

Publications (1)

Publication Number Publication Date
CN111597522A true CN111597522A (en) 2020-08-28

Family

ID=72183956

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202010436208.3A Pending CN111597522A (en) 2020-05-21 2020-05-21 Website affiliate authentication method, system, equipment and readable storage medium

Country Status (1)

Country Link
CN (1) CN111597522A (en)

Citations (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1960249A (en) * 2005-10-31 2007-05-09 中国银联股份有限公司 Authentication method and authentication system
CN102629923A (en) * 2012-03-23 2012-08-08 北龙中网(北京)科技有限责任公司 Installation and identification method of website credible identity based on domain name system technology
CN102761529A (en) * 2011-04-29 2012-10-31 上海格尔软件股份有限公司 Website authentication method based on picture identification digital signatures
CN102882716A (en) * 2012-09-25 2013-01-16 杭州安恒信息技术有限公司 Ministry of industry and information technology recording detecting method and system
CN103179096A (en) * 2011-12-22 2013-06-26 上海格尔软件股份有限公司 Website unique identification achieving method and authentication method based on favicon expansion
CN103200179A (en) * 2013-02-23 2013-07-10 杨筑平 Website certification, deployment and identification method
CN109005142A (en) * 2017-06-06 2018-12-14 腾讯科技(深圳)有限公司 Website security detection method, device, system, computer equipment and storage medium

Patent Citations (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1960249A (en) * 2005-10-31 2007-05-09 中国银联股份有限公司 Authentication method and authentication system
CN102761529A (en) * 2011-04-29 2012-10-31 上海格尔软件股份有限公司 Website authentication method based on picture identification digital signatures
CN103179096A (en) * 2011-12-22 2013-06-26 上海格尔软件股份有限公司 Website unique identification achieving method and authentication method based on favicon expansion
CN102629923A (en) * 2012-03-23 2012-08-08 北龙中网(北京)科技有限责任公司 Installation and identification method of website credible identity based on domain name system technology
CN102882716A (en) * 2012-09-25 2013-01-16 杭州安恒信息技术有限公司 Ministry of industry and information technology recording detecting method and system
CN103200179A (en) * 2013-02-23 2013-07-10 杨筑平 Website certification, deployment and identification method
CN109005142A (en) * 2017-06-06 2018-12-14 腾讯科技(深圳)有限公司 Website security detection method, device, system, computer equipment and storage medium

Similar Documents

Publication Publication Date Title
US20210097536A1 (en) Signature verification method, apparatus, and system
US8151364B2 (en) Authentication device and/or method
TWI530894B (en) Method and related apparatus for information verification and apparatus thereof
JP5691853B2 (en) Access monitoring program, information processing apparatus, and access monitoring method
US9444910B2 (en) Validation associated with a form
US10063538B2 (en) System for secure login, and method and apparatus for same
CN105323253B (en) Identity verification method and device
CN106357640A (en) Method, system and server for authenticating identities on basis of block chain networks
JP5462021B2 (en) Authentication system, authentication method, and authentication program
WO2018068631A1 (en) Account login method, apparatus, and server
EP3061025A1 (en) Method and system for authenticating service
TWI668586B (en) Data communication method and system, client and server
JP2014106593A (en) Transaction authentication method and system
CN115695012A (en) Login request processing method and device, electronic equipment and storage medium
CN112118238A (en) Method, device, system, equipment and storage medium for authentication login
CN110716743A (en) Aggregation API development method and system suitable for multi-party collaborative development
CN111259368A (en) Method and equipment for logging in system
CN112131535B (en) Integrated small program authorization method for multi-deployment environment
JP2009301446A (en) Method and server for user authentication using a plurality of terminals, and program
CN110445791B (en) Plug-in authentication method and device, and plug-in authentication information storage method and device
CN104468616A (en) Picture verification code generation method and client side
CN108965335B (en) Method for preventing malicious access to login interface, electronic device and computer medium
CN111597522A (en) Website affiliate authentication method, system, equipment and readable storage medium
KR101479903B1 (en) Access authentification for multiple devices and flatforms
WO2015060950A1 (en) Method and system for authenticating service

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination
RJ01 Rejection of invention patent application after publication

Application publication date: 20200828

RJ01 Rejection of invention patent application after publication