CN113572593A - Complex format parameter transmission method and device - Google Patents

Complex format parameter transmission method and device Download PDF

Info

Publication number
CN113572593A
CN113572593A CN202110767958.3A CN202110767958A CN113572593A CN 113572593 A CN113572593 A CN 113572593A CN 202110767958 A CN202110767958 A CN 202110767958A CN 113572593 A CN113572593 A CN 113572593A
Authority
CN
China
Prior art keywords
parameters
parameter
format
incoming
encryption
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.)
Granted
Application number
CN202110767958.3A
Other languages
Chinese (zh)
Other versions
CN113572593B (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.)
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 CN202110767958.3A priority Critical patent/CN113572593B/en
Publication of CN113572593A publication Critical patent/CN113572593A/en
Application granted granted Critical
Publication of CN113572593B publication Critical patent/CN113572593B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L9/00Cryptographic mechanisms or cryptographic arrangements for secret or secure communications; Network security protocols
    • H04L9/06Cryptographic mechanisms or cryptographic arrangements for secret or secure communications; Network security protocols the encryption apparatus using shift registers or memories for block-wise or stream coding, e.g. DES systems or RC4; Hash functions; Pseudorandom sequence generators
    • H04L9/0618Block ciphers, i.e. encrypting groups of characters of a plain text message using fixed encryption transformation
    • H04L9/0625Block ciphers, i.e. encrypting groups of characters of a plain text message using fixed encryption transformation with splitting of the data block into left and right halves, e.g. Feistel based algorithms, DES, FEAL, IDEA or KASUMI
    • YGENERAL TAGGING OF NEW TECHNOLOGICAL DEVELOPMENTS; GENERAL TAGGING OF CROSS-SECTIONAL TECHNOLOGIES SPANNING OVER SEVERAL SECTIONS OF THE IPC; TECHNICAL SUBJECTS COVERED BY FORMER USPC CROSS-REFERENCE ART COLLECTIONS [XRACs] AND DIGESTS
    • Y02TECHNOLOGIES OR APPLICATIONS FOR MITIGATION OR ADAPTATION AGAINST CLIMATE CHANGE
    • Y02DCLIMATE CHANGE MITIGATION TECHNOLOGIES IN INFORMATION AND COMMUNICATION TECHNOLOGIES [ICT], I.E. INFORMATION AND COMMUNICATION TECHNOLOGIES AIMING AT THE REDUCTION OF THEIR OWN ENERGY USE
    • Y02D30/00Reducing energy consumption in communication networks
    • Y02D30/50Reducing energy consumption in communication networks in wire-line communication networks, e.g. low power modes or reduced link rate

Landscapes

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

Abstract

The invention provides a complex format parameter transmission method and a complex format parameter transmission device, which are applied to the technical field of network security. The method comprises the following steps: determining whether the incoming parameter is a complex format parameter; when the incoming parameters are complex format parameters, the incoming parameters are converted into encryption parameters by using an SM encryption algorithm; and after the encryption parameters are transferred to the function, the encryption parameters read by the function are decrypted by using an SM encryption algorithm to obtain the decrypted complex format parameters. The SM encryption algorithm is used for encrypting the complex format parameters and decrypting the complex format parameters after the complex format parameters are transmitted into the function, so that the format check of the function on the complex format parameters is avoided when the complex format parameters are transmitted.

Description

Complex format parameter transmission method and device
Technical Field
The invention relates to the technical field of network security, in particular to a complex format parameter transmission method and device.
Background
In the design and calling of the application, the use parameters are designed to improve the flexibility and expansibility of the program, and different functions can be played only by modifying the parameters, so that the program runs in a desired direction. However, the format requirements for the parameters are different, especially the software engineer always encounters unexpected format requirements for the parameters in the function call, and the situation is well solved in the self-written function, if the problem is encountered on a program interface which is already stably used or a standard method, the check of the entry is failed due to some special characters in the entry, thereby causing the program operation failure.
In the prior art, a method of replacing a special symbol is generally adopted, and in such a situation, it is found that replacing one special character by another is not only complicated, but also unpredictable risks exist because what character is next can not be determined, and the parameter format is illegal and cannot be transmitted.
Disclosure of Invention
The embodiment of the invention provides a complex format parameter transmission method, which is used for simply, quickly and safely transmitting complex format parameters and comprises the following steps:
determining whether the incoming parameter is a complex format parameter;
when the incoming parameters are complex format parameters, the incoming parameters are converted into encryption parameters by using an SM encryption algorithm;
and transmitting the encryption parameters to the function, decrypting the encryption parameters read by the function by using an SM encryption algorithm to obtain decrypted complex format parameters.
The embodiment of the present invention further provides a complex format parameter transferring device, for simply, quickly and safely transferring complex format parameters, the device including:
a parameter format determination module for determining whether the incoming parameter is a complex format parameter;
the parameter encryption module is used for converting the incoming parameters into encryption parameters by using an SM encryption algorithm when the incoming parameters are complex format parameters;
and the parameter decryption module is used for transferring the encryption parameters to the function, decrypting the encryption parameters read by the function by using an SM encryption algorithm to obtain decrypted complex format parameters.
The embodiment of the invention also provides computer equipment which comprises a memory, a processor and a computer program which is stored on the memory and can run on the processor, wherein the processor realizes the complex format parameter transmission method when executing the computer program.
An embodiment of the present invention also provides a computer-readable storage medium, which stores a computer program for executing the complex format parameter delivery method.
In the embodiment of the invention, whether the incoming parameters are complex format parameters is determined; when the incoming parameters are complex format parameters, the incoming parameters are converted into encryption parameters by using an SM encryption algorithm; and after the encryption parameters are transferred to the function, the encryption parameters read by the function are decrypted by using an SM encryption algorithm to obtain the decrypted complex format parameters. The SM encryption algorithm is used for encrypting the complex format parameters and decrypting the complex format parameters after the complex format parameters are transmitted into the function, so that the format check of the function on the complex format parameters is avoided when the complex format parameters are transmitted.
Drawings
In order to more clearly illustrate the technical solutions of the embodiments of the present invention, the drawings needed to be used in the description of the embodiments are briefly introduced below, and it is obvious that the drawings in the following description are only some embodiments of the present invention, and it is obvious for those skilled in the art to obtain other drawings based on these drawings without creative efforts.
Fig. 1 is a schematic diagram of a complex format parameter passing method according to an embodiment of the present invention.
Fig. 2 is a schematic diagram of an implementation method of step 101 in the embodiment of the present invention.
Fig. 3 is a schematic diagram illustrating an implementation method of step 101 in another embodiment of the present invention.
Fig. 4 is a schematic diagram of a method for implementing step 102 in the embodiment of the present invention.
Fig. 5 is a schematic diagram of a complex format parameter passing apparatus according to an embodiment of the present invention.
Fig. 6 is a schematic structural diagram of a computer device according to an embodiment of the present invention.
Detailed Description
The technical solutions in the embodiments of the present invention will be clearly and completely described below with reference to the drawings in the embodiments of the present invention, and it is obvious that the described embodiments are only a part of the embodiments of the present invention, and not all of the embodiments. All other embodiments, which can be derived by a person skilled in the art from the embodiments given herein without making any creative effort, shall fall within the protection scope of the present invention.
For a better understanding of the embodiments of the present invention, the terms of art to which the embodiments of the present invention relate will first be explained:
json: json (JavaScript Object Notation) is a lightweight data exchange format. It stores and represents data in a text format that is completely independent of the programming language, based on a subset of ECMAScript (js specification set by the european computer association). The compact and clear hierarchy makes Json an ideal data exchange language. The network transmission method is easy to read and write by people, is easy to analyze and generate by machines, and effectively improves the network transmission efficiency.
SM4 encryption algorithm: SM4.0 (original name SMs4.0) is a block cipher standard adopted by the government of the people's republic of china and issued by the national cipher authority on day 3/21 of 2012. The relevant standard is "GM/T0002-.
In a commercial cryptosystem, the SM4 is mainly used for data encryption, the algorithm is public, the packet length and the key length are both 128 bits, both the encryption algorithm and the key expansion algorithm adopt 32-round nonlinear iterative structures, and the S-box is a fixed 8-bit input 8-bit output.
The instruction length in SM4.0 is raised to a level greater than 64K (i.e., 64 × 1024), which is 128 times that of the SM 3.0 specification (rendering instruction length allowed to be greater than 512).
The inventors have found that when parameters are passed into a function, there may be two cases: (1) when the parameters which need to be transmitted do not meet the format checking requirement of the function and the parameters need to be transmitted; (2) at the entrance of the mian function, the incoming Json will automatically convert into a string array, resulting in the parameter reading error.
In the first case, a method of replacing the first character with a special symbol is used, and in this case, the fact that one character is replaced with another character makes parameter passing very complicated and risks being unpredictable. The Json character string introduced by the main function inlet is automatically converted into a character string array, and the Json character string is not provided with any solution and can only be processed as the character string array; the main function can also be quite cumbersome to process for enlisting if there are a sufficient number of Json string elements.
Therefore, an embodiment of the present invention provides a complex format parameter delivery method, which is used to simply, quickly, and safely deliver complex format parameters, as shown in fig. 1, and the method includes:
step 101: determining whether the incoming parameter is a complex format parameter;
step 102: when the incoming parameters are complex format parameters, the incoming parameters are converted into encryption parameters by using an SM encryption algorithm;
step 103: and after the encryption parameters are transferred to the function, the encryption parameters read by the function are decrypted by using an SM encryption algorithm to obtain the decrypted complex format parameters.
As can be known from the flow shown in fig. 1, in the embodiment of the present invention, whether the incoming parameter is a complex format parameter is determined; when the incoming parameters are complex format parameters, the incoming parameters are converted into encryption parameters by using an SM encryption algorithm; and after the encryption parameters are transferred to the function, the encryption parameters read by the function are decrypted by using an SM encryption algorithm to obtain the decrypted complex format parameters. The SM encryption algorithm is used for encrypting the complex format parameters and decrypting the complex format parameters after the complex format parameters are transmitted into the function, so that the format check of the function on the complex format parameters is avoided when the complex format parameters are transmitted.
In the implementation, it is first determined whether the incoming parameter is a complex format parameter, and the implementation process, as shown in fig. 2, includes:
step 201: acquiring function information and incoming parameter information of parameter transfer;
step 202: and according to the function information and the incoming parameter information transmitted by the parameters, when the function is determined to be a main function and the incoming parameters are Json character strings, determining the incoming parameters to be complex format parameters.
In an embodiment, the implementation method for determining whether an incoming parameter is a complex format parameter, as shown in fig. 3, on the basis of fig. 2, further includes:
step 301: when the function is determined not to be a main function or the incoming parameter is determined not to be a Json character string, acquiring a format check result of the function on the incoming parameter;
step 302: if the format checking result shows that the special characters exist, the transmitted parameters are determined to be complex format parameters.
And after determining that the incoming parameters are complex format parameters, converting the incoming parameters into encryption parameters by using an SM encryption algorithm. The specific implementation process, as shown in fig. 4, includes:
step 401: determining the part which does not meet the format requirement in the incoming parameters according to the format checking result;
step 402: converting the part which does not meet the format requirement in the input parameters into an encryption character string by using an SM encryption algorithm;
step 403: and replacing the part which does not meet the format requirement in the incoming parameters by using the encryption character string to obtain the encryption parameters.
In the specific embodiment, the problem of illegal parameters can be completely solved by encrypting the partial content which does not conform to the parameter format into a 16-system character string through an SM4 encryption algorithm.
After the incoming parameters are converted into encryption parameters by using the SM encryption algorithm, the encryption parameters are transferred to the function. And after the function is read, decrypting the encryption parameter read by the function by using an SM encryption algorithm to obtain the decrypted complex format parameter. After the read encrypted character string is decrypted and spliced with the rest of the parameters again, the original parameter content is obtained and transmitted to a subsequent program.
In the specific embodiment of the invention, for illegal parameters, an encryption algorithm is used to convert the illegal parts into character strings of pure alphabetic data, and then the character strings are combined into legal parameters. The parameter content is not changed, but excessive conversion of the main function join to the Json format or format check when the function joins (incoming parameters) is avoided. Therefore, the problem of illegal participation is solved at one time and quickly. And the access participants are encrypted, so that the confidentiality is improved. And the related work of the test is basically realized, and the production execution is free from bug after the test.
A specific example is given below to illustrate how embodiments of the present invention perform complex format parameter passing. The example is applied to the main function, a large Json character string is introduced, and a blank space exists in the character string, so that the main function considers that a plurality of parameters are introduced, and the subsequent program processing is wrong.
The following were used:
original references { "name": haidi "," id ": 888", "remarks": this is an example "}
This means that only one parameter is taken and directly analyzed by Json
{“name”:”haidi”,”id”:”888”,”remarks”:”this is an example.”}
What actually comes in through the main function will be partitioned by spaces.
The first parameter is: { "name": haidi "," id ": 888", "remarks": this
The second parameter is:
is
the third parameter:
an
the fourth parameter:
example.”}
if the complex format parameter transmission method provided by the above embodiment is used for encryption:
original references { "name": haidi "," id ": 888", "remarks": this is an example "}
After the encryption processing, similar to: 4r5fse232dd8hfd74, after the ciphertext is transmitted, the ciphertext is decrypted and analyzed according to Json, so that the result is twice with half the effort.
The implementation of the above specific application is only an example, and the rest of the embodiments are not described in detail.
Based on the same inventive concept, embodiments of the present invention further provide a complex format parameter transferring apparatus, and since the principle of the problem solved by the complex format parameter transferring apparatus is similar to that of the complex format parameter transferring method, the implementation of the complex format parameter transferring apparatus may refer to the implementation of the complex format parameter transferring method, and the repeated parts are not repeated, and the specific structure is as shown in fig. 5:
a parameter format determining module 501, configured to determine whether an incoming parameter is a complex format parameter;
a parameter encryption module 502, configured to convert the incoming parameter into an encryption parameter by using an SM encryption algorithm when the incoming parameter is a complex format parameter;
and the parameter decryption module 503 is configured to transfer the encryption parameters to the function, decrypt the encryption parameters read by the function by using an SM encryption algorithm, and obtain decrypted complex format parameters.
In a specific embodiment, the parameter format determining module 501 is specifically configured to:
acquiring function information and incoming parameter information of parameter transfer;
and according to the function information and the incoming parameter information transmitted by the parameters, when the function is determined to be a main function and the incoming parameter is a Json character string, determining the incoming parameter to be a complex format parameter.
Specifically, the parameter format determining module 501 is specifically configured to:
when the function is determined not to be a main function or the incoming parameter is determined not to be a Json character string, acquiring a format check result of the function on the incoming parameter;
and if the format checking result shows that the special characters exist, determining the incoming parameters as the complex format parameters.
Accordingly, in an embodiment, the parameter encryption module 502 is specifically configured to:
determining the part which does not meet the format requirement in the incoming parameters according to the format checking result;
converting the part which does not meet the format requirement in the input parameters into an encryption character string by using an SM encryption algorithm;
and replacing the part which does not meet the format requirement in the incoming parameters by using the encryption character string to obtain the encryption parameters.
An embodiment of the present invention further provides a computer device, and fig. 6 is a schematic diagram of a computer device in an embodiment of the present invention, where the computer device is capable of implementing all steps in the complex format parameter transfer processing method in the foregoing embodiment, and the computer device specifically includes the following contents:
a processor (processor)601, a memory (memory)602, a communication Interface (Communications Interface)603, and a communication bus 604;
the processor 601, the memory 602 and the communication interface 603 complete mutual communication through the communication bus 604; the communication interface 603 is used for implementing information transmission between related devices;
the processor 601 is configured to call a computer program in the memory 602, and when the processor executes the computer program, the complex format parameter passing method in the above embodiments is implemented.
An embodiment of the present invention further provides a computer-readable storage medium, where a computer program for executing the complex format parameter delivery method is stored in the computer-readable storage medium.
In summary, the method and the apparatus for transmitting complex format parameters provided in the embodiments of the present invention have the following advantages:
by determining whether the incoming parameter is a complex format parameter; when the incoming parameters are complex format parameters, the incoming parameters are converted into encryption parameters by using an SM encryption algorithm; and after the encryption parameters are transferred to the function, the encryption parameters read by the function are decrypted by using an SM encryption algorithm to obtain the decrypted complex format parameters. The SM encryption algorithm is used for encrypting the complex format parameters and decrypting the complex format parameters after the complex format parameters are transmitted into the function, so that the format check of the function on the complex format parameters is avoided when the complex format parameters are transmitted.
Although the present invention provides method steps as described in the examples or flowcharts, more or fewer steps may be included based on routine or non-inventive labor. The order of steps recited in the embodiments is merely one manner of performing the steps in a multitude of orders and does not represent the only order of execution. When an actual apparatus or client product executes, it may execute sequentially or in parallel (e.g., in the context of parallel processors or multi-threaded processing) according to the embodiments or methods shown in the figures.
As will be appreciated by one skilled in the art, embodiments of the present description may be provided as a method, apparatus (system) or computer program product. Accordingly, embodiments of the present description may take the form of an entirely hardware embodiment, an entirely software embodiment or an embodiment combining software and hardware aspects. Furthermore, the present invention 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 invention is described with reference to flowchart illustrations and/or block diagrams of methods, apparatus (systems) and computer program products according to embodiments of the invention. 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 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.
The embodiments in the present specification are described in a progressive manner, and the same and similar parts among the embodiments are referred to each other, and each embodiment focuses on the differences from the other embodiments. In particular, for the system embodiment, since it is substantially similar to the method embodiment, the description is simple, and for the relevant points, reference may be made to the partial description of the method embodiment. In this document, 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. Also, 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. The terms "upper", "lower", and the like, indicate orientations or positional relationships based on the orientations or positional relationships shown in the drawings, and are only for convenience in describing the present invention and simplifying the description, but do not indicate or imply that the referred devices or elements must have a specific orientation, be constructed and operated in a specific orientation, and thus, should not be construed as limiting the present invention. Unless expressly stated or limited otherwise, the terms "mounted," "connected," and "connected" are intended to be inclusive and mean, for example, that they may be fixedly connected, detachably connected, or integrally connected; can be mechanically or electrically connected; they may be connected directly or indirectly through intervening media, or they may be interconnected between two elements. The specific meanings of the above terms in the present invention can be understood by those skilled in the art according to specific situations. It should be noted that the embodiments and features of the embodiments may be combined with each other without conflict. The present invention is not limited to any single aspect, nor is it limited to any single embodiment, nor is it limited to any combination and/or permutation of these aspects and/or embodiments. Moreover, each aspect and/or embodiment of the present invention may be utilized alone or in combination with one or more other aspects and/or embodiments thereof.
Finally, it should be noted that: the above embodiments are only used to illustrate the technical solution of the present invention, and not to limit the same; while the invention has been described in detail and with reference to the foregoing embodiments, it will be understood by those skilled in the art that: the technical solutions described in the foregoing embodiments may still be modified, or some or all of the technical features may be equivalently replaced; such modifications and substitutions do not depart from the spirit and scope of the present invention, and they should be construed as being included in the following claims and description.

Claims (10)

1. A method for delivering complex format parameters, comprising:
determining whether the incoming parameter is a complex format parameter;
when the incoming parameters are complex format parameters, the incoming parameters are converted into encryption parameters by using an SM encryption algorithm;
and transmitting the encryption parameters to the function, decrypting the encryption parameters read by the function by using an SM encryption algorithm to obtain decrypted complex format parameters.
2. The complex format parameter delivery method of claim 1, wherein determining whether the incoming parameter is a complex format parameter comprises:
acquiring function information and incoming parameter information of parameter transfer;
and when the function is determined to be a main function and the incoming parameter is a Json character string according to the function information and the incoming parameter information transmitted by the parameters, determining the incoming parameter to be a complex format parameter.
3. The complex format parameter delivery method of claim 2, wherein determining whether the incoming parameter is a complex format parameter further comprises:
when the function is determined not to be a main function or the incoming parameter is determined not to be a Json character string, acquiring a format check result of the function on the incoming parameter;
and if the format checking result shows that the special characters exist, determining that the transmitted parameters are complex format parameters.
4. The method of claim 3, wherein when the incoming parameters are complex format parameters, converting the incoming parameters into encryption parameters using an SM encryption algorithm comprises:
determining the part which does not meet the format requirement in the incoming parameters according to the format checking result;
converting the part which does not meet the format requirement in the input parameters into an encryption character string by using an SM encryption algorithm;
and replacing the part which does not meet the format requirement in the incoming parameters by using the encryption character string to obtain the encryption parameters.
5. A complex format parameter passing apparatus, comprising:
a parameter format determination module for determining whether the incoming parameter is a complex format parameter;
the parameter encryption module is used for converting the incoming parameters into encryption parameters by using an SM encryption algorithm when the incoming parameters are complex format parameters;
and the parameter decryption module is used for transferring the encryption parameters to the function, decrypting the encryption parameters read by the function by using an SM encryption algorithm to obtain decrypted complex format parameters.
6. The apparatus for delivering complex-format parameters of claim 5, wherein the parameter format determining module is specifically configured to:
acquiring function information and incoming parameter information of parameter transfer;
and when the function is determined to be a main function and the incoming parameter is a Json character string according to the function information and the incoming parameter information transmitted by the parameters, determining the incoming parameter to be a complex format parameter.
7. The apparatus for delivering complex-format parameters of claim 6, wherein the parameter format determining module is specifically configured to:
when the function is determined not to be a main function or the incoming parameter is determined not to be a Json character string, acquiring a format check result of the function on the incoming parameter;
and if the format checking result shows that the special characters exist, determining that the transmitted parameters are complex format parameters.
8. The complex format parameter delivery apparatus as claimed in claim 7, wherein the parameter encryption module is specifically configured to:
determining the part which does not meet the format requirement in the incoming parameters according to the format checking result;
converting the part which does not meet the format requirement in the input parameters into an encryption character string by using an SM encryption algorithm;
and replacing the part which does not meet the format requirement in the incoming parameters by using the encryption character string to obtain the encryption parameters.
9. A computer 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 computer program.
10. A computer-readable storage medium, characterized in that the computer-readable storage medium stores a computer program for executing the method of any one of claims 1 to 4.
CN202110767958.3A 2021-07-07 2021-07-07 Complex format parameter transmission method and device Active CN113572593B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202110767958.3A CN113572593B (en) 2021-07-07 2021-07-07 Complex format parameter transmission method and device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202110767958.3A CN113572593B (en) 2021-07-07 2021-07-07 Complex format parameter transmission method and device

Publications (2)

Publication Number Publication Date
CN113572593A true CN113572593A (en) 2021-10-29
CN113572593B CN113572593B (en) 2024-04-19

Family

ID=78163935

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202110767958.3A Active CN113572593B (en) 2021-07-07 2021-07-07 Complex format parameter transmission method and device

Country Status (1)

Country Link
CN (1) CN113572593B (en)

Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20150358159A1 (en) * 2014-06-05 2015-12-10 International Business Machines Corporation Complex format-preserving encryption scheme
CN109766264A (en) * 2018-12-15 2019-05-17 深圳壹账通智能科技有限公司 Method of calibration, device, computer equipment and the storage medium of interface parameters
CN110138818A (en) * 2018-02-09 2019-08-16 北京京东尚科信息技术有限公司 Method, website application, system, device and the serving backend of Transfer Parameters
CN110611670A (en) * 2019-09-12 2019-12-24 贵阳叁玖互联网医疗有限公司 API request encryption method and device
CN112383522A (en) * 2020-11-02 2021-02-19 浙江苍南仪表集团股份有限公司 Function parameter data transmission encryption method, system, device and readable storage medium
CN112966303A (en) * 2021-03-10 2021-06-15 中国民航信息网络股份有限公司 Data encryption and decryption method and device, electronic equipment and computer storage medium

Patent Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20150358159A1 (en) * 2014-06-05 2015-12-10 International Business Machines Corporation Complex format-preserving encryption scheme
CN110138818A (en) * 2018-02-09 2019-08-16 北京京东尚科信息技术有限公司 Method, website application, system, device and the serving backend of Transfer Parameters
CN109766264A (en) * 2018-12-15 2019-05-17 深圳壹账通智能科技有限公司 Method of calibration, device, computer equipment and the storage medium of interface parameters
CN110611670A (en) * 2019-09-12 2019-12-24 贵阳叁玖互联网医疗有限公司 API request encryption method and device
CN112383522A (en) * 2020-11-02 2021-02-19 浙江苍南仪表集团股份有限公司 Function parameter data transmission encryption method, system, device and readable storage medium
CN112966303A (en) * 2021-03-10 2021-06-15 中国民航信息网络股份有限公司 Data encryption and decryption method and device, electronic equipment and computer storage medium

Also Published As

Publication number Publication date
CN113572593B (en) 2024-04-19

Similar Documents

Publication Publication Date Title
Guttman et al. Authentication tests and the structure of bundles
JP6545136B2 (en) System and method for encrypted transmission of web pages
US7978851B2 (en) Keystream encryption device, method, and program
CN111131278B (en) Data processing method and device, computer storage medium and electronic equipment
CN112202754B (en) Data encryption method and device, electronic equipment and storage medium
CN110516462B (en) Method and apparatus for encrypting data
CN112653556B (en) TOKEN-based micro-service security authentication method, device and storage medium
CN110138739B (en) Data information encryption method and device, computer equipment and storage medium
CN110084599B (en) Key processing method, device, equipment and storage medium
CN110933063B (en) Data encryption method, data decryption method and equipment
CN107222759A (en) Method, system, equipment and the medium of media file encryption and decryption
CN112333009B (en) Gateway system based on configuration
JP2013128175A (en) System for verifying whether character string is accepted by automaton or not
CN113992432A (en) Message processing method, message bus system, computer device, and storage medium
CN113452705A (en) Encrypted communication method, device, electronic equipment and storage medium
CN115277064B (en) Data encryption and data decryption methods and devices, electronic equipment and medium
WO2020165931A1 (en) Information processing device, secret computation method, and program
CN113572593A (en) Complex format parameter transmission method and device
JP4938430B2 (en) Nonlinear function unit, stream cipher encryption apparatus, decryption apparatus, MAC generation apparatus, stream cipher encryption method, decryption method, MAC generation method, and program
CN114611129A (en) Data privacy protection method and system
CN110517045B (en) Block chain data processing method, device, equipment and storage medium
CN107241185A (en) Data transmitting and receiving method and transmission and reception device
JP5415020B2 (en) Stream cipher encryption apparatus, decryption apparatus, MAC generation apparatus, stream cipher encryption method, decryption method, MAC generation method, and program
CN117786757B (en) Privacy calculation management system and method
CN112131596B (en) Encryption and decryption method, equipment and storage medium

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