WO2020253120A1 - Procédé, système et dispositif d'enregistrement de page web, et support de stockage informatique - Google Patents

Procédé, système et dispositif d'enregistrement de page web, et support de stockage informatique Download PDF

Info

Publication number
WO2020253120A1
WO2020253120A1 PCT/CN2019/121708 CN2019121708W WO2020253120A1 WO 2020253120 A1 WO2020253120 A1 WO 2020253120A1 CN 2019121708 W CN2019121708 W CN 2019121708W WO 2020253120 A1 WO2020253120 A1 WO 2020253120A1
Authority
WO
WIPO (PCT)
Prior art keywords
registration
registration information
network data
information
data platform
Prior art date
Application number
PCT/CN2019/121708
Other languages
English (en)
Chinese (zh)
Inventor
刘金满
Original Assignee
深圳壹账通智能科技有限公司
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by 深圳壹账通智能科技有限公司 filed Critical 深圳壹账通智能科技有限公司
Publication of WO2020253120A1 publication Critical patent/WO2020253120A1/fr

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/90Details of database functions independent of the retrieved data types
    • G06F16/95Retrieval from the web
    • G06F16/958Organisation or management of web site content, e.g. publishing, maintaining pages or automatic linking
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/01Protocols
    • H04L67/02Protocols based on web technology, e.g. hypertext transfer protocol [HTTP]

Definitions

  • the main purpose of this application is to provide a web page registration method, system, equipment and computer storage medium, which aims to solve the technical problem of slow user registration on the website.
  • Step S02 the server verifies the registration information, and when the registration information is verified, the server sends a prompt message to the terminal so that the terminal can set the usage authority of the registration information corresponding to the user.
  • the user triggers an access request on the terminal, and the terminal sends the access request to the corresponding network data platform.
  • the triggering method of the access request is not specifically limited, that is, the user can manually trigger the access request on the terminal, for example, the user When browsing the xxx academic website (also called the network data platform), the user needs to view an article in the xxx academic website.
  • the user triggers an article access request on the terminal, and the terminal sends the access request to the xxx academic website; or, the terminal automatically triggers Access information, for example, the user presets in the terminal: Get articles on the xxx website at the beginning of each month.
  • the terminal detects that the current time is January 1, the terminal automatically triggers the access request, and the terminal sends the access request to the xxx website.
  • Step S13 When the access request has a permission tag, the network data platform determines that the webpage registration condition is met.
  • Step S20 When the webpage registration conditions are met, the network data platform sends a registration information application request to the server.
  • the network data platform determines that the webpage registration conditions are met, the network data platform sends a registration information application request to the server to obtain registration information from the server, specifically:
  • step S40 includes:
  • Step S41 The network data platform receives the registration information sent by the server, and the network data platform obtains attributes corresponding to the registration information;
  • the network data platform receives the registration information sent by the server.
  • the registration information sent by the server is backed up by the user in advance.
  • the registration information includes: user identification (user identification refers to identification information that uniquely identifies a user, such as user name or user ID number ), the user’s birth date, user gender, user education, user contact information, user email number and user family member information, etc.
  • the network data platform obtains the attributes corresponding to the registration information to input the registration information according to the attributes, which specifically includes:
  • Step S42 the network data platform inputs each registration information into the corresponding position of the registration page according to attributes, and performs account registration on the network data platform.
  • the network data platform When the account registration on the network data platform is completed, the network data platform obtains the page identifier corresponding to the access request, so that the network data platform queries the network information database according to the page identifier, and obtains web page information corresponding to the page identifier.
  • the terminal sends an access request to the network data platform.
  • the network data platform determines that the user corresponding to the terminal is not a registered user, and the access request requires a registered user to access.
  • the network data platform sends a registration information request to the server Request, the server obtains the registration information according to the registration information application request, and sends the registration information to the network data platform to realize rapid registration while ensuring the security and accuracy of the registration.
  • This embodiment is a refinement of step S30 in the first embodiment.
  • different implementation ways for the server to obtain registration information are given.
  • the server obtains the platform type corresponding to the platform identifier, and the server compares the platform type with the usage information corresponding to the usage rights to determine whether the network data platform has the usage rights for the registration information.
  • the platform type is an administrative service network data platform
  • the usage rights are If the corresponding usage information includes the scope of use of administrative services, the server determines that the network data platform has the right to use the registration information; for example, if the platform type is an online game type, and the usage information corresponding to the usage right does not include the scope of use of the online game, then The server determines that the network data platform does not have the right to use the registration information.
  • the server sends prompt information to the network data platform, and the network data platform sends the prompt information to the terminal to prompt the user corresponding to the terminal to manually input the registration information.
  • Step S33 When the network data platform has the right to use the registration information, the server sends the registration information to the network data platform.
  • the server queries the preset user information database, where the preset user information database is the same as the preset user information database in the first embodiment. This embodiment will not go into details.
  • the server compares the user ID with each user ID in the preset user information database. For comparison, the server obtains the registration information corresponding to the user ID, and then the server queries the preset algorithm mapping table to obtain the encryption algorithm corresponding to the platform ID, so that the server encrypts the registration information.
  • the preset algorithm mapping table refers to the preset platform identification and encryption algorithm mapping table.
  • the encryption algorithm in the preset algorithm mapping table includes: DES encryption algorithm (DES encryption algorithm is a block cipher, with 64 bits as a block pair Data encryption, its key length is 56 bits, the same algorithm is used for encryption and decryption), AES encryption algorithm (AES encryption algorithm uses a symmetric block cipher system, the minimum support for key length is 128, 192, 256, and the packet length is 128 bits) , RSA encryption algorithm (RSA is an algorithm that can be used for encryption and digital signature at the same time), Base64 encryption algorithm (Base64 encryption algorithm is used to transmit 8bit byte code encoding, Base64 encoding can be used to transmit longer in the HTTP environment Identification information) and MD5 encryption algorithm (MD5 encryption algorithm is used to provide integrity protection of messages), etc.
  • DES encryption algorithm is a block cipher, with 64 bits as a block pair Data encryption, its key length is 56 bits, the same algorithm is used for encryption and decrypt
  • Step S36 The server encrypts the registration information according to the encryption algorithm, and sends the encrypted registration information to the network data platform.
  • the server encrypts the registration information according to the encryption algorithm, and sends the encrypted registration information to the network data platform, and the network data platform receives the encrypted registration information, decodes the registration information and uses it.
  • the server pre-appoints the corresponding encryption algorithm with each network data platform, and the server encrypts the registration information before sending it to the network data platform, which can ensure the security of the registration information during transmission, even if the server will During the process of sending the registration information to the network data platform, the registration information is intercepted, and because the registration information is encrypted information, it cannot be cracked, which ensures the security of the registration information use process and effectively prevents the leakage of user privacy.
  • Step S37 The server receives the registration information application request, and obtains the user identification and platform identification corresponding to the registration information application request.
  • Step S38 The server queries a preset user information database to obtain a set of registration information corresponding to the user ID, and the server queries a preset type table to obtain the information type corresponding to the platform ID.
  • the server queries the preset user information database to obtain the registration information collection corresponding to the user ID, the server queries the preset type table, and obtains the information type corresponding to the platform ID, so that the server selects registration information from the registration information collection according to the information type.
  • the server selects registration information from the registration information collection according to the information type, and sends the registration information to the network data platform for the network data platform to quickly input the registration information.
  • the server pre-stores a preset type table.
  • the preset type table records the information types required by each network data platform.
  • the preset type table contains: the information type corresponding to the network data platform 1 is the user's name and mobile phone number; the information type corresponding to the network data platform 2 is the user Name, user phone number, user education information and user home address; the server can determine the required registration information according to the preset type table, and send the registration information to the network data platform to reduce transmission data redundancy and avoid user information leakage.
  • the network data platform sends a registration information application request to the server;
  • the server receives the registration information application request, the server obtains corresponding registration information according to the registration information application request, and sends the registration information to the network data platform;
  • the network data platform registers according to the received registration information, and when the registration is completed, the network data platform obtains the web page information corresponding to the access request, and sends the web page information to the terminal.
  • the embodiment of the present application also proposes a computer storage medium.

Landscapes

  • Engineering & Computer Science (AREA)
  • Databases & Information Systems (AREA)
  • Theoretical Computer Science (AREA)
  • Computer Networks & Wireless Communication (AREA)
  • Signal Processing (AREA)
  • Data Mining & Analysis (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Information Transfer Between Computers (AREA)
  • Storage Device Security (AREA)

Abstract

L'invention concerne un procédé, un système et un dispositif d'enregistrement de page web, ainsi qu'un support de stockage informatique. Le procédé comprend les étapes suivantes : lorsqu'une plateforme de données de réseau reçoit une demande d'accès envoyée par un terminal, la plateforme de données de réseau obtient des informations d'accès correspondant à la demande d'accès, et détermine si une condition d'enregistrement de page web est satisfaite ou non en fonction des informations d'accès (S10) ; si la condition d'enregistrement de page web est satisfaite, la plateforme de données de réseau envoie une demande d'application d'informations d'enregistrement à un serveur (S20) ; le serveur reçoit la demande d'application d'informations d'enregistrement, obtient des informations d'enregistrement correspondantes selon la demande d'application d'Informations d'enregistrement, et envoie les informations d'enregistrement à la plateforme de données de réseau (S30) ; et la plateforme de données de réseau enregistre en fonction des informations d'enregistrement reçues, et après achèvement de l'enregistrement, la plateforme de données de réseau obtient des informations de page web correspondant à la demande d'accès et envoie les informations de page web au terminal (S40 Selon le procédé, un enregistrement rapide de comptes sur la plateforme de données de réseau est réalisé.
PCT/CN2019/121708 2019-06-19 2019-11-28 Procédé, système et dispositif d'enregistrement de page web, et support de stockage informatique WO2020253120A1 (fr)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
CN201910539769.3A CN110377856A (zh) 2019-06-19 2019-06-19 网页注册方法、系统、设备和计算机存储介质
CN201910539769.3 2019-06-19

Publications (1)

Publication Number Publication Date
WO2020253120A1 true WO2020253120A1 (fr) 2020-12-24

Family

ID=68250453

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/CN2019/121708 WO2020253120A1 (fr) 2019-06-19 2019-11-28 Procédé, système et dispositif d'enregistrement de page web, et support de stockage informatique

Country Status (2)

Country Link
CN (1) CN110377856A (fr)
WO (1) WO2020253120A1 (fr)

Families Citing this family (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN110377856A (zh) * 2019-06-19 2019-10-25 深圳壹账通智能科技有限公司 网页注册方法、系统、设备和计算机存储介质
CN111291336B (zh) * 2020-01-21 2024-07-26 腾讯科技(深圳)有限公司 游戏平台中游戏的注册方法、装置
CN111666585B (zh) * 2020-04-16 2023-08-18 北京百度网讯科技有限公司 子应用访问的方法、装置、电子设备以及可读存储介质
CN111756805B (zh) * 2020-05-27 2024-05-24 西安万像电子科技有限公司 访问服务器的方法、装置、终端设备及存储介质
CN113014592B (zh) * 2021-03-11 2023-11-21 中国建设银行股份有限公司 物联网设备自动注册系统和方法
CN115735368A (zh) * 2021-05-27 2023-03-03 京东方科技集团股份有限公司 设备注册方法、装置、电子设备及存储介质
CN114978694B (zh) * 2022-05-23 2024-07-23 深圳云创数安科技有限公司 基于数字签名的数据体生成方法、装置、设备及存储介质

Citations (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1794634A (zh) * 2005-09-02 2006-06-28 华为技术有限公司 一种呈现业务系统及发布和获取呈现信息的方法
EP1806902A1 (fr) * 2006-01-10 2007-07-11 Alcatel Lucent Méthode et serveur d'entrée pour mettre en place une procédure d'authentification centralisée pour un utilisateur
CN101262377A (zh) * 2008-04-25 2008-09-10 北京工业大学 用户身份信息整合管理架构及其方法
CN102104603A (zh) * 2011-02-22 2011-06-22 中兴通讯股份有限公司 Web网站服务器对移动终端注册的方法、系统及装置
CN102299936A (zh) * 2010-06-25 2011-12-28 腾讯科技(深圳)有限公司 一种应用网站的访问方法和装置
CN103051696A (zh) * 2012-12-14 2013-04-17 无锡华御信息技术有限公司 一种基于云计算的用户注册服务方法和系统
CN104618388A (zh) * 2015-02-15 2015-05-13 北京联云格科技有限公司 快速注册登录方法及对应的重置服务器、信息服务器
CN110377856A (zh) * 2019-06-19 2019-10-25 深圳壹账通智能科技有限公司 网页注册方法、系统、设备和计算机存储介质

Patent Citations (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1794634A (zh) * 2005-09-02 2006-06-28 华为技术有限公司 一种呈现业务系统及发布和获取呈现信息的方法
EP1806902A1 (fr) * 2006-01-10 2007-07-11 Alcatel Lucent Méthode et serveur d'entrée pour mettre en place une procédure d'authentification centralisée pour un utilisateur
CN101262377A (zh) * 2008-04-25 2008-09-10 北京工业大学 用户身份信息整合管理架构及其方法
CN102299936A (zh) * 2010-06-25 2011-12-28 腾讯科技(深圳)有限公司 一种应用网站的访问方法和装置
CN102104603A (zh) * 2011-02-22 2011-06-22 中兴通讯股份有限公司 Web网站服务器对移动终端注册的方法、系统及装置
CN103051696A (zh) * 2012-12-14 2013-04-17 无锡华御信息技术有限公司 一种基于云计算的用户注册服务方法和系统
CN104618388A (zh) * 2015-02-15 2015-05-13 北京联云格科技有限公司 快速注册登录方法及对应的重置服务器、信息服务器
CN110377856A (zh) * 2019-06-19 2019-10-25 深圳壹账通智能科技有限公司 网页注册方法、系统、设备和计算机存储介质

Also Published As

Publication number Publication date
CN110377856A (zh) 2019-10-25

Similar Documents

Publication Publication Date Title
WO2020253120A1 (fr) Procédé, système et dispositif d'enregistrement de page web, et support de stockage informatique
WO2020147383A1 (fr) Procédé, dispositif et système d'examen et d'approbation de processus utilisant un système de chaîne de blocs, et support de stockage non volatil
WO2020224246A1 (fr) Procédé et appareil de gestion de données fondée sur une chaîne de blocs, dispositif et support d'informations
WO2019132272A1 (fr) Identifiant en tant que service basé sur une chaîne de blocs
WO2016137304A1 (fr) Sécurité de bout en bout sur la base de zone de confiance
WO2013025085A2 (fr) Appareil et procédé permettant de prendre en charge un nuage de famille dans un système informatique en nuage
WO2016169410A1 (fr) Procédé et dispositif d'ouverture de session, serveur et système d'ouverture de session
WO2021003975A1 (fr) Procédé de test d'interface de passerelle, dispositif terminal, support de stockage et appareil
WO2019024126A1 (fr) Procédé de gestion d'informations de connaissance basé sur une chaîne de blocs, et terminal et serveur
WO2019174090A1 (fr) Procédé, appareil et dispositif de commande de partage de fichier de capture d'écran, et support de stockage informatique
WO2015147547A1 (fr) Procédé et appareil permettant la prise en charge de l'ouverture de session au moyen d'un terminal d'utilisateur
WO2020220413A1 (fr) Procédé et système de preuve à divulgation nulle de connaissance pour informations personnelles, et support de données
WO2021092973A1 (fr) Procédé et dispositif de traitement d'informations sensibles, et support de stockage pouvant être lu
WO2014112754A1 (fr) Procédé de pousser de service web, serveur de pousser de service web et serveur de fourniture de service web l'exécutant
WO2020141660A1 (fr) Appareil électronique gérant des données sur la base d'une chaîne de blocs et procédé de gestion de données
WO2020224250A1 (fr) Procédé, appareil et dispositif pour déclenchement de contrat intelligent, et support de stockage
WO2013191325A1 (fr) Procédé pour authentifier un identifiant d'ouverture par plate-forme de confiance, et appareil et système associés
WO2014008858A1 (fr) Procédé de mise en œuvre de saut inter-domaine, navigateur et serveur de nom de domaine
WO2017122980A1 (fr) Dispositif électronique et procédé d'authentification d'informations d'identification associé
WO2014063455A1 (fr) Procédé et système de messagerie instantanée
WO2018233352A1 (fr) Procédé de transmission de données, dispositif, terminal, et support de stockage lisible par ordinateur
WO2021072881A1 (fr) Procédé, appareil et dispositif de traitement de demande fondée sur un stockage d'objet, et support de stockage
WO2021027134A1 (fr) Procédé, appareil et dispositif de stockage de données et support d'enregistrement informatique
WO2019109957A1 (fr) Procédé, appareil, et dispositif de fourniture de service basé sur un bus de service d'entreprise (esb), et support d'informations lisible
WO2020042464A1 (fr) Procédé, appareil et dispositif d'interaction de données, et support d'informations lisible

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

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

Country of ref document: EP

Kind code of ref document: A1

32PN Ep: public notification in the ep bulletin as address of the adressee cannot be established

Free format text: NOTING OF LOSS OF RIGHTS PURSUANT TO RULE 112(1) EPC (EPO FORM 1205 DATED 29/03/2022)

122 Ep: pct application non-entry in european phase

Ref document number: 19933754

Country of ref document: EP

Kind code of ref document: A1