CN110674509B - System for realizing cross-network high-frequency data secure transmission and working method thereof - Google Patents

System for realizing cross-network high-frequency data secure transmission and working method thereof Download PDF

Info

Publication number
CN110674509B
CN110674509B CN201910694829.9A CN201910694829A CN110674509B CN 110674509 B CN110674509 B CN 110674509B CN 201910694829 A CN201910694829 A CN 201910694829A CN 110674509 B CN110674509 B CN 110674509B
Authority
CN
China
Prior art keywords
data
message
query
entering
data transmission
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Active
Application number
CN201910694829.9A
Other languages
Chinese (zh)
Other versions
CN110674509A (en
Inventor
徐志强
陆沈雄
陈思
赵蜜
涂莹
徐晓波
谢君
卢菲菲
黄巍
林捷
俞立
林坊辉
范亚伟
肖旻砚
吴海红
范天才
周佺
岳铭钰
柴华明
陈茂锐
孙晓超
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Zhejiang Huayun Clean Energy Co ltd
Original Assignee
Zhejiang Huayun Information Technology Co Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Zhejiang Huayun Information Technology Co Ltd filed Critical Zhejiang Huayun Information Technology Co Ltd
Priority to CN201910694829.9A priority Critical patent/CN110674509B/en
Publication of CN110674509A publication Critical patent/CN110674509A/en
Application granted granted Critical
Publication of CN110674509B publication Critical patent/CN110674509B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

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/60Protecting data
    • G06F21/606Protecting data by securing the transmission between two devices or processes
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/20Information retrieval; Database structures therefor; File system structures therefor of structured data, e.g. relational data
    • G06F16/24Querying
    • G06F16/242Query formulation
    • G06F16/2433Query languages
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/20Information retrieval; Database structures therefor; File system structures therefor of structured data, e.g. relational data
    • G06F16/24Querying
    • G06F16/245Query processing
    • G06F16/2455Query execution
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/20Information retrieval; Database structures therefor; File system structures therefor of structured data, e.g. relational data
    • G06F16/25Integrating or interfacing systems involving database management systems
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F21/00Security arrangements for protecting computers, components thereof, programs or data against unauthorised activity
    • G06F21/60Protecting data
    • G06F21/602Providing cryptographic facilities or services
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/46Multiprogramming arrangements
    • G06F9/54Interprogram communication
    • G06F9/546Message passing systems or structures, e.g. queues

Abstract

The invention discloses a system for realizing cross-network high-frequency data safe transmission and a working method thereof, relating to the field of data transmission. Currently, intranet data cannot be smoothly transported to an extranet environment under the condition of ensuring safety and performance. The outer network data transmission module encapsulates the query conditions into a query request object, then encapsulates the query conditions into a message body after serialization, coding and encryption, and sends the message to the inner network data transmission module; resending the query request when the feedback time is overtime; after receiving the feedback, carrying out decryption, data block recombination, decoding and deserialization and storing the query result data; the intranet data transmission module monitors the query request, and after the query is finished, the query result is packaged into a message through serialization, coding, encryption and blocking operation to serve as a feedback message to be sent to the extranet data transmission module. According to the technical scheme, the intranet data is smoothly transported to the extranet environment under the condition of ensuring safety and performance.

Description

System for realizing cross-network high-frequency data secure transmission and working method thereof
Technical Field
The invention relates to the field of data transmission, in particular to a system for realizing cross-network high-frequency data safe transmission and a working method thereof.
Background
In order to ensure the safety of the system, the use environment of the system is divided into an internal network use environment and an external network use environment. The intranet environment is similar to an information island, and except that limited ports are opened and necessary information exchange is carried out outside, the external network environment is completely shielded. The modification and addition of relevant important data can only be directly used in the intranet operation environment. However, in order to ensure the overall consistency of the extranet data and the intranet data, the intranet data needs to be transported to the extranet environment through a certain channel, and currently, the intranet data cannot be smoothly transported to the extranet environment under the condition of ensuring the safety and performance.
Disclosure of Invention
The technical problem to be solved and the technical task to be solved by the invention are to perfect and improve the prior technical scheme and provide a system for realizing cross-network high-frequency data safe transmission so as to achieve the purpose of transmitting the intranet data to the extranet environment under the condition of ensuring the safety. Therefore, the invention adopts the following technical scheme.
A system for implementing secure transmission of cross-network high-frequency data, comprising:
the data operation module is provided with a data format recombination submodule for recombining data formats, a data content storage submodule for storing data contents and an intranet data query initiation submodule for initiating intranet data query;
the intranet data transmission module is positioned in an intranet and is provided with a database operation module, and the database operation module is provided with a query result packager for packaging a query result, a query condition resolver for resolving a query condition and a query statement executor for querying a statement;
a general-purpose module; the method is used for information serialization, coding, decoding, blocking and data block segmentation/recombination, and is based on the principle of decoupling and multiplexing, and is independently extracted as a universal module; the system is respectively arranged in an outer network and an inner network, an outer network data transmission module is connected with a notification module positioned in the outer network, and an inner network data module is connected with a universal module positioned in the inner network;
the outer network data transmission module initiates a query request when the synchronization condition is met, encapsulates the query condition into a query request object, then encapsulates the query condition into a message body after serialization, coding and encryption, sends the message to the inner network data transmission module, and receives corresponding feedback within a specified time; resending the query request when the feedback time is overtime; after receiving the feedback, carrying out decryption, data block recombination, decoding and deserialization and storing the query result data;
the intranet data transmission module monitors the query request, performs decryption, decoding and deserialization operations after monitoring the request message, performs database query, and packages the query result into a message through serialization, encoding, encryption and blocking operations after the query is completed to serve as a feedback message to be sent to the extranet data transmission module.
According to the technical scheme, an internal network module, an external network module and a universal module are arranged, and operations such as serialization, coding, decoding, blocking, data block segmentation/recombination and the like are independently extracted to form the universal module according to the principle of decoupling and multiplexing; the intranet data can be smoothly transported to the extranet environment under the condition of ensuring the safety and the performance.
Another object of the present invention is to provide a method for securely transmitting cross-network high-frequency data, which comprises:
one) external network data transmission step:
101) after initializing configuration information, the external network data transmission module enters a working state;
102) judging whether the synchronization condition is met, and entering the next step when the synchronization condition is met;
103) constructing an object containing a query statement and a query condition;
104) the universal module serializes the query information object;
105) base64 encoding;
106) judging whether encryption is needed, if so, entering the next step, and if not, jumping to the step 108);
107) taking the encrypted and coded query information as message content;
108) adding header information of message content, including message type, encryption type, total block number and current block number;
109) constructing a message object and packaging message content;
110) the external network data transmission module records the mark to be received and caches the sent message object;
111) sending a message to an intranet data transmission module;
112) receiving a response;
113) judging whether a feedback response of the data transmission module is received within a specified time; if yes, entering the next step; if not, reading the message object from the cache, and returning to the step 111), and resending the message to the intranet data transmission module;
114) judging whether the feedback content header information is a query result or not according to the feedback content header information, if so, entering the next step, and if not, returning to the step 112);
115) judging whether all data blocks are received; if yes, entering the next step, otherwise, returning to the step 112);
116) whether the query result is empty or not; if yes, jumping to step 122), otherwise, entering the next step;
117) judging whether decryption is needed or not according to the content header information; if yes, entering the next step, otherwise, jumping to the step 119);
118) the universal module decrypts the message data;
119) base64 decodes the message data;
120) deserializing message data as a query result object;
121) the external network data transmission module recombines and stores the data according to the query result object;
122) deleting the mark to be received and clearing the message object;
123) whether all data are synchronized, if yes, jumping to step 102), and if not, jumping to step 103);
II) intranet data transmission step:
201) after initializing configuration information, the intranet data transmission module enters a working state;
202) listening for messages of interest;
203) judging whether a new message is received, if so, entering the next step, and if not, returning to the step 202);
204) analyzing the message content;
205) judging whether the request is an inquiry request, if so, entering the next step, and if not, returning to the step 202);
206) judging whether the data is encrypted data, if so, entering the next step, and if not, jumping to the step 207);
207) the universal module decrypts the data content;
208) base64 decodes data content;
209) deserializing;
210) assembling an sql query statement and splicing query conditions;
211) executing the assembled paging query statement with the conditions;
212) judging whether related data is inquired or not, if so, entering the next step, and if not, marking an empty inquiry result object to the message content and jumping to the step 220);
213) assembling query result objects;
214) serializing the query result object;
215) base64 encoding the serialized records;
216) judging whether data needs to be encrypted for transmission, if so, entering the next step, and if not, jumping to the step 218);
217) encrypting transmission data;
218) judging whether the data block needs to be split, if so, entering the next step, and if not, jumping to the step 220);
219) splitting a data block;
220) adding header information of message content, including message type, encryption type, total block number and current block number;
221) encapsulating the message content into a message object;
222) the intranet data transmission module sends the query result message to the extranet data transmission module, and returns to step 202).
As a preferable technical means: when decoupling is carried out on transmission contents, a jdk self-contained serialization mode is selected, so that the specific type of the target object does not need to be known during serialization and deserialization, and the judgment of the object type is delayed to a specific use period for judgment.
As a preferable technical means: when the query request object is small and no blocking requirement exists, blocking is not performed.
Has the advantages that:
1. the technical scheme introduces the encryption of data, records the encryption type in the message content, ensures the data security in data transmission and prevents the data from being intercepted and tampered.
2. According to the technical scheme, when the inquired result is larger than the result of single transmission, the transmission of the blocks is divided, information such as the block number and the total block number is recorded in the message content, the data blocks are assembled again after being completely received, and the transmission efficiency is improved.
3. According to the technical scheme, a jdk self-contained serialization mode is selected, and transmission contents are decoupled, so that the specific type of a target object does not need to be known during serialization and deserialization, and the judgment of the type of the object is delayed to a specific use period and then is judged.
4. The technical scheme adopts a retry mechanism, and the query request is repeatedly sent if the feedback is not received within the specified time, so that the condition that the correct feedback is not received when the query request is initiated due to uncontrollable factors is prevented.
Drawings
Fig. 1 is a schematic structural view of the present invention.
Fig. 2 is a flow chart of the extranet data transmission of the present invention.
Fig. 3 is a flow chart of intranet data transmission according to the present invention.
Detailed Description
The technical scheme of the invention is further explained in detail by combining the drawings in the specification.
As shown in fig. 1, a system for implementing cross-network high-frequency data secure transmission includes:
the data operation module is provided with a data format recombination submodule for recombining data formats, a data content storage submodule for storing data contents and an intranet data query initiation submodule for initiating intranet data query;
the intranet data transmission module is positioned in an intranet and is provided with a database operation module, and the database operation module is provided with a query result packager for packaging a query result, a query condition resolver for resolving a query condition and a query statement executor for querying a statement;
a general-purpose module; the method is used for information serialization, coding, decoding, blocking and data block segmentation/recombination, and is based on the principle of decoupling and multiplexing, and is independently extracted as a universal module; the system is respectively arranged in an outer network and an inner network, an outer network data transmission module is connected with a notification module positioned in the outer network, and an inner network data module is connected with a universal module positioned in the inner network;
the outer network data transmission module initiates a query request when the synchronization condition is met, encapsulates the query condition into a query request object, then encapsulates the query condition into a message body after serialization, coding and encryption, sends the message to the inner network data transmission module, and receives corresponding feedback within a specified time; resending the query request when the feedback time is overtime; after receiving the feedback, carrying out decryption, data block recombination, decoding and deserialization and storing the query result data;
the intranet data transmission module monitors the query request, performs decryption, decoding and deserialization operations after monitoring the request message, performs database query, and packages the query result into a message through serialization, encoding, encryption and blocking operations after the query is completed to serve as a feedback message to be sent to the extranet data transmission module.
According to the technical scheme, an internal network module, an external network module and a universal module are arranged, and operations such as serialization, coding, decoding, blocking, data block segmentation/recombination and the like are independently extracted to form the universal module according to the principle of decoupling and multiplexing; the intranet data can be smoothly transported to the extranet environment under the condition of ensuring the safety and the performance.
Another object of the present invention is to provide a method for securely transmitting cross-network high-frequency data, which comprises:
first) as shown in fig. 2, the external network data transmission step:
101) after initializing configuration information, the external network data transmission module enters a working state;
102) judging whether the synchronization condition is met, and entering the next step when the synchronization condition is met;
103) constructing an object containing a query statement and a query condition;
104) the universal module serializes the query information object;
105) base64 encoding;
106) judging whether encryption is needed, if so, entering the next step, and if not, jumping to the step 108);
107) taking the encrypted and coded query information as message content;
108) adding header information of message content, including message type, encryption type, total block number and current block number;
109) constructing a message object and packaging message content;
110) the external network data transmission module records the mark to be received and caches the sent message object;
111) sending a message to an intranet data transmission module;
112) receiving a response;
113) judging whether a feedback response of the data transmission module is received within a specified time; if yes, entering the next step; if not, reading the message object from the cache, and returning to the step 111), and resending the message to the intranet data transmission module;
114) judging whether the feedback content header information is a query result or not according to the feedback content header information, if so, entering the next step, and if not, returning to the step 112);
115) judging whether all data blocks are received; if yes, entering the next step, otherwise, returning to the step 112);
116) whether the query result is empty or not; if yes, jumping to step 122), otherwise, entering the next step;
117) judging whether decryption is needed or not according to the content header information; if yes, entering the next step, otherwise, jumping to the step 119);
118) the universal module decrypts the message data;
119) base64 decodes the message data;
120) deserializing message data as a query result object;
121) the external network data transmission module recombines and stores the data according to the query result object;
122) deleting the mark to be received and clearing the message object;
123) whether all data are synchronized, if yes, jumping to step 102), and if not, jumping to step 103);
second) as shown in fig. 3, the intranet data transmission step:
201) after initializing configuration information, the intranet data transmission module enters a working state;
202) listening for messages of interest;
203) judging whether a new message is received, if so, entering the next step, and if not, returning to the step 202);
204) analyzing the message content;
205) judging whether the request is an inquiry request, if so, entering the next step, and if not, returning to the step 202);
206) judging whether the data is encrypted data, if so, entering the next step, and if not, jumping to the step 207);
207) the universal module decrypts the data content;
208) base64 decodes data content;
209) deserializing;
210) assembling an sql query statement and splicing query conditions;
211) executing the assembled paging query statement with the conditions;
212) judging whether related data is inquired or not, if so, entering the next step, and if not, marking an empty inquiry result object to the message content and jumping to the step 220);
213) assembling query result objects;
214) serializing the query result object;
215) base64 encoding the serialized records;
216) judging whether data needs to be encrypted for transmission, if so, entering the next step, and if not, jumping to the step 218);
217) encrypting transmission data;
218) judging whether the data block needs to be split, if so, entering the next step, and if not, jumping to the step 220);
219) splitting a data block;
220) adding header information of message content, including message type, encryption type, total block number and current block number;
221) encapsulating the message content into a message object;
222) the intranet data transmission module sends the query result message to the extranet data transmission module, and returns to step 202).
When decoupling is carried out on transmission contents, a jdk self-contained serialization mode is selected, so that the specific type of the target object does not need to be known during serialization and deserialization, and the judgment of the object type is delayed to a specific use period for judgment.
When the query request object is small and no blocking requirement exists, blocking is not performed.
The above system for implementing cross-network high-frequency data secure transmission and the working method thereof shown in fig. 1-3 are specific embodiments of the present invention, have embodied the substantial features and advances of the present invention, and can be modified equivalently in shape, structure and the like according to the practical use requirements and under the teaching of the present invention, which are within the scope of protection of the present solution.

Claims (4)

1. A system for implementing secure transmission of cross-network high-frequency data, comprising:
the data operation module is provided with a data format recombination submodule for recombining data formats, a data content storage submodule for storing data contents and an intranet data query initiation submodule for initiating intranet data query;
the intranet data transmission module is positioned in an intranet and is provided with a database operation module, and the database operation module is provided with a query result packager for packaging a query result, a query condition resolver for resolving a query condition and a query statement executor for querying a statement;
a general-purpose module; the method is used for information serialization, coding, decoding, blocking and data block segmentation/recombination, and is based on the principle of decoupling and multiplexing, and is independently extracted as a universal module; the system is respectively arranged in an outer network and an inner network, an outer network data transmission module is connected with a notification module positioned in the outer network, and an inner network data module is connected with a universal module positioned in the inner network;
the outer network data transmission module initiates a query request when the synchronization condition is met, encapsulates the query condition into a query request object, then encapsulates the query condition into a message body after serialization, coding and encryption, sends the message to the inner network data transmission module, and receives corresponding feedback within a specified time; resending the query request when the feedback time is overtime; after receiving the feedback, carrying out decryption, data block recombination, decoding and deserialization and storing the query result data;
the intranet data transmission module monitors a query request, performs decryption, decoding and deserialization operations after monitoring a request message, performs database query, and packages a query result into a message through serialization, encoding, encryption and blocking operations after the query is finished to serve as a feedback message to be sent to the extranet data transmission module;
one) external network data transmission step:
101) after initializing configuration information, the external network data transmission module enters a working state;
102) judging whether the synchronization condition is met, and entering the next step when the synchronization condition is met;
103) constructing an object containing a query statement and a query condition;
104) the universal module serializes the query information object;
105) base64 encoding;
106) judging whether encryption is needed, if so, entering the next step, and if not, jumping to the step 108);
107) taking the encrypted and coded query information as message content;
108) adding header information of message content, including message type, encryption type, total block number and current block number;
109) constructing a message object and packaging message content;
110) the external network data transmission module records the mark to be received and caches the sent message object;
111) sending a message to an intranet data transmission module;
112) receiving a response;
113) judging whether a feedback response of the data transmission module is received within a specified time; if yes, entering the next step; if not, reading the message object from the cache, and returning to the step 111), and resending the message to the intranet data transmission module;
114) judging whether the feedback content header information is a query result or not according to the feedback content header information, if so, entering the next step, and if not, returning to the step 112);
115) judging whether all data blocks are received; if yes, entering the next step, otherwise, returning to the step 112);
116) whether the query result is empty or not; if yes, jumping to step 122), otherwise, entering the next step;
117) judging whether decryption is needed or not according to the content header information; if yes, entering the next step, otherwise, jumping to the step 119);
118) the universal module decrypts the message data;
119) base64 decodes the message data;
120) deserializing message data as a query result object;
121) the external network data transmission module recombines and stores the data according to the query result object;
122) deleting the mark to be received and clearing the message object;
123) whether all data are synchronized, if yes, jumping to step 102), and if not, jumping to step 103);
II) intranet data transmission step:
201) after initializing configuration information, the intranet data transmission module enters a working state;
202) listening for messages of interest;
203) judging whether a new message is received, if so, entering the next step, and if not, returning to the step 202);
204) analyzing the message content;
205) judging whether the request is an inquiry request, if so, entering the next step, and if not, returning to the step 202);
206) judging whether the data is encrypted data, if so, entering the next step, and if not, jumping to the step 207);
207) the universal module decrypts the data content;
208) base64 decodes data content;
209) deserializing;
210) assembling an sql query statement and splicing query conditions;
211) executing the assembled paging query statement with the conditions;
212) judging whether related data is inquired or not, if so, entering the next step, and if not, marking an empty inquiry result object to the message content and jumping to the step 220);
213) assembling query result objects;
214) serializing the query result object;
215) base64 encoding the serialized records;
216) judging whether data needs to be encrypted for transmission, if so, entering the next step, and if not, jumping to the step 218);
217) encrypting transmission data;
218) judging whether the data block needs to be split, if so, entering the next step, and if not, jumping to the step 220);
219) splitting a data block;
220) adding header information of message content, including message type, encryption type, total block number and current block number;
221) encapsulating the message content into a message object;
222) the intranet data transmission module sends a query result message to the extranet data transmission module and returns to the step 202);
when decoupling is carried out on transmission contents, a jdk self-contained serialization mode is selected, so that the specific type of the target object does not need to be known during serialization and deserialization, and the judgment of the object type is delayed to a specific use period for judgment.
2. A cross-network high-frequency data secure transmission method is characterized by comprising the following steps:
one) external network data transmission step:
101) after initializing configuration information, the external network data transmission module enters a working state;
102) judging whether the synchronization condition is met, and entering the next step when the synchronization condition is met;
103) constructing an object containing a query statement and a query condition;
104) the universal module serializes the query information object;
105) base64 encoding;
106) judging whether encryption is needed, if so, entering the next step, and if not, jumping to the step 108);
107) taking the encrypted and coded query information as message content;
108) adding header information of message content, including message type, encryption type, total block number and current block number;
109) constructing a message object and packaging message content;
110) the external network data transmission module records the mark to be received and caches the sent message object;
111) sending a message to an intranet data transmission module;
112) receiving a response;
113) judging whether a feedback response of the data transmission module is received within a specified time; if yes, entering the next step; if not, reading the message object from the cache, and returning to the step 111), and resending the message to the intranet data transmission module;
114) judging whether the feedback content header information is a query result or not according to the feedback content header information, if so, entering the next step, and if not, returning to the step 112);
115) judging whether all data blocks are received; if yes, entering the next step, otherwise, returning to the step 112);
116) whether the query result is empty or not; if yes, jumping to step 122), otherwise, entering the next step;
117) judging whether decryption is needed or not according to the content header information; if yes, entering the next step, otherwise, jumping to the step 119);
118) the universal module decrypts the message data;
119) base64 decodes the message data;
120) deserializing message data as a query result object;
121) the external network data transmission module recombines and stores the data according to the query result object;
122) deleting the mark to be received and clearing the message object;
123) whether all data are synchronized, if yes, jumping to step 102), and if not, jumping to step 103);
II) intranet data transmission step:
201) after initializing configuration information, the intranet data transmission module enters a working state;
202) listening for messages of interest;
203) judging whether a new message is received, if so, entering the next step, and if not, returning to the step 202);
204) analyzing the message content;
205) judging whether the request is an inquiry request, if so, entering the next step, and if not, returning to the step 202);
206) judging whether the data is encrypted data, if so, entering the next step, and if not, jumping to the step 207);
207) the universal module decrypts the data content;
208) base64 decodes data content;
209) deserializing;
210) assembling an sql query statement and splicing query conditions;
211) executing the assembled paging query statement with the conditions;
212) judging whether related data is inquired or not, if so, entering the next step, and if not, marking an empty inquiry result object to the message content and jumping to the step 220);
213) assembling query result objects;
214) serializing the query result object;
215) base64 encoding the serialized records;
216) judging whether data needs to be encrypted for transmission, if so, entering the next step, and if not, jumping to the step 218);
217) encrypting transmission data;
218) judging whether the data block needs to be split, if so, entering the next step, and if not, jumping to the step 220);
219) splitting a data block;
220) adding header information of message content, including message type, encryption type, total block number and current block number;
221) encapsulating the message content into a message object;
222) the intranet data transmission module sends the query result message to the extranet data transmission module, and returns to step 202).
3. The cross-network high-frequency data secure transmission method according to claim 2, characterized in that: when decoupling is carried out on transmission contents, a jdk self-contained serialization mode is selected, so that the specific type of the target object does not need to be known during serialization and deserialization, and the judgment of the object type is delayed to a specific use period for judgment.
4. The cross-network high-frequency data secure transmission method according to claim 3, characterized in that: when the query request object is small and the blocking requirement does not exist, blocking is not carried out, and the query request object is small, namely the queried result is smaller than the result of single transmission.
CN201910694829.9A 2019-07-30 2019-07-30 System for realizing cross-network high-frequency data secure transmission and working method thereof Active CN110674509B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201910694829.9A CN110674509B (en) 2019-07-30 2019-07-30 System for realizing cross-network high-frequency data secure transmission and working method thereof

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201910694829.9A CN110674509B (en) 2019-07-30 2019-07-30 System for realizing cross-network high-frequency data secure transmission and working method thereof

Publications (2)

Publication Number Publication Date
CN110674509A CN110674509A (en) 2020-01-10
CN110674509B true CN110674509B (en) 2021-06-29

Family

ID=69068671

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201910694829.9A Active CN110674509B (en) 2019-07-30 2019-07-30 System for realizing cross-network high-frequency data secure transmission and working method thereof

Country Status (1)

Country Link
CN (1) CN110674509B (en)

Families Citing this family (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN111683079B (en) * 2020-06-03 2021-01-05 贵州航天云网科技有限公司 Industrial control data secure transmission method based on data encryption
CN117354181B (en) * 2023-12-05 2024-02-13 江西云绿科技有限公司 Data packet classification method and system based on Internet of things

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104486289A (en) * 2014-10-30 2015-04-01 中国人民解放军信息工程大学 Data one-way transmission method and system
CN107493292A (en) * 2017-09-03 2017-12-19 深圳市中锐源科技有限公司 The information transmission system and method for isomery multichannel security isolation
CN109150702A (en) * 2018-08-16 2019-01-04 南京南瑞信息通信科技有限公司 A kind of the high-performance mobile access gateway and its method of communication information intranet and extranet

Family Cites Families (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2014116802A (en) * 2012-12-10 2014-06-26 Canon Inc Image transmission system, image transmission method, image storage system and program
CN103067405A (en) * 2013-01-11 2013-04-24 深圳市盛视科技有限公司 Method and device for cross-network safe transmission
CN109472489A (en) * 2018-11-06 2019-03-15 江苏怡通数码科技有限公司 Urban Event management platform and implementation method based on mobile interchange

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104486289A (en) * 2014-10-30 2015-04-01 中国人民解放军信息工程大学 Data one-way transmission method and system
CN107493292A (en) * 2017-09-03 2017-12-19 深圳市中锐源科技有限公司 The information transmission system and method for isomery multichannel security isolation
CN109150702A (en) * 2018-08-16 2019-01-04 南京南瑞信息通信科技有限公司 A kind of the high-performance mobile access gateway and its method of communication information intranet and extranet

Also Published As

Publication number Publication date
CN110674509A (en) 2020-01-10

Similar Documents

Publication Publication Date Title
CN110674509B (en) System for realizing cross-network high-frequency data secure transmission and working method thereof
US10313410B2 (en) Systems and methods using binary dynamic rest messages
US8990552B2 (en) Method and apparatus for integrating precise time protocol and media access control security in network elements
US8423792B2 (en) Apparatus, system, and method for communication between a driver and an encryption source
CN106254896B (en) A kind of distributed cryptographic method for real-time video
CN112800472B (en) Industrial internet identification data protection system based on micro-service architecture
CN107512095B (en) A method of ensureing that intelligent seal records true sealed files
US9717011B2 (en) Event management in telecommunications networks
CN105357007B (en) Encryption communication method and communication terminal
CN101334887A (en) Financial data-handling process and bank enterprise platform device
CN107294913B (en) Secure communication method based on HTTP, server and client
CN110061996A (en) A kind of data transmission method, device, equipment and readable storage medium storing program for executing
CN110324222A (en) A kind of vehicle CAN bus data interactive system and its exchange method
US20220353248A1 (en) Identifying and Securing Unencrypted Data in a Production Environment
CN102006186A (en) System for monitoring illegal external connection of intranet equipment and method thereof
CN102480335A (en) Method and system for transmitting business data
EP3120267A1 (en) Systems and methods using binary dynamic rest messages
WO2023231638A1 (en) Communication node, data transmission method, and storage medium
CN106231346A (en) A kind of distributed cryptographic method for offline video
US20100287247A1 (en) Method and system for secure web service data transfer
CN111914970A (en) Two-dimensional code-based large-data-volume data transmission method
CN107040613A (en) A kind of message transmitting method and system
CA2606744A1 (en) System and method of message compression
CN112565231A (en) Safety II area and III area data synchronization method and device based on power dispatching data network
CN115102739B (en) Calculation encryption-based pytorch deep learning network model protection method

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
GR01 Patent grant
GR01 Patent grant
TR01 Transfer of patent right
TR01 Transfer of patent right

Effective date of registration: 20230629

Address after: 310008 room 1711, building 2, Shuicheng building, Shangcheng District, Hangzhou City, Zhejiang Province

Patentee after: ZHEJIANG HUAYUN CLEAN ENERGY CO.,LTD.

Address before: 310012 Building 2, No.16, Xiyuan 1st Road, Xihu District, Hangzhou City, Zhejiang Province

Patentee before: ZHEJIANG HUAYUN INFORMATION TECHNOLOGY Co.,Ltd.