CN111931474A - Information table generation method and device, electronic equipment and computer readable medium - Google Patents

Information table generation method and device, electronic equipment and computer readable medium Download PDF

Info

Publication number
CN111931474A
CN111931474A CN202010794238.1A CN202010794238A CN111931474A CN 111931474 A CN111931474 A CN 111931474A CN 202010794238 A CN202010794238 A CN 202010794238A CN 111931474 A CN111931474 A CN 111931474A
Authority
CN
China
Prior art keywords
service
service information
total number
index
information
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Granted
Application number
CN202010794238.1A
Other languages
Chinese (zh)
Other versions
CN111931474B (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.)
Sinochem Information Technology Co Ltd
Original Assignee
Sinochem 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 Sinochem Information Technology Co Ltd filed Critical Sinochem Information Technology Co Ltd
Priority to CN202010794238.1A priority Critical patent/CN111931474B/en
Publication of CN111931474A publication Critical patent/CN111931474A/en
Application granted granted Critical
Publication of CN111931474B publication Critical patent/CN111931474B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F40/00Handling natural language data
    • G06F40/10Text processing
    • G06F40/166Editing, e.g. inserting or deleting
    • G06F40/177Editing, e.g. inserting or deleting of tables; using ruled lines
    • G06F40/18Editing, e.g. inserting or deleting of tables; using ruled lines of spreadsheets
    • 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

Abstract

The embodiment of the disclosure discloses an information table generation method, an information table generation device, electronic equipment and a computer readable medium. One embodiment of the method comprises: acquiring a service information set in a preset time period, wherein the service information comprises service scene information and an index data set corresponding to the service scene information. And summing each index data set in the service information set to generate a summed index data set serving as the total index number to obtain a total index number set. And generating a service information table based on each service scene information in the service information set and the index total number set. And encrypting the service information table to generate an encrypted service information table. The embodiment realizes the tabulation of the service information and improves the safety of data in the service information table through encryption.

Description

Information table generation method and device, electronic equipment and computer readable medium
Technical Field
The embodiment of the disclosure relates to the technical field of computers, in particular to a method and a device for generating a determination information table and electronic equipment.
Background
The service information table is a service table including service scenario information and index data. The current common method is to directly generate a series of service information into a table without processing data. The method stores the service information plaintext data in the database, and the service information data is easy to leak, so that the safety of the service information data is reduced.
Disclosure of Invention
This summary is provided to introduce a selection of concepts in a simplified form that are further described below in the detailed description. This summary is not intended to identify key features or essential features of the claimed subject matter, nor is it intended to be used to limit the scope of the claimed subject matter.
Some embodiments of the present disclosure propose an information table generating method, apparatus, electronic device and computer readable medium to solve the technical problems mentioned in the above background section.
In a first aspect, some embodiments of the present disclosure provide an information table generating method, including: acquiring a service information set in a preset time period, wherein the service information comprises service scene information and an index data set corresponding to the service scene information; summing each index data set in the service information set to generate a summed index data set serving as an index total number to obtain an index total number set; generating a service information table based on each service scene information in the service information set and the index total number set; and encrypting the service information table to generate an encrypted service information table.
In a second aspect, some embodiments of the present disclosure provide an information table generating apparatus, including: the system comprises an acquisition unit, a processing unit and a processing unit, wherein the acquisition unit is configured to acquire a service information set in a preset time period, and the service information comprises service scene information and an index data set corresponding to the service scene information; a summing unit configured to sum each index data set in the service information set to generate a summed index data set as an index total number, so as to obtain an index total number set; a generating unit configured to generate a service information table based on each service scenario information in the service information set and the index total number set; and the encryption unit is configured to encrypt the service information table to generate an encrypted service information table.
In some embodiments, encrypting each binary-converted metric total in the set of binary-converted metric total to generate an encrypted metric total includes:
randomly selecting three natural numbers, wherein the first natural number is a prime number, and the second natural number and the third natural number are smaller than the first natural number;
determining the average value of the three natural numbers;
inputting the three natural numbers and the mean value to the following equation to generate an encryption key:
Y=gx×mod(p)+θ,
wherein Y represents an encryption key, g represents a second natural number, x represents a third natural number, p represents a prime number, θ represents an average of the three natural numbers, and mod () represents a modulo operation;
inputting the encryption key, the first random number, the second random number, the mean value, and the binary-converted total number of metrics to the following equation to generate a total number of encrypted metrics:
Figure BDA0002624936530000021
wherein, C (C)1,C2,C3) Representing the total number of encryption indexes, C1Representing a first encrypted secret, C2Representing a second encrypted secret, C3Representing a third encrypted secret, Y representing an encryption key, g representing a second natural number, x representing a third natural number, p representing a prime number, θ representing the mean of the three natural numbers, M representing the total number of indices after the binary conversion, mod () representing the modulo operation.
In a third aspect, an embodiment of the present application provides an electronic device, where the network device includes: one or more processors; storage means for storing one or more programs; when the one or more programs are executed by the one or more processors, the one or more processors are caused to implement the method as described in any implementation of the first aspect.
In a fourth aspect, the present application provides a computer-readable medium, on which a computer program is stored, which, when executed by a processor, implements the method as described in any implementation manner of the first aspect.
One of the above-described various embodiments of the present disclosure has the following advantageous effects: and summing the index data sets in the service information set in the preset time period to obtain an index total set. And then, generating a service information table based on each service scene information in the service information set and the index total number set. Then, the service information table is encrypted to generate an encrypted service information table. The business information tabulation is realized, and the safety of data in the business information table is improved by encrypting the business information table.
Drawings
The above and other features, advantages and aspects of various embodiments of the present disclosure will become more apparent by referring to the following detailed description when taken in conjunction with the accompanying drawings. Throughout the drawings, the same or similar reference numbers refer to the same or similar elements. It should be understood that the drawings are schematic and that elements and elements are not necessarily drawn to scale.
FIG. 1 is a schematic diagram of an application scenario of an information table generation method of some embodiments of the present disclosure;
FIG. 2 is a flow diagram of some embodiments of an information table generation method according to some embodiments of the present disclosure;
FIG. 3 is a flow diagram of some embodiments of an information table generating apparatus according to some embodiments of the present disclosure;
FIG. 4 is a schematic block diagram of an electronic device suitable for use in implementing some embodiments of the present disclosure.
Detailed Description
Embodiments of the present disclosure will be described in more detail below with reference to the accompanying drawings. While certain embodiments of the present disclosure are shown in the drawings, it is to be understood that the disclosure may be embodied in various forms and should not be construed as limited to the embodiments set forth herein. Rather, these embodiments are provided for a more thorough and complete understanding of the present disclosure. It should be understood that the drawings and embodiments of the disclosure are for illustration purposes only and are not intended to limit the scope of the disclosure.
It should be noted that, for convenience of description, only the portions related to the related invention are shown in the drawings. The embodiments and features of the embodiments in the present disclosure may be combined with each other without conflict.
It should be noted that the terms "first", "second", and the like in the present disclosure are only used for distinguishing different devices, modules or units, and are not used for limiting the order or interdependence relationship of the functions performed by the devices, modules or units.
It is noted that references to "a", "an", and "the" modifications in this disclosure are intended to be illustrative rather than limiting, and that those skilled in the art will recognize that "one or more" may be used unless the context clearly dictates otherwise.
The names of messages or information exchanged between devices in the embodiments of the present disclosure are for illustrative purposes only, and are not intended to limit the scope of the messages or information.
The present disclosure will be described in detail below with reference to the accompanying drawings in conjunction with embodiments.
Fig. 1 is a schematic diagram of an application scenario of the information table generation method of some embodiments of the present disclosure.
As shown in fig. 1, first, the computing device 101 may determine a set 104 of business scenario information and total metrics from the business scenario information 102 and the metrics data set 103. Then, the computing device generates a traffic information table 105 based on the traffic scenario information and the set of index totals 104. Then, the computing device 101 may encrypt the service information table 105 to obtain an encrypted service information table 106. Finally, in some alternative implementations of some embodiments, the computing device 101 may store the encrypted service information table 106 to the server terminal 107.
The computing device 101 may be hardware or software. When the computing device is hardware, it may be implemented as a distributed cluster composed of multiple servers or terminal devices, or may be implemented as a single server or a single terminal device. When the computing device is embodied as software, it may be installed in the hardware devices enumerated above. It may be implemented, for example, as multiple software or software modules to provide distributed services, or as a single software or software module. And is not particularly limited herein.
It should be understood that the number of user equipment information in fig. 1 is merely illustrative. There may be any number of user equipment information, as implementation requires.
With continued reference to fig. 2, a flow 200 of some embodiments of an information table generation method according to the present disclosure is shown. The information table generating method comprises the following steps:
step 201, acquiring a service information set in a preset time period.
In some embodiments, an execution subject of the information table generating method (for example, the computing device 101 shown in fig. 1) may acquire the service information set in the preset time period from the terminal through a wired connection manner or a wireless connection manner. The service information comprises service scene information and an index data set corresponding to the service scene information. Wherein the service scenario information includes a creation time and a place attribute name at which the service occurs. It should be noted that the wireless connection means may include, but is not limited to, a 3G/4G/5G connection, a WiFi connection, a bluetooth connection, a WiMAX connection, a Zigbee connection, a uwb (ultra wideband) connection, and other wireless connection means now known or developed in the future.
As an example, the executing body may send an application for acquiring a service information set in a preset time period to a database through a network, and the database receives the application and transmits the service information set in the preset time period to the executing body through the network. The service information set may include, but is not limited to, at least one of the following: service scene information, an index data set and a time point. The service information set may be "{ a order is 10, B order is 10, and C order is 10; the place attribute name is "first affiliate", and the creation time is 2019-07-011: 00 }; { a order is 1, B order is 1, C order is 1; the place attribute name is "second division", and the creation time is 2019-07-011: 00 }; { a order is 10, B order is 10, C order is 10; the place attribute name is "third division", and the creation time is 2019-07-011: 00}".
Step 202, summing each index data set in the service information set to generate a summed index data set, which is used as the total index number to obtain a total index number set.
In some embodiments, the executing body may perform summation processing on each index data set in the service information set to generate a summed index data set, which is used as an index total to obtain an index total set.
As an example, the index dataset for each service information in the service information set may be "{ order a ═ 20, order B ═ 15, and order C ═ 15 }; { order a ═ 10, order B ═ 15, and order C ═ 15 }; { order a ═ 5, order B ═ 15, and order C ═ 20} ". The obtained total index set is { total index is 50 }; { index total ═ 40 }; { total index ═ 40} ".
Step 203, generating a service information table based on each service scene information in the service information set and the index total number set.
In some embodiments, the execution subject may generate the service information table based on each service scenario information in the service scenario information set and a corresponding total number of indicators in the total number set of indicators.
In some optional implementations of some embodiments, the executing entity may generate the service information table by:
firstly, combining each service scene information in the service information set with the index total number in the index total number set corresponding to the service scene information to generate a binary group, and obtaining a binary group set.
And secondly, establishing a service information empty table, inputting each binary group in the binary group set into the service information empty table, and generating the service information table.
As an example, each piece of service scenario information in the service information set may be "7 months and 15 days, a first division; 7 month 15, second division; 7 month 15, third division; 7 month 15, fourth division; 7 months and 15 days, fifth firm; 7 month 15 day, sixth division; 7 month 15, seventh division ". The total number of indexes corresponding to the service scenario information is "50; 55; 60, adding a solvent to the mixture; 70; 55; 60, adding a solvent to the mixture; 50". The composition doublet yielded "< 7 months 15 days, third division: 50 >; day <7 month 15, second division: 55 >; day <7, 15, third division: 60 >; day 15 <7, fourth division: 70 >; day <7 month 15, fifth division: 55 >; day 15 <7 months, sixth division: 60 >; day <7, 15, seventh division: 50> ".
Figure BDA0002624936530000061
Step 204, the service information table is encrypted to generate an encrypted service information table.
In some embodiments, the execution body may perform hash encryption on the service information table to generate an encrypted service information table.
In some optional implementations of some embodiments, the executing entity may generate the encrypted service information table by:
firstly, respectively coding the service scene information of each service information in the service information table and the index total number corresponding to the service scene information to generate coded service scene information and coded index total number, and obtaining a coded service scene information set and a coded index total number set.
As an example, the service scenario information of each service information in the service information table may be "7 months and 15 days, a first division; 7 month 15, second division ". The set of the coded service scenario information obtained by performing ASCII coding on the service scenario information is:
{7\u670815\u65e5example,\u7b2c\u4e00\u5206\u516c\u53f8;
7\u670815\u65e5example,\u7b2c\u4e8c\u5206\u516c\u53f8}。
the total number of indexes corresponding to the service scenario information may be "50; 55". And coding the total number of the indexes to obtain: [ b '50' ]; [ b '55' ]. The total number set of the coded indexes is: "[ b '50' ]; [ b '55' ] ".
And secondly, carrying out system conversion processing on each coded index total number in the coded index total number set to generate a system converted index total number to obtain a system converted index total number set. Here, the binary conversion may be a decimal conversion or an octal conversion, which is not required herein.
As an example, the set of total number of indicators after encoding may be: "[ b '50' ]; [ b '55' ] ". Decimal conversion is carried out on the total number of the coded indexes in the total number set of the coded indexes to obtain "[ 53,48 ]; [53,53]".
And thirdly, randomly selecting three natural numbers, wherein the first natural number is a prime number, and the second natural number and the third natural number are smaller than the first natural number.
And fourthly, determining the average value of the three natural numbers.
As an example, the prime number may be "13". The other two natural numbers may be "2, 3". The average of the above three natural numbers is "6".
Fifthly, inputting the three natural numbers and the average value into the following formula to generate an encryption key:
Y=gx×mod(p)+θ
where Y denotes an encryption key. g represents a second natural number. x represents a third natural number. p represents a prime number. θ represents the mean of the three natural numbers. mod () represents a modulo operation.
As an example, the second natural number g may be "2". The third natural number x may be "3". The prime number p may be "13". The average value θ of the three numbers is "6". Substituting the data into a formula to obtain an encryption key as follows: y ═23×mod 13+6=14。
Sixthly, inputting the encryption key, the second natural number, the third natural number, the average value and the index total number after the binary conversion into the following formulas to generate an encryption index total number:
Figure BDA0002624936530000081
wherein, C (C)1,C2,C3) Representing the total number of encryption indices. C1Representing the first encrypted secret. C2Representing a second encrypted secret. C3Representing a third encrypted secret. Y denotes an encryption key. g represents a second natural number. x represents a third natural number. p represents a prime number. θ represents the mean of the three natural numbers. M represents the total number of indexes after the binary conversion. mod () represents a modulo operation.
As an example, the second natural number g may be "2". The third natural number x may be "3". The prime number p may be "13". The average value θ of the three numbers is "6". The encryption key Y is "14". The index total number M after the binary conversion may be "[ 53,48 ]". Substituting the data into a formula to obtain the total number of the encryption indexes:
Figure BDA0002624936530000082
Figure BDA0002624936530000083
the total number of encryption indexes can be obtained as follows: c (10, [1,9], [2,0 ]).
In some embodiments, the execution main body performs coding processing on the service scene information of each service information in the service information table and the index total number corresponding to the service scene information to generate coded service scene information and a coded index total number, so as to obtain a coded service scene information set and a coded index total number set, and codes the service scene information and the index total number respectively, where two different coding modes increase confidentiality of information. Then, the total number of each coded index in the set of total number of coded indexes is subjected to binary conversion to generate a total number of indexes subjected to binary conversion, so that a set of total number of indexes subjected to binary conversion is obtained, and the total number of coded indexes is subjected to binary conversion to obtain a number, so that the total number of indexes is conveniently encrypted. And then, carrying out segmented encryption on the index total number after the binary conversion to generate an encrypted index total number, and respectively encrypting each field in the plain text by the segmented encryption method to generate a segmented ciphertext. The data is encrypted by the sectional encryption mode, so that the safety of the data is improved.
And eighthly, establishing an encryption service information empty table, inputting each coded service scene information in the coded service scene information set and the encryption index total number in the encryption index total number set corresponding to the coded service scene information into the encryption service information empty table, and generating the encryption service information table.
As an example, the set of encoded traffic scenario information may be:
{7\u670815\u65e5example,\u7b2c\u4e00\u5206\u516c\u53f8;7\u670815\u65e5example,\u7b2c\u4e8c\u5206\u516c\u53f8}。
the total number of encryption indexes corresponding to the coded service scene information is as follows: "(10, [1,9], [2,0 ]); (10,[1,1],[2,2])". Inputting each coded service scene information in the coded service scene information set and the total number of encryption indexes corresponding to the coded service scene information into the encryption service information empty table to obtain an encryption service information table:
Figure BDA0002624936530000091
optionally, the execution main body may backup the encrypted service information table to obtain a backup encrypted service information table. And sending and storing the backup encrypted service information table to the equipment terminal.
As an example, after the encrypted service information table is backed up, the obtained backup encrypted service information table is sent to the device terminal and stored, which is helpful for ensuring the security of the service information and enhancing the confidentiality of the service information data.
One of the above-described various embodiments of the present disclosure has the following advantageous effects: and summing the index data sets in the service information set in the preset time period to obtain an index total set. Then, each service scene information in the service information set and the total index number corresponding to the service scene information are combined to generate a binary group to obtain a binary group set, and the service scene information and the total index number are combined to form the binary group, so that the information can be directly filled into an empty table conveniently. And then, establishing a service information empty table, inputting each binary group in the binary group set into the service information empty table, and generating a service information table. Then, the service information table is encrypted to generate an encrypted service information table. Optionally, the encrypted service information table is backed up to obtain a backup encrypted service information table. And sending and storing the backup encrypted service information table to the equipment terminal. Through data backup, the safety of the data is improved, and the loss caused by unrecoverable data loss due to certain reasons is avoided. By encrypting the data, the confidentiality of the data is improved, and the security of the data is ensured by storing the data.
With further reference to fig. 3, as an implementation of the above method for the above figures, the present disclosure provides some embodiments of an information table generating apparatus, which correspond to those of the method embodiments described above in fig. 2, and which may be applied in various electronic devices.
As shown in fig. 3, the information table generating apparatus 300 of some embodiments includes: an acquisition unit 301, a summation unit 302, a generation unit 303, and an encryption unit 304. An obtaining unit 301 configured to obtain a service information set in a preset time period, where the service information includes service scenario information and an index data set corresponding to the service scenario information; a summing unit 302, configured to perform summing processing on each index data set in the service information set to generate a summed index data set, which is used as an index total number, to obtain an index total number set; a generating unit 303 configured to generate a service information table based on each service scenario information in the service information set and the index total number set; and an encryption unit 304 configured to encrypt the service information table to generate an encrypted service information table.
In some optional implementations of some embodiments, the generating unit 303 of the information table generating apparatus 300 is further configured to: forming a binary group by each service scene information in the service information set and the total index number corresponding to the service scene information to obtain a binary group set; and establishing a service information empty table, inputting each binary group in the binary group set into the service information empty table, and generating the service information table.
It will be understood that the units described in the apparatus 300 correspond to the various steps in the method described with reference to fig. 2. Thus, the operations, features and resulting advantages described above with respect to the method are also applicable to the apparatus 300 and the units included therein, and are not described herein again.
Referring now to FIG. 4, a block diagram of an electronic device (e.g., computing device 101 of FIG. 1)400 suitable for use in implementing some embodiments of the present disclosure is shown. The server shown in fig. 4 is only an example, and should not bring any limitation to the functions and the scope of use of the embodiments of the present disclosure.
As shown in fig. 4, electronic device 400 may include a processing device (e.g., central processing unit, graphics processor, etc.) 401 that may perform various appropriate actions and processes in accordance with a program stored in a Read Only Memory (ROM)402 or a program loaded from a storage device 408 into a Random Access Memory (RAM) 403. In the RAM 403, various programs and data necessary for the operation of the electronic apparatus 400 are also stored. The processing device 401, the ROM 402, and the RAM 403 are connected to each other via a bus 404. An input/output (I/O) interface 405 is also connected to bus 404.
Generally, the following devices may be connected to the I/O interface 405: input devices 406 including, for example, a touch screen, touch pad, keyboard, mouse, camera, microphone, accelerometer, gyroscope, etc.; an output device 407 including, for example, a Liquid Crystal Display (LCD), a speaker, a vibrator, and the like; storage 408 including, for example, tape, hard disk, etc.; and a communication device 409. The communication means 409 may allow the electronic device 406 to communicate with other devices, either wirelessly or by wire, to exchange data. While fig. 4 illustrates an electronic device 400 having various means, it is to be understood that not all illustrated means are required to be implemented or provided. More or fewer devices may alternatively be implemented or provided. Each block shown in fig. 4 may represent one device or may represent multiple devices as desired.
In particular, according to some embodiments of the present disclosure, the processes described above with reference to the flow diagrams may be implemented as computer software programs. For example, some embodiments of the present disclosure include a computer program product comprising a computer program embodied on a computer readable medium, the computer program comprising program code for performing the method illustrated in the flow chart. In some such embodiments, the computer program may be downloaded and installed from a network through the communication device 409, or from the storage device 408, or from the ROM 402. The computer program, when executed by the processing apparatus 401, performs the above-described functions defined in the methods of some embodiments of the present disclosure.
It should be noted that the computer readable medium described above in some embodiments of the present disclosure may be a computer readable signal medium or a computer readable storage medium or any combination of the two. A computer readable storage medium may be, for example, but not limited to, an electronic, magnetic, optical, electromagnetic, infrared, or semiconductor system, apparatus, or device, or any combination of the foregoing. More specific examples of the computer readable storage medium may include, but are not limited to: an electrical connection having one or more wires, a portable computer diskette, a hard disk, a Random Access Memory (RAM), a read-only memory (ROM), an erasable programmable read-only memory (EPROM or flash memory), an optical fiber, a portable compact disc read-only memory (CD-ROM), an optical storage device, a magnetic storage device, or any suitable combination of the foregoing. In some embodiments of the disclosure, a computer readable storage medium may be any tangible medium that can contain, or store a program for use by or in connection with an instruction execution system, apparatus, or device. In some embodiments of the present disclosure, however, a computer readable signal medium may include a propagated data signal with computer readable program code embodied therein, for example, in baseband or as part of a carrier wave. Such a propagated data signal may take many forms, including, but not limited to, electro-magnetic, optical, or any suitable combination thereof. A computer readable signal medium may also be any computer readable medium that is not a computer readable storage medium and that can communicate, propagate, or transport a program for use by or in connection with an instruction execution system, apparatus, or device. Program code embodied on a computer readable medium may be transmitted using any appropriate medium, including but not limited to: electrical wires, optical cables, RF (radio frequency), etc., or any suitable combination of the foregoing.
In some embodiments, the clients, servers may communicate using any currently known or future developed network Protocol, such as HTTP (HyperText Transfer Protocol), and may interconnect with any form or medium of digital data communication (e.g., a communications network). Examples of communication networks include a local area network ("LAN"), a wide area network ("WAN"), the Internet (e.g., the Internet), and peer-to-peer networks (e.g., ad hoc peer-to-peer networks), as well as any currently known or future developed network.
The computer readable medium may be embodied in the apparatus; or may exist separately without being assembled into the electronic device. The computer readable medium carries one or more programs which, when executed by the electronic device, cause the electronic device to: acquiring a service information set in a preset time period, wherein the service information comprises service scene information and an index data set corresponding to the service scene information; summing each index data set in the service information set to generate a summed index data set serving as an index total number to obtain an index total number set; generating a service information table based on each service scene information in the service information set and the index total number set; and encrypting the service information table to generate an encrypted service information table.
Computer program code for carrying out operations for embodiments of the present disclosure may be written in any combination of one or more programming languages, including an object oriented programming language such as Java, Smalltalk, C + +, Python, and conventional procedural programming languages, such as the "C" programming language or similar programming languages. The program code may execute entirely on the user's computer, partly on the user's computer, as a stand-alone software package, partly on the user's computer and partly on a remote computer or entirely on the remote computer or server. In the case of a remote computer, the remote computer may be connected to the user's computer through any type of network, including a Local Area Network (LAN) or a Wide Area Network (WAN), or the connection may be made to an external computer (for example, through the Internet using an Internet service provider).
The flowchart and block diagrams in the figures illustrate the architecture, functionality, and operation of possible implementations of systems, methods and computer program products according to various embodiments of the present disclosure. In this regard, each block in the flowchart or block diagrams may represent a module, segment, or portion of code, which comprises one or more executable instructions for implementing the specified logical function(s). It should also be noted that, in some alternative implementations, the functions noted in the block may occur out of the order noted in the figures. For example, two blocks shown in succession may, in fact, be executed substantially concurrently, or the blocks may sometimes be executed in the reverse order, depending upon the functionality involved. It will also be noted that each block of the block diagrams and/or flowchart illustration, and combinations of blocks in the block diagrams and/or flowchart illustration, can be implemented by special purpose hardware-based systems which perform the specified functions or acts, or combinations of special purpose hardware and computer instructions.
The units described in some embodiments of the present disclosure may be implemented by software, and may also be implemented by hardware. The described units may also be provided in a processor, and may be described as: a processor includes an acquisition unit, a summing unit, a generation unit, and an encryption unit. The names of these units do not in some cases form a limitation on the units themselves, and for example, the generating unit may also be described as "a unit that generates a service information table based on each service scenario information in the service information set and the index total number set".
The functions described herein above may be performed, at least in part, by one or more hardware logic components. For example, without limitation, exemplary types of hardware logic components that may be used include: field Programmable Gate Arrays (FPGAs), Application Specific Integrated Circuits (ASICs), Application Specific Standard Products (ASSPs), systems on a chip (SOCs), Complex Programmable Logic Devices (CPLDs), and the like.
The foregoing description is only exemplary of the preferred embodiments of the disclosure and is illustrative of the principles of the technology employed. It will be appreciated by those skilled in the art that the scope of the invention in the embodiments of the present disclosure is not limited to the specific combination of the above-mentioned features, but also encompasses other embodiments in which any combination of the above-mentioned features or their equivalents is made without departing from the inventive concept as defined above. For example, the above features and (but not limited to) technical features with similar functions disclosed in the embodiments of the present disclosure are mutually replaced to form the technical solution.

Claims (7)

1. An information table generating method includes:
acquiring a service information set in a preset time period, wherein the service information comprises service scene information and an index data set corresponding to the service scene information;
summing each index data set in the service information set to generate a summed index data set serving as an index total number to obtain an index total number set;
generating a service information table based on each service scene information in the service information set and the index total number set;
and encrypting the service information table to generate an encrypted service information table.
2. The method of claim 1, wherein the method further comprises:
backing up the encryption service information table to obtain a backup encryption service information table;
and sending and storing the backup encryption service information table to an equipment terminal.
3. The method of claim 2, wherein generating a service information table based on each service scenario information in the service information set and the index total number set comprises:
combining each service scene information in the service information set with the index total number in the index total number set corresponding to the service scene information to generate a binary group, so as to obtain a binary group set;
and establishing a service information empty table, inputting each binary group in the binary group set into the service information empty table, and generating the service information table.
4. The method of claim 3, wherein the encrypting the service information table to generate an encrypted service information table comprises:
respectively coding the service scene information of each service information in the service information table and the index total number corresponding to the service scene information to generate coded service scene information and coded index total number, and obtaining a coded service scene information set and a coded index total number set;
carrying out system conversion processing on each coded index total number in the coded index total number set to generate a system-converted index total number to obtain a system-converted index total number set;
encrypting the total number of each binary-converted index in the total number set of binary-converted indexes to generate a total number of encrypted indexes, and obtaining a total number set of encrypted indexes;
and establishing an encryption service information empty table, inputting each coded service scene information in the coded service scene information set and the encryption index total number in the encryption index total number set corresponding to the coded service scene information into the encryption service information empty table, and generating the encryption service information table.
5. An information table generating apparatus comprising:
the device comprises an acquisition unit, a processing unit and a processing unit, wherein the acquisition unit is configured to acquire a service information set in a preset time period, and the service information comprises service scene information and an index data set corresponding to the service scene information;
a summing unit configured to sum each index data set in the service information set to generate a summed index data set as an index total number, resulting in an index total number set;
a generating unit configured to generate a service information table based on each service scenario information in the service information set and the index total number set;
an encryption unit configured to encrypt the service information table to generate an encrypted service information table.
6. An electronic device, comprising:
one or more processors;
a storage device having one or more programs stored thereon;
when executed by the one or more processors, cause the one or more processors to implement the method of any one of claims 1-4.
7. A computer-readable medium, on which a computer program is stored, wherein the program, when executed by a processor, implements the method of any one of claims 1-4.
CN202010794238.1A 2020-08-10 2020-08-10 Information table generation method, device, electronic equipment and computer readable medium Active CN111931474B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202010794238.1A CN111931474B (en) 2020-08-10 2020-08-10 Information table generation method, device, electronic equipment and computer readable medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202010794238.1A CN111931474B (en) 2020-08-10 2020-08-10 Information table generation method, device, electronic equipment and computer readable medium

Publications (2)

Publication Number Publication Date
CN111931474A true CN111931474A (en) 2020-11-13
CN111931474B CN111931474B (en) 2024-01-02

Family

ID=73306622

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202010794238.1A Active CN111931474B (en) 2020-08-10 2020-08-10 Information table generation method, device, electronic equipment and computer readable medium

Country Status (1)

Country Link
CN (1) CN111931474B (en)

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN113010509A (en) * 2021-04-06 2021-06-22 新奥数能科技有限公司 Method and device for counting use data in specific time period and electronic equipment
CN113689028A (en) * 2021-07-19 2021-11-23 杉数科技(北京)有限公司 Business data processing method and device, computer readable medium and electronic equipment
CN115374187A (en) * 2022-10-24 2022-11-22 北京国电通网络技术有限公司 Index data acquisition method and device, electronic equipment and computer readable medium

Citations (9)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN107040366A (en) * 2017-06-07 2017-08-11 上海哎媲媲网络技术有限公司 A kind of data ciphering method for carrying effective business information transmission and regular length
CN107995274A (en) * 2017-11-27 2018-05-04 中国银行股份有限公司 A kind of information cuing method and front-end server based on business scenario coding
CN109308296A (en) * 2018-09-30 2019-02-05 税友软件集团股份有限公司 A kind of generation method, device and the computer readable storage medium of business datum table
CN110598110A (en) * 2019-09-16 2019-12-20 腾讯科技(深圳)有限公司 Service pushing method and device
US20200175178A1 (en) * 2019-08-01 2020-06-04 Alibaba Group Holding Limited Encrypted data exchange
CN111324896A (en) * 2018-12-13 2020-06-23 航天信息股份有限公司 Method and device for writing vehicle service information and computing equipment
CN111340479A (en) * 2020-02-24 2020-06-26 支付宝(杭州)信息技术有限公司 Service processing method and device
CN111385147A (en) * 2020-03-06 2020-07-07 腾讯科技(深圳)有限公司 Fault simulation method, device and computer readable storage medium
CN111475694A (en) * 2020-03-18 2020-07-31 平安国际智慧城市科技股份有限公司 Data processing method, device, terminal and storage medium

Patent Citations (9)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN107040366A (en) * 2017-06-07 2017-08-11 上海哎媲媲网络技术有限公司 A kind of data ciphering method for carrying effective business information transmission and regular length
CN107995274A (en) * 2017-11-27 2018-05-04 中国银行股份有限公司 A kind of information cuing method and front-end server based on business scenario coding
CN109308296A (en) * 2018-09-30 2019-02-05 税友软件集团股份有限公司 A kind of generation method, device and the computer readable storage medium of business datum table
CN111324896A (en) * 2018-12-13 2020-06-23 航天信息股份有限公司 Method and device for writing vehicle service information and computing equipment
US20200175178A1 (en) * 2019-08-01 2020-06-04 Alibaba Group Holding Limited Encrypted data exchange
CN110598110A (en) * 2019-09-16 2019-12-20 腾讯科技(深圳)有限公司 Service pushing method and device
CN111340479A (en) * 2020-02-24 2020-06-26 支付宝(杭州)信息技术有限公司 Service processing method and device
CN111385147A (en) * 2020-03-06 2020-07-07 腾讯科技(深圳)有限公司 Fault simulation method, device and computer readable storage medium
CN111475694A (en) * 2020-03-18 2020-07-31 平安国际智慧城市科技股份有限公司 Data processing method, device, terminal and storage medium

Cited By (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN113010509A (en) * 2021-04-06 2021-06-22 新奥数能科技有限公司 Method and device for counting use data in specific time period and electronic equipment
CN113689028A (en) * 2021-07-19 2021-11-23 杉数科技(北京)有限公司 Business data processing method and device, computer readable medium and electronic equipment
CN115374187A (en) * 2022-10-24 2022-11-22 北京国电通网络技术有限公司 Index data acquisition method and device, electronic equipment and computer readable medium
CN115374187B (en) * 2022-10-24 2023-01-13 北京国电通网络技术有限公司 Index data acquisition method and device, electronic equipment and computer readable medium

Also Published As

Publication number Publication date
CN111931474B (en) 2024-01-02

Similar Documents

Publication Publication Date Title
CN111931474B (en) Information table generation method, device, electronic equipment and computer readable medium
CN110516462B (en) Method and apparatus for encrypting data
US8958547B2 (en) Generation of relative prime numbers for use in cryptography
CN111950030A (en) Data sharing storage method based on block chain, terminal equipment and storage medium
CN111368336B (en) Secret sharing-based training method and device, electronic equipment and storage medium
CN109495266B (en) Data encryption method and device based on random number
CN112182109A (en) Distributed data coding storage method based on block chain and electronic equipment
CN115664747A (en) Encryption method and device
WO2022028484A1 (en) File sharing method, apparatus, and system
WO2022068359A1 (en) Encryption method and apparatus for compressing ciphertext of information, and device and medium
CN111917533A (en) Privacy preserving benchmark analysis with leakage reducing interval statistics
CN112329044A (en) Information acquisition method and device, electronic equipment and computer readable medium
CN111010283B (en) Method and apparatus for generating information
CN116108473B (en) Data processing method and device in multiparty security calculation
CN111950003A (en) Method and device for generating unique identification information of user equipment and electronic equipment
CN114726611A (en) Multiparty privacy set intersection method, system and device
CN111984612B (en) Method, device and system for sharing files
CN111984614B (en) Method, device and system for sharing files
CN111949627B (en) Method, device, electronic equipment and medium for tabulating log files
CN112181308A (en) Block chain based distributed data storage method and electronic equipment
CN111931204A (en) Encryption and de-duplication storage method and terminal equipment for distributed system
CN111984613A (en) Method, device and system for sharing files
CN111931231A (en) Redundant storage method, terminal device and storage medium for distributed system
CN113301058B (en) Information encryption transmission method and device, electronic equipment and computer readable medium
CN115378743B (en) Information encryption transmission method, device, equipment and 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