CN114979117A - Data transmission method and related equipment - Google Patents

Data transmission method and related equipment Download PDF

Info

Publication number
CN114979117A
CN114979117A CN202210536322.2A CN202210536322A CN114979117A CN 114979117 A CN114979117 A CN 114979117A CN 202210536322 A CN202210536322 A CN 202210536322A CN 114979117 A CN114979117 A CN 114979117A
Authority
CN
China
Prior art keywords
information
data
transmission
file
terminal
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
CN202210536322.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.)
Bank of China Ltd
Original Assignee
Bank of China 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 Bank of China Ltd filed Critical Bank of China Ltd
Priority to CN202210536322.2A priority Critical patent/CN114979117A/en
Publication of CN114979117A publication Critical patent/CN114979117A/en
Pending legal-status Critical Current

Links

Images

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/01Protocols
    • H04L67/06Protocols specially adapted for file transfer, e.g. file transfer protocol [FTP]
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/01Protocols
    • H04L67/10Protocols in which an application is distributed across nodes in the network
    • H04L67/104Peer-to-peer [P2P] networks
    • H04L67/1074Peer-to-peer [P2P] networks for supporting data block transmission mechanisms
    • H04L67/1078Resource delivery mechanisms

Landscapes

  • Engineering & Computer Science (AREA)
  • Computer Networks & Wireless Communication (AREA)
  • Signal Processing (AREA)
  • Information Transfer Between Computers (AREA)

Abstract

The data transmission method and the related equipment can be applied to the field of network security or the field of finance, and can obtain file generation information and transmission address information input by a user at a first terminal; generating a data file to be transmitted by using the file generation information; acquiring a transmission instruction input by a user at a first terminal, wherein the transmission instruction is used for indicating a transmission mode of a data file; determining whether the transmission mode is a preset transmission mode needing authorization, and if so, sending information to be authorized to the second terminal; obtaining authorization result information corresponding to the information to be authorized, which is returned by the second terminal; and transmitting the data file to a third terminal corresponding to the transmission address information according to the transmission mode under the condition that the authorization result information is authorized to pass. According to the method and the device, the data file is transmitted after being authorized and confirmed, and the convenient and fast data file can be transmitted under the condition that the data safety requirement and the wind control process requirement are met.

Description

Data transmission method and related equipment
Technical Field
The present disclosure relates to the field of computer technologies, and in particular, to a data transmission method and related devices.
Background
With the development of computer technology and the increasing demand for file sharing and transmission among users, the P2P-based network transmission is widely used.
Peer-to-peer (P2P for short) is also called peer-to-peer internet technology, and is a new network technology. Participants of the network share a portion of the hardware resources (processing power, storage power, network connectivity, printers, etc.) they own, which provide services and content over the network and which can be accessed directly by other Peer nodes (peers) without going through intermediate entities. The participants in this network are both providers (servers) and acquirers (clients) of resources, services and content.
However, currently, the market P2P product mainly aims at individual users with low data security requirements, focuses on realizing fast transmission of files with any format, and cannot meet the requirements of the financial industry on data protection and wind control process.
Disclosure of Invention
In view of the above problems, the present disclosure provides a data transmission method and related device that overcome or at least partially solve the above problems, and the technical solutions are as follows:
a method of data transmission, comprising:
acquiring file generation information and transmission address information input by a user at a first terminal;
generating a data file to be transmitted by utilizing the file generation information;
acquiring a transmission instruction input by the user at the first terminal, wherein the transmission instruction is used for indicating a transmission mode of the data file;
determining whether the transmission mode is a preset transmission mode needing authorization, and if so, sending information to be authorized to a second terminal;
obtaining authorization result information corresponding to the information to be authorized, which is returned by the second terminal;
and transmitting the data file to a third terminal corresponding to the transmission address information according to the transmission mode under the condition that the authorization result information is authorized to pass.
Optionally, before obtaining the file generation information and the transmission address information input by the user at the first terminal, the method further includes:
obtaining login information input by the user at the first terminal;
sending the login information to a pre-configured domain user system so that the domain user system verifies the login information, and returning verification passing information after the verification passes;
and acquiring the verification passing information, and opening file generation permission for the user on the first terminal.
Optionally, the file generation information includes a data table identifier, a generated file name, and a generated file format, and the generating a data file to be transmitted by using the file generation information includes:
determining a data table corresponding to the data table identifier in a pre-configured database;
reading target data in the data table;
and generating a data file to be transmitted by using the target data according to the generated file name and the generated file format.
Optionally, before the generating the data file to be transmitted by using the target data, the method further includes:
and carrying out data desensitization treatment on the target data by using a preset desensitization strategy to obtain the target data after data desensitization.
Optionally, before the generating the data file to be transmitted by using the target data, the method further includes:
and detecting whether the target data contains preset data which is not allowed to be transmitted, and if so, refusing to generate the data file.
Optionally, after the transmitting the data file to the third terminal corresponding to the transmission address information according to the transmission manner, the method further includes:
and generating and storing a transmission history record corresponding to the data file.
Optionally, the transmission mode includes immediate transmission and batch transmission.
A data transmission apparatus comprising: a first information obtaining unit, a data file generating unit, a transmission instruction obtaining unit, a transmission mode determining unit, an information transmitting unit, a second information obtaining unit and a data file transmitting unit,
the first information obtaining unit is used for obtaining file generation information and transmission address information input by a user at a first terminal;
the data file generating unit is used for generating a data file to be transmitted by utilizing the file generating information;
the transmission instruction obtaining unit is used for obtaining a transmission instruction input by the user at the first terminal, wherein the transmission instruction is used for indicating a transmission mode of the data file;
the transmission mode determining unit is used for determining whether the transmission mode is a preset transmission mode needing authorization, and if so, the information sending unit is triggered;
the information sending unit is used for sending information to be authorized to the second terminal;
the second information obtaining unit is configured to obtain authorization result information corresponding to the to-be-authorized information, which is returned by the second terminal;
and the data file sending unit is used for transmitting the data file to a third terminal corresponding to the transmission address information according to the transmission mode under the condition that the authorization result information is authorized to pass.
A computer-readable storage medium on which a program is stored, the program, when executed by a processor, implementing the data transmission method of any one of the above.
An electronic device comprising at least one processor, and at least one memory connected to the processor, a bus; the processor and the memory complete mutual communication through the bus; the processor is configured to call program instructions in the memory to perform any of the data transmission methods described above.
By means of the technical scheme, the data transmission method and the related equipment can be applied to the field of network security or the field of finance, and file generation information and transmission address information input by a user at a first terminal can be obtained; generating a data file to be transmitted by using the file generation information; acquiring a transmission instruction input by a user at a first terminal, wherein the transmission instruction is used for indicating the transmission mode of a data file; determining whether the transmission mode is a preset transmission mode needing authorization, and if so, sending information to be authorized to the second terminal; obtaining authorization result information corresponding to the information to be authorized, which is returned by the second terminal; and transmitting the data file to a third terminal corresponding to the transmission address information according to a transmission mode under the condition that the authorization result information is authorized to pass. According to the method and the device, the data file is transmitted after being authorized and confirmed, and the convenient and fast data file can be transmitted under the condition that the data safety requirement and the wind control process requirement are met.
The foregoing description is only an overview of the technical solutions of the present disclosure, and the embodiments of the present disclosure are described below in order to make the technical means of the present disclosure more clearly understood and to make the above and other objects, features, and advantages of the present disclosure more clearly understandable.
Drawings
Various other advantages and benefits will become apparent to those of ordinary skill in the art upon reading the following detailed description of the preferred embodiments. The drawings are only for purposes of illustrating the preferred embodiments and are not to be construed as limiting the disclosure. Also, like reference numerals are used to refer to like parts throughout the drawings. In the drawings:
fig. 1 is a schematic flow chart diagram illustrating an implementation manner of a data transmission method provided by an embodiment of the present disclosure;
fig. 2 is a schematic flow chart illustrating another implementation of a data transmission method provided by an embodiment of the present disclosure;
fig. 3 is a schematic structural diagram of a data transmission apparatus provided in an embodiment of the present disclosure;
fig. 4 shows a schematic structural diagram of an electronic device provided by an embodiment of the present disclosure.
Detailed Description
Exemplary embodiments of the present disclosure will be described in more detail below with reference to the accompanying drawings. While exemplary embodiments of the present disclosure are shown in the drawings, it should be understood that the present disclosure may be embodied in various forms and should not be limited to the embodiments set forth herein. Rather, these embodiments are provided so that this disclosure will be thorough and complete, and will fully convey the scope of the disclosure to those skilled in the art.
As shown in fig. 1, a schematic flow chart of an implementation manner of a data transmission method provided in an embodiment of the present disclosure may include:
s100, file generation information and transmission address information input by a user at a first terminal are obtained.
The file generation information may include a data table identifier, a generated file name, and a generated file format.
Specifically, the user can select and input the specified data table identifier, generate the file name, and generate the file format on the first terminal. Alternatively, the data table identification may be the name of the data table.
The transmission address information may include an IP address to which the data file is to be transmitted and a file storage directory. The embodiment of the disclosure can test the validity of the IP address and the file storage directory according to the transmission address information selected and input by the user. It will be appreciated that in the event that an IP address and file storage directory are available, data files may only be transferred to that IP address and file storage directory.
Optionally, the embodiment of the present disclosure may obtain login information input by the user at the first terminal before step S100. And sending the login information to a pre-configured domain user system so that the domain user system verifies the login information, and returning verification passing information after the verification passes. And acquiring verification passing information, and opening file generation permission for the user on the first terminal.
According to the method and the device, the domain user system is configured in advance, and after the user successfully logs in the domain user system, the file generation permission is opened for the first user, so that the user can input file generation information and transmission address information on the first terminal, the data transmission function is prevented from being used by an illegal user, and the data reading safety and the data use traceability are guaranteed.
S200, generating a data file to be transmitted by using the file generation information.
Optionally, based on the method shown in fig. 1, as shown in fig. 2, a flowchart of another implementation manner of the data transmission method provided in the embodiment of the present disclosure may include:
s210, determining a data table corresponding to the data table identification in a pre-configured database.
And S220, reading target data in the data table.
And S230, generating a data file to be transmitted by using the target data according to the generated file name and the generated file format.
The embodiment of the disclosure can pre-configure the database address and the database login information, search the corresponding data table in the database based on the data table identifier, read the data recorded in the data table, and generate the read data into the corresponding data file according to the generated file name and the generated file format.
Optionally, before step S230, the embodiment of the present disclosure may perform data desensitization processing on the target data by using a preset desensitization policy, so as to obtain the target data after data desensitization.
Data desensitization refers to data deformation of some sensitive information through desensitization rules, and reliable protection of sensitive private data is achieved. The embodiment of the disclosure can search whether the sensitive field set in the preset desensitization strategy exists in the target data, and if so, perform data desensitization on the sensitive field.
Optionally, before step S230, the embodiment of the present disclosure may detect whether the target data includes preset data that is not allowed to be transmitted, and if so, refuse to generate the data file.
The data non-exit rule can be configured in advance, the data non-exit rule comprises preset data which are not allowed to be transmitted, and if the target data comprise the preset data which are not allowed to be transmitted, the generation of the data file is refused, so that the data are prevented from flowing out illegally.
S300, obtaining a transmission instruction input by a user at the first terminal, wherein the transmission instruction is used for indicating a transmission mode of the data file.
Optionally, the transmission mode includes immediate transmission and batch transmission.
For the transmission mode of immediate transmission, a user can select to input direct connection database transmission or select to input a designated path and designated file type transmission, and under the condition that an IP address and a file storage directory are determined, a transmission instruction is input by triggering an immediate transmission button on first equipment.
For the transmission mode of batch transmission, a user can set a fixed period and time point, automatically read data in batch and generate data files or automatically scan the data files in a specified format in a specified folder in batch, and transmit the data files to a determined IP address and a file storage directory.
S400, determining whether the transmission mode is a preset transmission mode needing authorization, and if so, executing the step S500.
And S500, sending the information to be authorized to the second terminal.
S600, obtaining authorization result information corresponding to the information to be authorized, which is returned by the second terminal.
The method and the device for transmitting the data can determine the transmission mode needing to be authorized through the preset authorization rule. Optionally, the preset transmission mode requiring authorization may be immediate transmission.
Wherein the second terminal may be a terminal used by an authorized person. And after receiving the information to be authorized, the second terminal displays the authorization bullet frame, and the authorization personnel inputs own login information on the authorization bullet frame so as to ensure that the domain user system verifies the identity of the authorization personnel, and after the verification is passed, the authorization result information input by the authorization personnel on the second terminal is obtained. Optionally, the authorization result information may be stored in a preset third-party device, so as to prevent tampering.
It can be understood that, in the case that the transmission mode is determined not to be the preset transmission mode requiring authorization, the data file is directly transmitted to the third terminal corresponding to the transmission address information according to the transmission mode.
And S700, transmitting the data file to a third terminal corresponding to the transmission address information according to a transmission mode under the condition that the authorization result information is authorized to pass.
The data file is transmitted through the P2P network, the data file is encrypted by using a standard encryption algorithm during transmission, a public key in a key pair is input by a user at a first terminal to encrypt the data file, and a third terminal decrypts the encrypted data file according to a private key in the key pair. It will be appreciated that the first terminal and the third terminal both have the key pair pre-stored.
The data transmission method provided by the embodiment of the disclosure can be applied to a pre-designed installation-free P2P transmission tool, the P2P transmission tool is respectively operated at a first terminal and a second terminal, the IP address of the opposite terminal is input in the P2P transmission tool at any terminal, and the connection between the two terminals can be completed by triggering a connection button.
Optionally, after step S700, the embodiment of the present disclosure may generate and store a transmission history record corresponding to the data file.
The disclosed embodiments are used for recording log information of data file transmission by generating a transmission history. The transmission history record may include database information/source file path and type information, source machine IP information, destination machine IP information, file name, operator information, and authorized person information when the data file is transmitted. The disclosed embodiments may store the transmission history in a designated server for querying.
The embodiment of the disclosure adopts the P2P network transmission, is convenient and easy to use, obviously simplifies the service process, improves the service efficiency, and can ensure low application cost in a decentralized mode without limiting equipment. Through the authorized transmission mode, the transmission process is controllable, and the risk management of the financial industry is facilitated. By generating the transmission history record corresponding to the data file, the transmission history of the data file is well documented, and the service risk and the service convenience are both considered. The data transmission method provided by the embodiment of the disclosure can solve the problem that data acquisition and transmission of overseas branch lines are difficult, and allows branch line business personnel to conveniently acquire a data file desired by the branch line business personnel through simple setting under the authorized condition.
The data transmission method can be applied to the field of network security or the field of finance, and can obtain file generation information and transmission address information input by a user at a first terminal; generating a data file to be transmitted by using the file generation information; acquiring a transmission instruction input by a user at a first terminal, wherein the transmission instruction is used for indicating a transmission mode of a data file; determining whether the transmission mode is a preset transmission mode needing authorization, and if so, sending information to be authorized to the second terminal; obtaining authorization result information corresponding to the information to be authorized, which is returned by the second terminal; and transmitting the data file to a third terminal corresponding to the transmission address information according to the transmission mode under the condition that the authorization result information is authorized to pass. According to the method and the device, the data file is transmitted after being authorized and confirmed, and the convenient and fast data file can be transmitted under the condition that the data safety requirement and the wind control process requirement are met.
Although the operations are depicted in a particular order, this should not be understood as requiring that such operations be performed in the particular order shown or in sequential order. Under certain circumstances, multitasking and parallel processing may be advantageous.
It should be understood that the various steps recited in the method embodiments of the present disclosure may be performed in a different order, and/or performed in parallel. Moreover, method embodiments may include additional steps and/or omit performing the illustrated steps. The scope of the present disclosure is not limited in this respect.
Corresponding to the foregoing method embodiment, an embodiment of the present disclosure further provides a data transmission device, where the structure of the data transmission device is shown in fig. 3, and the data transmission device may include: a first information obtaining unit 100, a data file generating unit 200, a transmission instruction obtaining unit 300, a transmission manner determining unit 400, an information transmitting unit 500, a second information obtaining unit 600, and a data file transmitting unit 700.
A first information obtaining unit 100 for obtaining file generation information and transmission address information input by a user at a first terminal.
And a data file generating unit 200, configured to generate a data file to be transmitted by using the file generation information.
A transmission instruction obtaining unit 300, configured to obtain a transmission instruction input by a user at a first terminal, where the transmission instruction is used to indicate a transmission mode of a data file.
A transmission mode determining unit 400, configured to determine whether the transmission mode is a preset transmission mode requiring authorization, and if so, trigger the information sending unit 500.
An information sending unit 500, configured to send information to be authorized to the second terminal.
A second information obtaining unit 600, configured to obtain authorization result information corresponding to the information to be authorized, where the authorization result information is returned by the second terminal.
And a data file sending unit 700, configured to transmit the data file to a third terminal corresponding to the transmission address information according to a transmission mode if the authorization result information indicates that authorization passes.
Optionally, the data transmission apparatus may further include: the device comprises a login information obtaining unit, a login information sending unit and a verification passing information obtaining unit.
A login information obtaining unit, configured to obtain login information input by the user at the first terminal before the first information obtaining unit 100 obtains the file generation information and the transmission address information input by the user at the first terminal.
And the login information sending unit is used for sending the login information to a pre-configured domain user system so that the domain user system verifies the login information and returns verification passing information after the verification passes.
And the verification passing information obtaining unit is used for obtaining verification passing information and opening file generation permission for the user on the first terminal.
Optionally, the file generation information includes a data table identifier, a generated file name, and a generated file format.
Optionally, the data file generating unit 200 is specifically configured to determine a data table corresponding to the data table identifier in a preconfigured database; reading target data in a data table; and generating a data file to be transmitted by using the target data according to the generated file name and the generated file format.
Optionally, the data transmission apparatus may further include: a data desensitization unit.
And the data desensitization unit is used for performing data desensitization processing on the target data by using a preset desensitization strategy before the data file generation unit 200 generates the data file to be transmitted by using the target data, so as to obtain the target data after data desensitization.
Optionally, the data transmission apparatus may further include: a detection unit.
And a detecting unit, configured to detect whether the target data includes preset data that is not allowed to be transmitted before the data file generating unit 200 generates the data file to be transmitted by using the target data, and if so, refuse to generate the data file.
Optionally, the data transmission apparatus may further include: a transmission history generation unit.
And the transmission history generating unit is used for generating and storing the transmission history corresponding to the data file after the data file sending unit 700 transmits the data file to the third terminal corresponding to the transmission address information according to the transmission mode.
Optionally, the transmission mode includes immediate transmission and batch transmission.
The data transmission device can be applied to the field of network security or the field of finance, and can obtain file generation information and transmission address information input by a user at a first terminal; generating a data file to be transmitted by using the file generation information; acquiring a transmission instruction input by a user at a first terminal, wherein the transmission instruction is used for indicating a transmission mode of a data file; determining whether the transmission mode is a preset transmission mode needing authorization, and if so, sending information to be authorized to the second terminal; obtaining authorization result information corresponding to the information to be authorized, which is returned by the second terminal; and transmitting the data file to a third terminal corresponding to the transmission address information according to the transmission mode under the condition that the authorization result information is authorized to pass. According to the method and the device, the data file is transmitted after being authorized and confirmed, and the convenient and fast data file can be transmitted under the condition that the data safety requirement and the wind control process requirement are met.
With regard to the apparatus in the above-described embodiment, the specific manner in which each unit performs the operation has been described in detail in the embodiment related to the method, and will not be described in detail here.
The data transmission device comprises a processor and a memory, wherein the first information obtaining unit 100, the data file generating unit 200, the transmission instruction obtaining unit 300, the transmission mode determining unit 400, the information sending unit 500, the second information obtaining unit 600, the data file sending unit 700 and the like are stored in the memory as program units, and the processor executes the program units stored in the memory to realize corresponding functions.
The processor comprises a kernel, and the kernel calls the corresponding program unit from the memory. The kernel can be set to be one or more than one, the data file is transmitted after being authorized and confirmed by adjusting kernel parameters, and the fast transmission of the data file can be conveniently realized under the condition that the requirements of data safety and wind control procedures are met.
The disclosed embodiments provide a computer-readable storage medium having stored thereon a program which, when executed by a processor, implements the data transmission method.
The embodiment of the disclosure provides a processor, which is used for running a program, wherein the data transmission method is executed when the program runs.
As shown in fig. 4, an embodiment of the present disclosure provides an electronic device 1000, where the electronic device 1000 includes at least one processor 1001, and at least one memory 1002 and a bus 1003 connected to the processor 1001; the processor 1001 and the memory 1002 complete communication with each other through the bus 1003; the processor 1001 is used for calling program instructions in the memory 1002 to execute the data transmission method described above. The electronic device herein may be a server, a PC, a PAD, a mobile phone, etc.
The present disclosure also provides a computer program product adapted to perform a program of initializing data transmission method steps when executed on an electronic device.
It should be noted that the data transmission method and the related device provided by the present disclosure may be used in the network security field or the financial field, which are only examples and do not limit the application field of the data transmission method and the related device provided by the present disclosure.
The present disclosure is described with reference to flowchart illustrations and/or block diagrams of methods, apparatus, electronic devices (systems), and computer program products according to embodiments of the disclosure. It will be understood that each flow and/or block of the flow diagrams and/or block diagrams, and combinations of flows and/or blocks in the flow diagrams 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 apparatus to produce a machine, such that the instructions, which execute via the processor of the computer or other programmable apparatus, create means for implementing the functions specified in the flowchart flow or flows and/or block diagram block or blocks.
In a typical configuration, an electronic device includes one or more processors (CPUs), memory, and a bus. The electronic device may also include input/output interfaces, network interfaces, and the like.
The memory may include volatile memory in a computer readable medium, Random Access Memory (RAM) and/or nonvolatile memory such as Read Only Memory (ROM) or flash memory (flash RAM), and the memory includes at least one memory chip. The memory is an example of a computer-readable medium.
Computer-readable media, including both non-transitory and non-transitory, removable and non-removable media, may implement information storage by any method or technology. The information may be computer readable instructions, data structures, modules of a program, or other data. Examples of computer storage media include, but are not limited to, phase change memory (PRAM), Static Random Access Memory (SRAM), Dynamic Random Access Memory (DRAM), other types of Random Access Memory (RAM), Read Only Memory (ROM), Electrically Erasable Programmable Read Only Memory (EEPROM), flash memory or other memory technology, compact disc read only memory (CD-ROM), Digital Versatile Discs (DVD) or other optical storage, magnetic cassettes, magnetic tape magnetic disk storage or other magnetic storage devices, or any other non-transmission medium that can be used to store information that can be accessed by a computing device. As defined herein, a computer readable medium does not include a transitory computer readable medium such as a modulated data signal and a carrier wave.
In the description of the present disclosure, it is to be understood that the directions or positional relationships indicated as referring to the terms "upper", "lower", "front", "rear", "left" and "right", etc., are based on the directions or positional relationships shown in the drawings, and are only for convenience of describing the present invention and simplifying the description, but do not indicate or imply that the positions or elements referred to must have specific directions, be constituted and operated in specific directions, and thus, are not to be construed as limitations of the present disclosure.
It is noted that, herein, relational terms such as first and second, and the like may be used solely to distinguish one entity or action from another entity or action without necessarily requiring or implying any actual such relationship or order between such entities or actions. It should also be noted that the terms "comprises," "comprising," or any other variation thereof, are intended to cover a non-exclusive inclusion, such that a process, method, article, or apparatus that comprises a list of elements does not include only those elements but may include other elements not expressly listed or inherent to such process, method, article, or apparatus. Without further limitation, an element defined by the phrase "comprising an … …" does not exclude the presence of other identical elements in the process, method, article, or apparatus that comprises the element.
As will be appreciated by one skilled in the art, embodiments of the present disclosure may be provided as a method, system, or computer program product. Accordingly, the present disclosure may take the form of an entirely hardware embodiment, an entirely software embodiment or an embodiment combining software and hardware aspects. Furthermore, the present disclosure 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 so forth) having computer-usable program code embodied therein.
The above are merely examples of the present disclosure, and are not intended to limit the present disclosure. Various modifications and variations of this disclosure will be apparent to those skilled in the art. Any modification, equivalent replacement, improvement, etc. made within the spirit and principle of the present disclosure should be included in the scope of the claims of the present disclosure.

Claims (10)

1. A method of data transmission, comprising:
acquiring file generation information and transmission address information input by a user at a first terminal;
generating a data file to be transmitted by utilizing the file generation information;
acquiring a transmission instruction input by the user at the first terminal, wherein the transmission instruction is used for indicating a transmission mode of the data file;
determining whether the transmission mode is a preset transmission mode needing authorization, and if so, sending information to be authorized to a second terminal;
obtaining authorization result information corresponding to the information to be authorized, which is returned by the second terminal;
and transmitting the data file to a third terminal corresponding to the transmission address information according to the transmission mode under the condition that the authorization result information is authorized to pass.
2. The method according to claim 1, wherein before obtaining the file generation information and the transmission address information input by the user at the first terminal, the method further comprises:
obtaining login information input by the user at the first terminal;
sending the login information to a pre-configured domain user system so that the domain user system verifies the login information, and returning verification passing information after the verification passes;
and acquiring the verification passing information, and opening file generation permission for the user on the first terminal.
3. The method according to claim 1, wherein the file generation information includes a data table identifier, a generated file name, and a generated file format, and the generating a data file to be transmitted using the file generation information includes:
determining a data table corresponding to the data table identifier in a pre-configured database;
reading target data in the data table;
and generating a data file to be transmitted by using the target data according to the generated file name and the generated file format.
4. The method of claim 3, wherein prior to said generating a data file to be transmitted using said target data, said method further comprises:
and carrying out data desensitization treatment on the target data by using a preset desensitization strategy to obtain the target data after data desensitization.
5. The method of claim 3, wherein prior to said generating a data file to be transmitted using said target data, said method further comprises:
and detecting whether the target data contains preset data which is not allowed to be transmitted, and if so, refusing to generate the data file.
6. The method according to claim 1, wherein after the transmitting the data file to the third terminal corresponding to the transmission address information according to the transmission manner, the method further comprises:
and generating and storing a transmission history record corresponding to the data file.
7. The method of claim 1, wherein the transmission modes include immediate transmission and bulk transmission.
8. A data transmission apparatus, comprising: a first information obtaining unit, a data file generating unit, a transmission instruction obtaining unit, a transmission mode determining unit, an information transmitting unit, a second information obtaining unit, and a data file transmitting unit,
the first information obtaining unit is used for obtaining file generation information and transmission address information input by a user at a first terminal;
the data file generating unit is used for generating a data file to be transmitted by utilizing the file generating information;
the transmission instruction obtaining unit is used for obtaining a transmission instruction input by the user at the first terminal, wherein the transmission instruction is used for indicating a transmission mode of the data file;
the transmission mode determining unit is used for determining whether the transmission mode is a preset transmission mode needing authorization, and if so, the information sending unit is triggered;
the information sending unit is used for sending information to be authorized to the second terminal;
the second information obtaining unit is configured to obtain authorization result information corresponding to the to-be-authorized information returned by the second terminal;
and the data file sending unit is used for transmitting the data file to a third terminal corresponding to the transmission address information according to the transmission mode under the condition that the authorization result information is authorized to pass.
9. A computer-readable storage medium on which a program is stored, the program, when being executed by a processor, implementing the data transmission method according to any one of claims 1 to 7.
10. An electronic device comprising at least one processor, and at least one memory connected to the processor, a bus; the processor and the memory are communicated with each other through the bus; the processor is configured to invoke program instructions in the memory to perform the data transfer method of any of claims 1 to 7.
CN202210536322.2A 2022-05-17 2022-05-17 Data transmission method and related equipment Pending CN114979117A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202210536322.2A CN114979117A (en) 2022-05-17 2022-05-17 Data transmission method and related equipment

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202210536322.2A CN114979117A (en) 2022-05-17 2022-05-17 Data transmission method and related equipment

Publications (1)

Publication Number Publication Date
CN114979117A true CN114979117A (en) 2022-08-30

Family

ID=82983113

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202210536322.2A Pending CN114979117A (en) 2022-05-17 2022-05-17 Data transmission method and related equipment

Country Status (1)

Country Link
CN (1) CN114979117A (en)

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN109474606A (en) * 2018-12-04 2019-03-15 平安科技(深圳)有限公司 Document transmission method, device, computer equipment and storage medium
CN112860778A (en) * 2021-03-22 2021-05-28 平安商业保理有限公司 Database management method, device, equipment and medium for desktop application program
CN113127268A (en) * 2021-05-18 2021-07-16 中国银行股份有限公司 Data transmission method and device for bank database
CN113726769A (en) * 2021-08-28 2021-11-30 睿思网盾(北京)科技有限公司 Network security prevention and control system based on data acquisition

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN109474606A (en) * 2018-12-04 2019-03-15 平安科技(深圳)有限公司 Document transmission method, device, computer equipment and storage medium
CN112860778A (en) * 2021-03-22 2021-05-28 平安商业保理有限公司 Database management method, device, equipment and medium for desktop application program
CN113127268A (en) * 2021-05-18 2021-07-16 中国银行股份有限公司 Data transmission method and device for bank database
CN113726769A (en) * 2021-08-28 2021-11-30 睿思网盾(北京)科技有限公司 Network security prevention and control system based on data acquisition

Similar Documents

Publication Publication Date Title
US11323260B2 (en) Method and device for identity verification
CN109327314B (en) Service data access method, device, electronic equipment and system
CN112333198B (en) Secure cross-domain login method, system and server
KR102193406B1 (en) Method and device for identifying user identity
WO2021003980A1 (en) Blacklist sharing method and apparatus, computer device and storage medium
US10445487B2 (en) Methods and apparatus for authentication of joint account login
US20140189808A1 (en) Multi-factor authentication and comprehensive login system for client-server networks
US20150047003A1 (en) Verification authority and method therefor
EP3345372B1 (en) Secure key management and peer-to-peer transmission system with a controlled, double-tier cryptographic key structure and corresponding method thereof
RU2570838C2 (en) Strong authentication by providing number
CN111211911B (en) Collaborative signature method, device, equipment and system
CN113472716B (en) System access method, gateway device, server, electronic device and storage medium
CA2982865A1 (en) Method and system for transaction security
CN112861102A (en) Block chain-based electronic file processing method and system
CN115130075A (en) Digital signature method and device, electronic equipment and storage medium
CN109756992B (en) Method, device and system for establishing network connection
CN113114610A (en) Stream taking method, device and equipment
CN111078649A (en) Block chain-based on-cloud file storage method and device and electronic equipment
CN114979117A (en) Data transmission method and related equipment
CN110457959B (en) Information transmission method and device based on Trust application
CN113051611B (en) Authority control method of online file and related product
Jacobino et al. TrustVault: A privacy-first data wallet for the European Blockchain Services Infrastructure
CN111556085A (en) Remote access method and device based on secure gateway forwarding
CN110493233B (en) Communication method, device, system, computer readable medium and equipment
CN114978681B (en) Service application authorization method and device based on block chain and processor

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