CN110737884A - cross-platform terminal authorization management method and system - Google Patents

cross-platform terminal authorization management method and system Download PDF

Info

Publication number
CN110737884A
CN110737884A CN201910958336.1A CN201910958336A CN110737884A CN 110737884 A CN110737884 A CN 110737884A CN 201910958336 A CN201910958336 A CN 201910958336A CN 110737884 A CN110737884 A CN 110737884A
Authority
CN
China
Prior art keywords
authorization
terminal
platform
management
information
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
CN201910958336.1A
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.)
ROUTON ELECTRONIC CO Ltd
Wuhan Puli Commercial Machine Co Ltd
Original Assignee
ROUTON ELECTRONIC CO Ltd
Wuhan Puli Commercial Machine 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 ROUTON ELECTRONIC CO Ltd, Wuhan Puli Commercial Machine Co Ltd filed Critical ROUTON ELECTRONIC CO Ltd
Priority to CN201910958336.1A priority Critical patent/CN110737884A/en
Publication of CN110737884A publication Critical patent/CN110737884A/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/44Program or device authentication
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L63/00Network architectures or network communication protocols for network security
    • H04L63/10Network architectures or network communication protocols for network security for controlling access to devices or network resources

Landscapes

  • Engineering & Computer Science (AREA)
  • Computer Security & Cryptography (AREA)
  • Computer Hardware Design (AREA)
  • General Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Computing Systems (AREA)
  • Computer Networks & Wireless Communication (AREA)
  • Signal Processing (AREA)
  • Software Systems (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Telephonic Communication Services (AREA)

Abstract

The invention provides cross-platform terminal authorization management methods and systems, the method includes obtaining service code information and terminal management information by an authorization management platform, storing the service code information and the terminal management information of terminal equipment, generating authorization codes with preset digits based on the service code information by an authorization service unit, establishing an authorization file database in the authorization service unit, wherein the authorization file database is used for storing all authorization files, the service code information corresponds to an authorization file , receiving the authorization codes by the terminal equipment, extracting corresponding authorization files from the authorization file database by utilizing the authorization codes, and finishing authorization authentication of the terminal by combining with the terminal management information.

Description

cross-platform terminal authorization management method and system
Technical Field
The invention relates to the technical field of computer communication, in particular to cross-platform terminal authorization management methods and systems.
Background
With the advancement of technology, current electronic products have been used in in various industries, and the security requirement between the authorization file and the authorized software becomes crucial while the users realize rich functions through the terminal equipment.
Although the basic function of authorizing software can be realized, authorization files or authorization keys can realize authorization of a plurality of terminal software, and the authorization files or authorization keys cannot be guaranteed to correspond to only of the terminal software, so that the security performance is not high.
Disclosure of Invention
The embodiment of the invention provides cross-platform terminal authorization management methods and systems, which are used for overcoming the defect that secret keys are used for authorization of a plurality of terminal software in the prior art, and realizing safe and efficient authorization issuing and management of various terminals directly so as to achieve the purpose of management of terminal software authorization.
, the embodiment of the invention provides a cross-platform terminal authorization management method, which includes the steps of obtaining service code information and terminal management information corresponding to the service code information by an authorization management platform, storing the service code information and the terminal management information, generating authorization codes with preset digits based on the service code information through an authorization service unit, establishing an authorization file database in the authorization service unit, wherein the authorization file database is used for storing all authorization files, the service code information corresponds to the authorization files , receiving the authorization codes by a terminal device, extracting the corresponding authorization files from the authorization file database by using the authorization codes, and finishing authorization authentication of a terminal by combining the terminal management information.
Preferably, each authorization file comprises at least a terminal serial number, a terminal device type, an authorization validity period, and a timestamp.
Preferably, the terminal serial number is generated by SM3 encryption according to hardware encoding information of the terminal device; the hardware encoded information includes: CPU serial number, hard disk serial number, imei and mac address.
Preferably, the terminal management information includes or more of company name, project name, and order information corresponding to the terminal device.
Preferably, the embodiment of the invention further comprises a process of performing data interaction between the authorization management platform and the terminal device through an MQTT protocol.
Preferably, the data interaction includes issuing and subscribing of a real-time instruction and real-time monitoring of the operation state of the terminal device.
In a second aspect, an embodiment of the present invention provides kinds of cross-platform terminal authorization management systems, including an authorization management platform, a terminal device, and an authorization service unit;
the authorization management platform is used for acquiring service code information and terminal management information corresponding to the service code information, and storing the service code information and the terminal management information;
the authorization service unit is used for generating authorization codes with preset digits based on the service code information, and establishing an authorization file database in the authorization service unit, wherein the authorization file database is used for storing all authorization files, the service code information corresponds to the authorization file , and each authorization file at least comprises a terminal serial number, a terminal equipment type, an authorization validity period and a timestamp;
the terminal equipment is used for receiving the authorization code, extracting the corresponding authorization file from the authorization file database by using the authorization code, and finishing authorization authentication of the terminal by combining the terminal management information.
Preferably, the embodiment of the present invention further includes an MQTT communication unit, where the MQTT communication unit is used to provide a communication connection between the authorization management platform and the terminal device, and to interact data.
In a third aspect, an embodiment of the present invention provides electronic devices, including a memory, a processor, and a computer program stored in the memory and executable on the processor, wherein the processor implements the steps of the cross-platform terminal authorization management method according to the when executing the program.
In a fourth aspect, an embodiment of the present invention provides non-transitory computer readable storage media, having stored thereon a computer program, which when executed by a processor, implements the steps of the cross-platform terminal authorization management method according to the aspect.
According to the cross-platform terminal authorization management method and system provided by the embodiment of the invention, the authorization code and the terminal management information are combined to complete the safe and efficient authorization issuing and management of various terminal devices, the authorization security is improved, and the system management of the terminal software authorization is achieved.
Drawings
In order to more clearly illustrate the embodiments of the present invention or the technical solutions in the prior art, is briefly introduced in the drawings required in the description of the embodiments or the prior art, it is obvious that the drawings in the following description are embodiments of the present invention, and other drawings can be obtained by those skilled in the art without creative efforts.
Fig. 1 is a schematic flowchart of an cross-platform terminal authorization management method according to an embodiment of the present invention;
fig. 2 is a schematic structural diagram of kinds of cross-platform terminal authorization management systems provided in the embodiment of the present invention;
fig. 3 is another schematic diagram of an cross-platform terminal authorization management system according to an embodiment of the present invention;
fig. 4 is a physical structure diagram of electronic devices according to an embodiment of the present invention.
Detailed Description
To make the objects, technical solutions and advantages of the embodiments of the present invention clearer and more complete description of the technical solutions of the embodiments of the present invention will be given below with reference to the accompanying drawings of the embodiments of the present invention, and it is obvious that the described embodiments are partial embodiments of of the present invention, rather than all embodiments.
Encryption and authorization, is generally an operation and maintenance person of a client, and sends a device information file deployed by some application software on a terminal device to a software manufacturer, the software manufacturer generates an authorization file in the background and returns the authorization file to the client, and the client completes authorization and authentication of the terminal device according to the authorization file.
In order to solve or partially solve the above problem, as shown in fig. 1, an embodiment of the present invention provides cross-platform terminal authorization management methods, which include, but are not limited to, the following steps:
step S1, obtaining the service code information and the terminal management information corresponding to the service code information by using the authorization management platform, and storing the service code information and the terminal management information of the terminal equipment;
step S2, generating authorization codes with preset digits based on the service code information through the authorization service unit, and establishing an authorization file database in the authorization service unit, wherein the authorization file database is used for storing all authorization files, and the service code information corresponds to the authorization file ;
and step S3, receiving the authorization code by the terminal device, extracting the corresponding authorization file from the authorization file database by using the authorization code, and completing authorization authentication of the terminal by combining the terminal management information.
Specifically, the server authorization management platform and the authorization service unit can be started first, and new creation and registration of information are completed when the client logs in times.
Further , the terminal management information includes, but is not limited to, company name, project name, order information, etc. corresponding to the terminal device of the customer, wherein the order information includes at least order quantity information.
, storing the obtained service code information of each terminal device and the terminal management information corresponding to the service code information for convenient next calls, and obtaining the service code information and the terminal management information off-line from the authorization management platform as required.
, when the client needs to authorize the terminal device, the authorization management platform reports the client's service code information and terminal management information to the authorization service unit, the authorization service unit generates authorization codes with preset number of bits based on the acquired service code, wherein the preset number of bits can be fixed (such as 18 bits) or randomly generated, and returns the authorization code to the authorization management platform and finally sends it to the client's terminal device.
And , the terminal device inputs the authorization code into the authorization service unit for authentication to complete on-line authorization, when the authentication is passed, the authorization service unit sends the authorization file corresponding to the authorization code and the terminal management information to the terminal device to complete the authentication of the terminal device.
, the cross-platform terminal authorization management method provided by the embodiment of the present invention not only supports online authorization authentication, but also supports offline authorization authentication, where the online authorization authentication refers to installing authorization software on a terminal device, completing connection and data exchange of the terminal device, an authorization service unit, and an authorization management platform automatically through the authorization software, and automatically storing a finally obtained authorization file in a specified folder to complete authorization authentication on the terminal device in combination with terminal management information.
The cross-platform terminal authorization management method provided by the embodiment of the invention completes safe and efficient authorization issuing and management of various terminal devices by combining the authorization code and the terminal management information, improves the authorization security, and achieves the system management of terminal software authorization.
Based on the contents of the above embodiments, as alternative embodiments, each authorization file at least includes the contents of the terminal serial number, the terminal device type, the authorization validity period, and the timestamp.
The terminal serial number is mainly used for authorization authentication of the terminal device, the type of the terminal device can be used for verification in the process of the terminal serial number authorization authentication, and when the type of the terminal device meets preset conditions, the terminal device can be verified through the terminal serial number, wherein, as authorization files, the terminal device must have an authorization validity period and a timestamp to manage an authorization period.
Based on the contents of the above embodiments, as alternative embodiments, the terminal serial number may be generated by SM3 encryption according to the hardware encoding information of the terminal device.
The hardware coding information mainly comprises: CPU serial number, hard disk serial number, imei, mac address and other hardware information.
The SM3 is cipher hash functions, which are mainly used for digital signature and verification, message authentication code generation and verification, random number generation, etc. the cipher hash function has high safety performance because it can not return input data from the scattering output result.
, because the terminal authorization management method provided by this embodiment, in which each terminal serial number is generated by encrypting according to the hardware coding information of each terminal device, and then each terminal serial number is used as a component of the authorization file, because the hardware coding information of each terminal device, i.e. the hardware information such as the CPU serial number, the hard disk serial number, imei, mac address, etc., ensures the difference of each authorization file, the terminal authorization management method provided by the embodiment of the present invention, while implementing the corresponding relationship between each authorization file and of each terminal device, can effectively ensure the security and encryption of authorization, and can effectively prevent the authorization file from repeatedly using multiple terminals.
Based on the content of the above embodiments, as alternative embodiments, the terminal management information includes or more of company name, project name, and order information corresponding to the terminal device.
Specifically, in this embodiment, the terminal management information may be pre-stored in the authorization management platform, and when the terminal device acquires the corresponding authorization file from the authorization service unit through the authorization code, the pre-stored terminal management information is extracted, where the terminal management information may include a company name, an item name, order information, and the like. The terminal device can confirm the authorization file according to the terminal management information so as to complete the final authorization authentication.
Especially, in the process of off-line authentication, because a terminal user needs to manually manage the authorization file, the terminal management information and the service code information stored in the authorization management platform can be called in advance through a browser, then an authentication request is provided to the authorization service unit through the service code information, and after the request passes, the authorization service unit returns the authorization file to the terminal equipment. The user can download the authorization file according to the terminal management information and manually complete authorization authentication.
Based on the content of the foregoing embodiment, as optional embodiments, the cross-platform terminal authorization management method provided in the embodiment of the present invention may further include a process in which the authorization management platform performs data interaction with the terminal device through an MQTT protocol.
The MQTT is client-server based message publish/subscribe transmission protocols, is a publish/subscribe message protocol designed for remote devices with low hardware performance and under the condition of poor network conditions on the basis of a TCP/IP protocol, and has the characteristics of light weight, simplicity, openness and easiness in implementation.
According to the embodiment of the invention, the MQTT ports are respectively arranged on the terminal equipment and the authorization management platform, so that the terminal equipment and the authorization management platform realize the communication of an MQTT protocol and complete the mutual data interaction. The data interaction mainly includes publishing and subscribing of messages, for example: upgrading and updating software, reporting and replying information states and the like.
According to the embodiment of the invention, the MQTT communication is established between the authorization management platform and the terminal equipment, so that the real-time monitoring and instruction issuing of the terminal equipment are realized, and the convenience of management is improved.
The embodiment of the invention provides terminal authorization management systems, as shown in fig. 2, including but not limited to an authorization management platform 21, an authorization service unit 22 and a terminal device 23.
The authorization management platform 21 is configured to obtain service code information and terminal management information corresponding to the service code information, and store the service code information and the terminal management information.
The authorization service unit 22 is configured to generate an authorization code with a preset number of bits based on the service code information, and establish an authorization file database in the authorization service unit 22, where the authorization file database is configured to store all authorization files, each service code information corresponds to each authorization file , and each authorization file at least includes a terminal serial number, a terminal device type, an authorization validity period, and a timestamp.
The terminal device 23 is configured to receive the authorization code, and extract the corresponding authorization file from the authorization file database 21 by using the authorization code, so as to complete authorization and authentication of the terminal device in combination with the terminal management information.
Based on the content of the foregoing embodiments, as optional embodiments, the system further includes an MQTT communication unit, which is configured to provide a communication connection between the authorization management platform 21 and the terminal device 23, and interact with data.
Fig. 3 is another schematic diagram of the terminal authorization management system according to an embodiment of the present invention, and the terminal authorization management system shown in fig. 3 is taken as an example to specifically describe the operation manner thereof.
After a terminal software program is installed on the terminal device, hardware coding information consisting of a cpu serial number, a hard disk serial number, imei, a mac address and the like of the terminal device is obtained through the terminal software program, and encrypts the hardware coding information through sm3 to generate a terminal serial number, and uploads the terminal serial number to the authorization management platform 21.
The authorization management platform 21 generates service code information based on the terminal serial number, and uploads to the authorization service unit 22 together with the terminal management information stored in advance.
The authorization service unit 22 generates an authorization code with a preset number of bits according to the service code information and returns the authorization code to the authorization management platform 21, and generates an authorization file for storage according to the service code information, the terminal management information, the authorized validity period, the authorized timestamp, etc. the authorization management platform 21 returns the authorization code to the terminal device 23 through MQTT communication.
The terminal device 23 initiates authorization identity authentication to the authorization service unit 22 according to the acquired authorization code, and after the authentication is passed, the authorization service unit 22 returns a corresponding authorization file to the terminal device 23, thereby completing the whole authorization authentication process.
, in this embodiment, the MQTT communication unit may further implement communication connection between the authorization management platform 21 and the terminal device 23, and data interaction, which may specifically include issuing and subscribing to related instructions, and implement real-time monitoring and instruction issuing of the authorization management platform on the terminal.
The cross-platform terminal authorization management system provided by the embodiment of the invention completes safe and efficient authorization issuing and management of various terminal devices by combining the authorization code and the terminal management information, improves the authorization security, and achieves the system management of terminal software authorization.
Fig. 4 illustrates an entity structure diagram of electronic devices, which may include, as shown in fig. 4, a processor (processor)410, a communication Interface (Communications Interface)820, a memory (memory)430 and a communication bus 440, wherein the processor 410, the communication Interface 420 and the memory 430 complete communication with each other through the communication bus 440, the processor 410 may call logic instructions in the memory 430 to perform a method of acquiring service code information of a terminal device and terminal management information corresponding to the service code information by using an authorization management platform and storing the service code information and the terminal management information of the terminal device, generating an authorization code with a preset number of bits based on the service code information by an authorization service unit, establishing an authorization file database at the authorization service unit, the authorization file database storing all authorization files, the service code information corresponding to the authorization file , receiving the authorization code by the terminal device to extract a corresponding authorization file from the authorization file database by using the authorization code and complete terminal management in combination with the authorization file management information.
Based on the understanding that the technical solution of the present invention can be essentially or partially contributed to by the prior art, or the technical solution can be embodied in the form of a software product, the computer software product is stored in storage media, and includes several instructions for making computer devices (which may be personal computers, servers, or network devices) execute all or part of the steps of the methods according to the embodiments of the present invention.
In another aspect, the present invention further provides non-transitory computer readable storage media, where a computer program is stored, where the computer program is implemented by a processor to perform the transmission method provided in the foregoing embodiments, where the computer program is implemented by the processor to obtain service code information of a terminal device and terminal management information corresponding to the service code information, store the service code information and the terminal management information of the terminal device, generate an authorization code with a preset number of bits based on the service code information by an authorization service unit, establish an authorization file database in the authorization service unit, where the authorization file database is used to store all authorization files, the service code information corresponds to the authorization file , receive the authorization code by the terminal device, extract a corresponding authorization file from the authorization file database by using the authorization code, and complete authorization authentication of the terminal by combining the terminal management information.
The above-described embodiments of the apparatus are merely illustrative, and the units described as separate parts may or may not be physically separate, and the parts displayed as units may or may not be physical units, that is, may be located in places, or may be distributed on a plurality of network units.
Based on the understanding that the above technical solutions essentially or contributing to the prior art can be embodied in the form of a software product that can be stored in a computer-readable storage medium, such as ROM/RAM, magnetic disk, optical disk, etc., and includes instructions for causing computer devices (which may be personal computers, servers, or network devices, etc.) to execute the methods described in the various embodiments or some parts of the embodiments.
Finally, it should be noted that: the above examples are only intended to illustrate the technical solution of the present invention, but not to limit it; although the present invention has been described in detail with reference to the foregoing embodiments, it will be understood by those of ordinary skill in the art that: the technical solutions described in the foregoing embodiments may still be modified, or some technical features may be equivalently replaced; and such modifications or substitutions do not depart from the spirit and scope of the corresponding technical solutions of the embodiments of the present invention.

Claims (10)

1, kinds of cross-platform terminal authorization management method, characterized by comprising:
acquiring service code information and terminal management information corresponding to the service code information by using an authorization management platform, and storing the service code information and the terminal management information;
generating authorization codes with preset digits based on the service code information through an authorization service unit, and establishing an authorization file database in the authorization service unit, wherein the authorization file database is used for storing all authorization files, and the service code information corresponds to the authorization files ;
and receiving the authorization code by using the terminal equipment, extracting the corresponding authorization file from the authorization file database by using the authorization code, and finishing authorization authentication on the terminal equipment by combining the terminal management information.
2. The cross-platform terminal authorization management method according to claim 1, wherein each authorization file comprises at least a terminal serial number, a terminal device type, an authorization validity period and a timestamp.
3. The cross-platform terminal authorization management method according to claim 2, characterized in that the terminal serial number is generated by SM3 encryption according to the hardware coding information of the terminal device; the hardware encoding information comprises: CPU serial number, hard disk serial number, imei and mac address.
4. The cross-platform terminal authorization management method according to claim 1, wherein the terminal management information comprises or more of company name, project name and order information corresponding to the terminal device.
5. The cross-platform terminal authorization management method according to claim 1, further comprising: and the authorization management platform and the terminal equipment perform a data interaction process through an MQTT protocol.
6. The cross-platform terminal authorization management method according to claim 5, wherein the data interaction comprises issuing and subscribing of real-time instructions and real-time monitoring of the operation state of the terminal device.
7, kinds of cross-platform terminal authorization management system, which is characterized in that it comprises authorization management platform, authorization service unit and terminal device;
the authorization management platform is used for acquiring service code information and terminal management information corresponding to the service code information, and storing the service code information and the terminal management information;
the authorization service unit is used for generating authorization codes with preset digits based on the service code information, and establishing an authorization file database in the authorization service unit, wherein the authorization file database is used for storing all authorization files, the service code information corresponds to the authorization file , and each authorization file at least comprises a terminal serial number, a terminal device type, an authorization validity period and a timestamp;
the terminal device is used for receiving the authorization code, extracting a corresponding authorization file from the authorization file database by using the authorization code, and finishing authorization authentication of the terminal device by combining the terminal management information.
8. The cross-platform terminal authorization management system according to claim 7, further comprising an MQTT communication unit, wherein the MQTT communication unit is configured to provide a communication connection between the authorization management platform and the terminal device, and interaction of data.
An electronic device of 9, , comprising a memory, a processor and a computer program stored on the memory and executable on the processor, wherein the processor when executing the program performs the steps of the cross-platform terminal authorization management method of any of claims 1 to 6 and .
A non-transitory computer readable storage medium , having a computer program stored thereon, wherein the computer program, when being executed by a processor, implements the steps of a cross-platform terminal authorization management method according to any of claims 1 to 6 and .
CN201910958336.1A 2019-10-10 2019-10-10 cross-platform terminal authorization management method and system Pending CN110737884A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201910958336.1A CN110737884A (en) 2019-10-10 2019-10-10 cross-platform terminal authorization management method and system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201910958336.1A CN110737884A (en) 2019-10-10 2019-10-10 cross-platform terminal authorization management method and system

Publications (1)

Publication Number Publication Date
CN110737884A true CN110737884A (en) 2020-01-31

Family

ID=69269885

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201910958336.1A Pending CN110737884A (en) 2019-10-10 2019-10-10 cross-platform terminal authorization management method and system

Country Status (1)

Country Link
CN (1) CN110737884A (en)

Cited By (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN111523128A (en) * 2020-04-03 2020-08-11 咪咕文化科技有限公司 Information protection method, system, electronic device and medium
CN112309139A (en) * 2020-10-26 2021-02-02 西安艾润物联网技术服务有限责任公司 Self-service opening implementation method and device for service function in vehicle management scene
CN112631735A (en) * 2020-12-30 2021-04-09 北京天融信网络安全技术有限公司 Virtual machine authorization management method and device, electronic equipment and storage medium
CN112632484A (en) * 2020-12-28 2021-04-09 深圳创维-Rgb电子有限公司 Software authorization method and device and computer equipment
CN113656482A (en) * 2021-08-23 2021-11-16 北京金山云网络技术有限公司 Cross-platform database hosting method and device and electronic equipment
CN117874719A (en) * 2024-03-12 2024-04-12 慧新全智工业互联科技(青岛)有限公司 Method and system for developing industrial software based on low-code platform

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102308301A (en) * 2009-02-12 2012-01-04 株式会社理光 License management apparatus, device and license management method
CN106921639A (en) * 2015-12-28 2017-07-04 航天信息股份有限公司 Mobile digital certificate application method and device
CN110008659A (en) * 2019-03-29 2019-07-12 深圳华锐金融技术股份有限公司 Outline management method, apparatus, computer equipment and the storage medium of software license

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102308301A (en) * 2009-02-12 2012-01-04 株式会社理光 License management apparatus, device and license management method
CN106921639A (en) * 2015-12-28 2017-07-04 航天信息股份有限公司 Mobile digital certificate application method and device
CN110008659A (en) * 2019-03-29 2019-07-12 深圳华锐金融技术股份有限公司 Outline management method, apparatus, computer equipment and the storage medium of software license

Cited By (9)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN111523128A (en) * 2020-04-03 2020-08-11 咪咕文化科技有限公司 Information protection method, system, electronic device and medium
CN111523128B (en) * 2020-04-03 2023-12-08 咪咕文化科技有限公司 Information protection method, system, electronic equipment and medium
CN112309139A (en) * 2020-10-26 2021-02-02 西安艾润物联网技术服务有限责任公司 Self-service opening implementation method and device for service function in vehicle management scene
CN112632484A (en) * 2020-12-28 2021-04-09 深圳创维-Rgb电子有限公司 Software authorization method and device and computer equipment
CN112631735A (en) * 2020-12-30 2021-04-09 北京天融信网络安全技术有限公司 Virtual machine authorization management method and device, electronic equipment and storage medium
CN112631735B (en) * 2020-12-30 2024-06-21 北京天融信网络安全技术有限公司 Virtual machine authorization management method and device, electronic equipment and storage medium
CN113656482A (en) * 2021-08-23 2021-11-16 北京金山云网络技术有限公司 Cross-platform database hosting method and device and electronic equipment
CN117874719A (en) * 2024-03-12 2024-04-12 慧新全智工业互联科技(青岛)有限公司 Method and system for developing industrial software based on low-code platform
CN117874719B (en) * 2024-03-12 2024-06-04 慧新全智工业互联科技(青岛)有限公司 Method and system for developing industrial software based on low-code platform

Similar Documents

Publication Publication Date Title
CN110737884A (en) cross-platform terminal authorization management method and system
CN113497778B (en) Data transmission method and device
CN108833507B (en) Authorization authentication system and method for shared product
CN111884811B (en) Block chain-based data evidence storing method and data evidence storing platform
CN106779705B (en) Dynamic payment method and system
CN112989426B (en) Authorization authentication method and device, and resource access token acquisition method
CN101640682A (en) Method for improving safety of Web service
CN105337740A (en) Identity verification method, client, relay device and server
CN104754009A (en) Service acquisition and invocation method, device, client-side and server
CN109726578A (en) A kind of anti-fake solution of novel dynamic two-dimension code
CN114390524B (en) Method and device for realizing one-key login service
CN116233832A (en) Verification information sending method and device
CN113472722A (en) Data transmission method, storage medium, electronic device and automatic ticket selling and checking system
CN114726872A (en) Data synchronization method and device, computer equipment and storage medium
CN108846671B (en) Online secure transaction method and system based on block chain
CN116684870B (en) Access authentication method, device and system of electric power 5G terminal
CN110602133B (en) Intelligent contract processing method, block chain management device and storage medium
CN104506530A (en) Network data processing method and device and data transmission method and device
US20200007349A1 (en) Systems and methods for secure certificate management
CN109379371B (en) Certificate verification method, device and system
CN103248487A (en) Near field communication authentication method, certificate authorization center and near field communication equipment
CN109951417B (en) Identity authentication method, system and terminal equipment
CN115567271A (en) Authentication method and device, page skip method and device, electronic equipment and medium
CN115243256A (en) Gateway dynamic login method and device
CN112836200A (en) Paas platform system of Internet of things

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

RJ01 Rejection of invention patent application after publication