CN117220883A - Method, system, equipment and medium for managing ipc network camera - Google Patents

Method, system, equipment and medium for managing ipc network camera Download PDF

Info

Publication number
CN117220883A
CN117220883A CN202311022183.2A CN202311022183A CN117220883A CN 117220883 A CN117220883 A CN 117220883A CN 202311022183 A CN202311022183 A CN 202311022183A CN 117220883 A CN117220883 A CN 117220883A
Authority
CN
China
Prior art keywords
instruction
network camera
operation instruction
server
ipc network
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
CN202311022183.2A
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.)
Fujian Newland Communication Science Technologies Co ltd
Original Assignee
Fujian Newland Communication Science Technologies 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 Fujian Newland Communication Science Technologies Co ltd filed Critical Fujian Newland Communication Science Technologies Co ltd
Priority to CN202311022183.2A priority Critical patent/CN117220883A/en
Publication of CN117220883A publication Critical patent/CN117220883A/en
Pending legal-status Critical Current

Links

Landscapes

  • Studio Devices (AREA)

Abstract

The application provides an ip network camera management method, a system, equipment and a medium in the technical field of ip network camera management, wherein the method comprises the following steps: step S1, a server sets an instruction identifier and stores the instruction identifier into an ipc network camera, and the server generates an operation instruction in an xml format based on the instruction identifier and sends the operation instruction to the ipc network camera; s2, checking the received operation instruction by using the instruction identifier stored locally by the ipc network camera; s3, analyzing the node information in the operation instruction by the ipc network camera to obtain operation content, executing the operation content and generating an operation result; and S4, generating feedback information in an xml format by the ipc network camera based on the operation result, and sending the feedback information to a server in real time. The application has the advantages that: the convenience and the reliability of the management of the ipc network camera are greatly improved.

Description

Method, system, equipment and medium for managing ipc network camera
Technical Field
The application relates to the technical field of ipc network camera management, in particular to a method, a system, equipment and a medium for ipc network camera management.
Background
With the rise of the popularity of the ipc network cameras in the security field year by year, a plurality of ipc network cameras are installed in markets, companies or communities, and a plurality of people even at home arrange one to two ipc network cameras so as to protect property and personal safety.
However, for large-scale and numerous ipc network cameras such as markets, companies or cells, mass management becomes an important problem. Aiming at the management of the ipc network camera, a plurality of complex operation steps are conventionally required to be executed to issue instructions, related parameters of the ipc network camera are queried, meanwhile, the problem of error instruction identification can occur, and the error identification can cause the ipc network camera to recover from factory setting when a restarting instruction is issued, so that the ipc network camera can lose data.
Therefore, how to provide a method, a system, a device and a medium for managing an ip network camera to improve convenience and reliability of ip network camera management is a technical problem to be solved.
Disclosure of Invention
The application aims to solve the technical problem of providing a method, a system, equipment and a medium for managing an ipc network camera, which are used for improving convenience and reliability of management of the ipc network camera.
In a first aspect, the present application provides a method for managing an ipc network camera, including the following steps:
step S1, a server sets an instruction identifier and stores the instruction identifier into an ipc network camera, and the server generates an operation instruction in an xml format based on the instruction identifier and sends the operation instruction to the ipc network camera;
s2, checking the received operation instruction by using the instruction identifier stored locally by the ipc network camera;
s3, analyzing the node information in the operation instruction by the ipc network camera to obtain operation content, executing the operation content and generating an operation result;
and S4, generating feedback information in an xml format by the ipc network camera based on the operation result, and sending the feedback information to a server in real time.
Further, in the step S1, the operation instruction at least carries an operation content, an instruction identifier, a server IP, a server port and a hash value;
the hash value is obtained by carrying out hash calculation on operation content, instruction identification, server IP and server ports;
and the operation instruction is encrypted by a national encryption algorithm before being sent.
Further, the step S2 specifically includes:
the ip network camera decrypts the received operation instruction through a cryptographic algorithm, analyzes the operation instruction to obtain an instruction identifier and a hash value, and judges whether the instruction identifier obtained through analysis is consistent with the locally stored instruction identifier or not after carrying out integrity verification on the operation instruction based on the hash value, if so, the verification is passed, and the step S3 is carried out; if not, checking is not passed, and the flow is ended.
Further, the step S4 specifically includes:
the ipc network camera generates feedback information which is in an xml format and at least carries an operation result, operation time and an operation instruction, encrypts the feedback information through a national encryption algorithm and then sends the encrypted feedback information to the server in real time.
In a second aspect, the present application provides an ipc network camera management system, including the following modules:
the operation instruction generation module is used for setting an instruction identifier by the server and storing the instruction identifier into the ipc network camera, generating an xml format operation instruction by the server based on the instruction identifier, and sending the operation instruction to the ipc network camera;
the operation instruction verification module is used for verifying the received operation instruction by using the locally stored instruction identifier by the ipc network camera;
the operation execution module is used for analyzing the node information in the operation instruction by the ipc network camera to obtain operation content, executing the operation content and generating an operation result;
and the feedback information sending module is used for generating feedback information in an xml format by the ipc network camera based on the operation result and sending the feedback information to the server in real time.
Further, in the operation instruction generation module, the operation instruction at least carries an operation content, an instruction identifier, a server IP, a server port and a hash value;
the hash value is obtained by carrying out hash calculation on operation content, instruction identification, server IP and server ports;
and the operation instruction is encrypted by a national encryption algorithm before being sent.
Further, the operation instruction checking module is specifically configured to:
the ip network camera decrypts the received operation instruction through a cryptographic algorithm, analyzes the operation instruction to obtain an instruction identifier and a hash value, and judges whether the instruction identifier obtained through analysis is consistent with the locally stored instruction identifier or not after carrying out integrity verification on the operation instruction based on the hash value, if so, the operation instruction passes the verification, and enters an operation execution module; if not, checking is not passed, and the flow is ended.
Further, the feedback information sending module is specifically configured to:
the ipc network camera generates feedback information which is in an xml format and at least carries an operation result, operation time and an operation instruction, encrypts the feedback information through a national encryption algorithm and then sends the encrypted feedback information to the server in real time.
In a third aspect, the present application provides an ipc network camera management apparatus, comprising a memory, a processor and a computer program stored on the memory and executable on the processor, the processor implementing the method of the first aspect when executing the program.
In a fourth aspect, the present application provides an ipc network camera management medium, on which a computer program is stored, which when executed by a processor implements the method of the first aspect.
One or more technical solutions provided in the embodiments of the present application at least have the following technical effects or advantages:
1. setting an instruction identifier through a server and storing the instruction identifier into the ipc network camera, generating an operation instruction in an xml format based on the instruction identifier by the server, and sending the operation instruction to the ipc network camera; after checking the received operation instruction by using the locally stored instruction identifier, the ipc network camera analyzes the node information in the operation instruction to obtain operation content, executes the operation content and generates an operation result, and finally generates feedback information in an xml format based on the operation result and sends the feedback information to the server; the method has the advantages that the operation instructions are sent based on the xml format, the feedback information is received to manage the ipc network camera, the xml format can enable data to be more orderly and easy to process, meanwhile, the method has good expansibility, the server only needs to simply package one button, the operation instructions in the xml format can be issued through clicking the button, and multiple complex operation steps are not needed to be executed as in the conventional method; and the operation instructions are checked through the set instruction identifiers, and the problem of error identification of the operation instructions is avoided by combining with the integrity check of hash calculation, so that the convenience and reliability of the management of the ipc network camera are greatly improved finally.
2. Through setting up the hash value that is used for hash check in the operation instruction, only transmit after encrypting operation instruction through the secret algorithm of state, whether can verify operation instruction fast and falsify, still avoid operation instruction by plaintext theft in transmission process, and then very big promotion the security of ipc network camera management.
The foregoing description is only an overview of the present application, and is intended to be implemented in accordance with the teachings of the present application in order that the same may be more clearly understood and to make the same and other objects, features and advantages of the present application more readily apparent.
Drawings
The application will be further described with reference to examples of embodiments with reference to the accompanying drawings.
Fig. 1 is a flowchart of an ip network camera management method of the present application.
Fig. 2 is a schematic structural diagram of an ipc network camera management system according to the present application.
Fig. 3 is a schematic structural diagram of an ipc network camera management apparatus according to the present application.
Fig. 4 is a schematic structural diagram of an ip network camera management medium according to the present application.
Detailed Description
The embodiment of the application realizes the improvement of convenience and reliability of the management of the ip network cameras by providing the management method, the system, the equipment and the medium of the ip network cameras.
The technical scheme in the embodiment of the application has the following overall thought: the method has the advantages that the method is based on the xml format, the operation instruction is sent, the feedback information is received to manage the ipc network camera, the xml format can enable data to be more orderly and easy to process, meanwhile, the method is good in expansibility, the server only needs to simply package one button to send the operation instruction in the xml format, and multiple complex operation steps are not needed to be executed as in the conventional method; and checking the operation instruction through the set instruction identifier, and combining with the integrity check of hash calculation, avoiding the problem of error identification of the operation instruction so as to improve the convenience and reliability of the management of the ipc network camera.
Example 1
The present embodiment provides a method for managing an ip network camera, as shown in fig. 1, including the following steps:
step S1, a server sets an instruction identifier and stores the instruction identifier into an ipc network camera, and the server generates an operation instruction in an xml format based on the instruction identifier and sends the operation instruction to the ipc network camera;
s2, checking the received operation instruction by using the instruction identifier stored locally by the ipc network camera; only if the instruction identification in the operation instruction is correctly identified and matched with the local storage, checking that the step is continuously executed downwards, so that the problem of misoperation among different using groups is avoided;
s3, analyzing the node information in the operation instruction by the ipc network camera to obtain operation content, executing the operation content and generating an operation result;
and S4, generating feedback information in an xml format by the ipc network camera based on the operation result, and sending the feedback information to a server in real time.
The data which is issued and reported are in an xml format, so that the data can be more orderly and easy to process, and the data has good expansibility.
In the step S1, the operation instruction at least carries an operation content, an instruction identifier, a server IP, a server port and a hash value; the server IP and the server port are used for sending feedback information by the ipc network camera image server; the instruction identification is used for checking an operation instruction, and the execution of the wrong operation instruction is avoided;
the hash value is obtained by carrying out hash calculation on the operation content, the instruction identification, the server IP and the server port and is used for carrying out integrity check on the operation instruction;
and encrypting the operation instruction by a cryptographic algorithm before sending the operation instruction so as to ensure the safety of sending the operation instruction.
The step S2 specifically comprises the following steps:
the ip network camera decrypts the received operation instruction through a cryptographic algorithm, analyzes the operation instruction to obtain an instruction identifier and a hash value, and judges whether the instruction identifier obtained through analysis is consistent with the locally stored instruction identifier or not after carrying out integrity verification on the operation instruction based on the hash value, if so, the verification is passed, and the step S3 is carried out; if not, checking is not passed, and the flow is ended. The decryption of the national encryption algorithm, the hash check and the instruction identification check are sequentially carried out, the downward execution is continued only under the condition of successful communication, 3 security measures are adopted before and after, and the management security of the ipc network camera is greatly improved.
The step S4 specifically includes:
the ipc network camera generates feedback information which is in an xml format and at least carries an operation result, operation time and an operation instruction, encrypts the feedback information through a national encryption algorithm and sends the feedback information to a server in real time through a server IP and a server port. And by setting the feedback information carrying operation time, the later tracing is convenient.
Example two
The present embodiment provides an ipc network camera management system, as shown in fig. 2, including the following modules:
the operation instruction generation module is used for setting an instruction identifier by the server and storing the instruction identifier into the ipc network camera, generating an xml format operation instruction by the server based on the instruction identifier, and sending the operation instruction to the ipc network camera;
the operation instruction verification module is used for verifying the received operation instruction by using the locally stored instruction identifier by the ipc network camera; only if the instruction identification in the operation instruction is correctly identified and matched with the local storage, checking that the step is continuously executed downwards, so that the problem of misoperation among different using groups is avoided;
the operation execution module is used for analyzing the node information in the operation instruction by the ipc network camera to obtain operation content, executing the operation content and generating an operation result;
and the feedback information sending module is used for generating feedback information in an xml format by the ipc network camera based on the operation result and sending the feedback information to the server in real time.
The data which is issued and reported are in an xml format, so that the data can be more orderly and easy to process, and the data has good expansibility.
The operation instruction generation module is used for generating an operation instruction, wherein the operation instruction at least carries operation content, an instruction identifier, a server IP, a server port and a hash value; the server IP and the server port are used for sending feedback information by the ipc network camera image server; the instruction identification is used for checking an operation instruction, and the execution of the wrong operation instruction is avoided;
the hash value is obtained by carrying out hash calculation on the operation content, the instruction identification, the server IP and the server port and is used for carrying out integrity check on the operation instruction;
and encrypting the operation instruction by a cryptographic algorithm before sending the operation instruction so as to ensure the safety of sending the operation instruction.
The operation instruction checking module is specifically configured to:
the ip network camera decrypts the received operation instruction through a cryptographic algorithm, analyzes the operation instruction to obtain an instruction identifier and a hash value, and judges whether the instruction identifier obtained through analysis is consistent with the locally stored instruction identifier or not after carrying out integrity verification on the operation instruction based on the hash value, if so, the operation instruction passes the verification, and enters an operation execution module; if not, checking is not passed, and the flow is ended. The decryption of the national encryption algorithm, the hash check and the instruction identification check are sequentially carried out, the downward execution is continued only under the condition of successful communication, 3 security measures are adopted before and after, and the management security of the ipc network camera is greatly improved.
The feedback information sending module is specifically configured to:
the ipc network camera generates feedback information which is in an xml format and at least carries an operation result, operation time and an operation instruction, encrypts the feedback information through a national encryption algorithm and sends the feedback information to a server in real time through a server IP and a server port. And by setting the feedback information carrying operation time, the later tracing is convenient.
Based on the same inventive concept, the application provides an electronic device embodiment corresponding to the first embodiment, and the details of the third embodiment are shown in the specification.
Example III
The present embodiment provides an ipc network camera management device, as shown in fig. 3, including a memory, a processor, and a computer program stored in the memory and capable of running on the processor, where when the processor executes the computer program, any implementation manner of the first embodiment may be implemented.
Since the electronic device described in this embodiment is a device for implementing the method in the first embodiment of the present application, those skilled in the art will be able to understand the specific implementation of the electronic device and various modifications thereof based on the method described in the first embodiment of the present application, so how the electronic device implements the method in the embodiment of the present application will not be described in detail herein. The apparatus used to implement the methods of embodiments of the present application will be within the scope of the intended protection of the present application.
Based on the same inventive concept, the application provides a storage medium corresponding to the first embodiment, and the detail of the fourth embodiment is shown in the specification.
Example IV
The present embodiment provides an ip network camera management medium, as shown in fig. 4, on which a computer program is stored, where when the computer program is executed by a processor, any implementation manner of the first embodiment may be implemented.
Since the storage medium described in this embodiment is a storage medium used to implement the method described in the first embodiment of the present application, those skilled in the art will be able to understand the specific implementation of the storage medium and various modifications thereof based on the method described in the first embodiment of the present application, so how the storage medium implements the method described in the first embodiment of the present application will not be described in detail herein. As long as the storage medium employed by those skilled in the art to implement the methods of embodiments of the present application falls within the scope of the present application.
The technical scheme provided by the embodiment of the application has at least the following technical effects or advantages:
1. setting an instruction identifier through a server and storing the instruction identifier into the ipc network camera, generating an operation instruction in an xml format based on the instruction identifier by the server, and sending the operation instruction to the ipc network camera; after checking the received operation instruction by using the locally stored instruction identifier, the ipc network camera analyzes the node information in the operation instruction to obtain operation content, executes the operation content and generates an operation result, and finally generates feedback information in an xml format based on the operation result and sends the feedback information to the server; the method has the advantages that the operation instructions are sent based on the xml format, the feedback information is received to manage the ipc network camera, the xml format can enable data to be more orderly and easy to process, meanwhile, the method has good expansibility, the server only needs to simply package one button, the operation instructions in the xml format can be issued through clicking the button, and multiple complex operation steps are not needed to be executed as in the conventional method; and the operation instructions are checked through the set instruction identifiers, and the problem of error identification of the operation instructions is avoided by combining with the integrity check of hash calculation, so that the convenience and reliability of the management of the ipc network camera are greatly improved finally.
2. Through setting up the hash value that is used for hash check in the operation instruction, only transmit after encrypting operation instruction through the secret algorithm of state, whether can verify operation instruction fast and falsify, still avoid operation instruction by plaintext theft in transmission process, and then very big promotion the security of ipc network camera management.
It will be appreciated by those skilled in the art that embodiments of the present application may be provided as a method, system, or computer program product. Accordingly, the present application may take the form of an entirely hardware embodiment, an entirely software embodiment or an embodiment combining software and hardware aspects. Furthermore, the present application may take the form of a computer program product embodied on one or more computer-usable storage media (including, but not limited to, disk storage, CD-ROM, optical storage, and the like) having computer-usable program code embodied therein.
The present application is described with reference to flowchart illustrations and/or block diagrams of methods, apparatus (systems) and computer program products according to embodiments of the application. It will be understood that each flow and/or block of the flowchart illustrations and/or block diagrams, and combinations of flows and/or blocks in the flowchart illustrations and/or block diagrams, can be implemented by computer program instructions. These computer program instructions may be provided to a processor of a general purpose computer, special purpose computer, embedded processor, or other programmable data processing apparatus to produce a machine, such that the instructions, which execute via the processor of the computer or other programmable data processing apparatus, create means for implementing the functions specified in the flowchart flow or flows and/or block diagram block or blocks.
These computer program instructions may also be stored in a computer-readable memory that can direct a computer or other programmable data processing apparatus to function in a particular manner, such that the instructions stored in the computer-readable memory produce an article of manufacture including instruction means which implement the function specified in the flowchart flow or flows and/or block diagram block or blocks.
These computer program instructions may also be loaded onto a computer or other programmable data processing apparatus to cause a series of operational steps to be performed on the computer or other programmable apparatus to produce a computer implemented process such that the instructions which execute on the computer or other programmable apparatus provide steps for implementing the functions specified in the flowchart flow or flows and/or block diagram block or blocks.
While specific embodiments of the application have been described above, it will be appreciated by those skilled in the art that the specific embodiments described are illustrative only and not intended to limit the scope of the application, and that equivalent modifications and variations of the application in light of the spirit of the application will be covered by the claims of the present application.

Claims (10)

1. The ipc network camera management method is characterized in that: the method comprises the following steps:
step S1, a server sets an instruction identifier and stores the instruction identifier into an ipc network camera, and the server generates an operation instruction in an xml format based on the instruction identifier and sends the operation instruction to the ipc network camera;
s2, checking the received operation instruction by using the instruction identifier stored locally by the ipc network camera;
s3, analyzing the node information in the operation instruction by the ipc network camera to obtain operation content, executing the operation content and generating an operation result;
and S4, generating feedback information in an xml format by the ipc network camera based on the operation result, and sending the feedback information to a server in real time.
2. The ip network camera management method of claim 1, wherein: in the step S1, the operation instruction at least carries an operation content, an instruction identifier, a server IP, a server port and a hash value;
the hash value is obtained by carrying out hash calculation on operation content, instruction identification, server IP and server ports;
and the operation instruction is encrypted by a national encryption algorithm before being sent.
3. The ip network camera management method of claim 1, wherein: the step S2 specifically comprises the following steps:
the ip network camera decrypts the received operation instruction through a cryptographic algorithm, analyzes the operation instruction to obtain an instruction identifier and a hash value, and judges whether the instruction identifier obtained through analysis is consistent with the locally stored instruction identifier or not after carrying out integrity verification on the operation instruction based on the hash value, if so, the verification is passed, and the step S3 is carried out; if not, checking is not passed, and the flow is ended.
4. The ip network camera management method of claim 1, wherein: the step S4 specifically includes:
the ipc network camera generates feedback information which is in an xml format and at least carries an operation result, operation time and an operation instruction, encrypts the feedback information through a national encryption algorithm and then sends the encrypted feedback information to the server in real time.
5. An ipc network camera management system, which is characterized in that: the device comprises the following modules:
the operation instruction generation module is used for setting an instruction identifier by the server and storing the instruction identifier into the ipc network camera, generating an xml format operation instruction by the server based on the instruction identifier, and sending the operation instruction to the ipc network camera;
the operation instruction verification module is used for verifying the received operation instruction by using the locally stored instruction identifier by the ipc network camera;
the operation execution module is used for analyzing the node information in the operation instruction by the ipc network camera to obtain operation content, executing the operation content and generating an operation result;
and the feedback information sending module is used for generating feedback information in an xml format by the ipc network camera based on the operation result and sending the feedback information to the server in real time.
6. The ipc network camera management system according to claim 5, wherein: the operation instruction generation module is used for generating an operation instruction, wherein the operation instruction at least carries operation content, an instruction identifier, a server IP, a server port and a hash value;
the hash value is obtained by carrying out hash calculation on operation content, instruction identification, server IP and server ports;
and the operation instruction is encrypted by a national encryption algorithm before being sent.
7. The ipc network camera management system according to claim 5, wherein: the operation instruction checking module is specifically configured to:
the ip network camera decrypts the received operation instruction through a cryptographic algorithm, analyzes the operation instruction to obtain an instruction identifier and a hash value, and judges whether the instruction identifier obtained through analysis is consistent with the locally stored instruction identifier or not after carrying out integrity verification on the operation instruction based on the hash value, if so, the operation instruction passes the verification, and enters an operation execution module; if not, checking is not passed, and the flow is ended.
8. The ipc network camera management system according to claim 5, wherein: the feedback information sending module is specifically configured to:
the ipc network camera generates feedback information which is in an xml format and at least carries an operation result, operation time and an operation instruction, encrypts the feedback information through a national encryption algorithm and then sends the encrypted feedback information to the server in real time.
9. An ipc network camera management device comprising a memory, a processor and a computer program stored on the memory and executable on the processor, wherein the processor implements the method of any one of claims 1 to 4 when executing the program.
10. An ip network camera management medium having stored thereon a computer program which, when executed by a processor, implements a method as claimed in any one of claims 1 to 4.
CN202311022183.2A 2023-08-15 2023-08-15 Method, system, equipment and medium for managing ipc network camera Pending CN117220883A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202311022183.2A CN117220883A (en) 2023-08-15 2023-08-15 Method, system, equipment and medium for managing ipc network camera

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202311022183.2A CN117220883A (en) 2023-08-15 2023-08-15 Method, system, equipment and medium for managing ipc network camera

Publications (1)

Publication Number Publication Date
CN117220883A true CN117220883A (en) 2023-12-12

Family

ID=89041546

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202311022183.2A Pending CN117220883A (en) 2023-08-15 2023-08-15 Method, system, equipment and medium for managing ipc network camera

Country Status (1)

Country Link
CN (1) CN117220883A (en)

Similar Documents

Publication Publication Date Title
US11258792B2 (en) Method, device, system for authenticating an accessing terminal by server, server and computer readable storage medium
EP3346415B1 (en) Event attestation for an electronic device
CN111800378B (en) Login authentication method, device, system and storage medium
CN102970676B (en) A kind of method handled initial data, Internet of things system and terminal
EP3772008A1 (en) Device programming with system generation
JP7347895B2 (en) Hardware detection methods and apparatus, devices, and storage media
JP2012150805A (en) Systems and methods for detecting fraud associated with systems application processing
CN114301705B (en) Industrial control defense method and system based on trusted computing
CN111741268A (en) Video transmission method, device, server, equipment and medium
CN112783787A (en) Interface test method, device and system and electronic equipment
CN112818056A (en) Log security sharing method, system and device of block chain
CN116934357A (en) Industrial product tracing method based on block chain and distributed technology
CN112583594B (en) Data processing method, acquisition device, gateway, trusted platform and storage medium
CN103336918B (en) Electronic hard disk system authorization method and device
CN117939112A (en) IPC camera automatic test method and system
CN117930736A (en) PLC communication safety detection method
US20220014456A1 (en) Secure heartbeat monitoring
WO2024060244A1 (en) Method, device and system for managing carbon data and related apparatus
CN116800535A (en) Method and device for avoiding secret between multiple servers
CN117220883A (en) Method, system, equipment and medium for managing ipc network camera
CN114826742B (en) Communication security system and authentication method for engineering machinery internet of things perception layer network
CN115589298A (en) Method, device, system, equipment and medium for verifying information of block chain
CN117194334B (en) Log storage method, device, equipment and medium of distributed log storage system
CN112449143B (en) Implementation method and implementation system of secure video
CN118733598B (en) Certificate storage management method, system, terminal and medium for digital certificates

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