CN113268456B - File processing method, system, equipment and computer readable storage medium - Google Patents

File processing method, system, equipment and computer readable storage medium Download PDF

Info

Publication number
CN113268456B
CN113268456B CN202110551278.8A CN202110551278A CN113268456B CN 113268456 B CN113268456 B CN 113268456B CN 202110551278 A CN202110551278 A CN 202110551278A CN 113268456 B CN113268456 B CN 113268456B
Authority
CN
China
Prior art keywords
target
download
aggregated
encryption
objects
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Active
Application number
CN202110551278.8A
Other languages
Chinese (zh)
Other versions
CN113268456A (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.)
Jinan Inspur Data Technology Co Ltd
Original Assignee
Jinan Inspur Data 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 Jinan Inspur Data Technology Co Ltd filed Critical Jinan Inspur Data Technology Co Ltd
Priority to CN202110551278.8A priority Critical patent/CN113268456B/en
Publication of CN113268456A publication Critical patent/CN113268456A/en
Application granted granted Critical
Publication of CN113268456B publication Critical patent/CN113268456B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/10File systems; File servers
    • G06F16/18File system types
    • G06F16/182Distributed file systems
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/10File systems; File servers
    • G06F16/16File or folder operations, e.g. details of user interfaces specifically adapted to file systems
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F21/00Security arrangements for protecting computers, components thereof, programs or data against unauthorised activity
    • G06F21/60Protecting data
    • G06F21/602Providing cryptographic facilities or services
    • 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
    • Y02D10/00Energy efficient computing, e.g. low power processors, power management or thermal management

Abstract

The application discloses a file processing method, a system, equipment and a computer readable storage medium, which are applied to a server of a distributed object storage system and comprise the following steps: acquiring an object to be polymerized; determining a target encryption object in the objects to be aggregated; polymerizing the object to be polymerized to obtain a target polymerized object; and storing the encryption information of the target encryption object. In the application, after the object to be aggregated is obtained and the target encrypted object in the object to be aggregated is determined, the object to be aggregated can be aggregated, namely the encrypted object can be aggregated, because the application can save the encrypted information of the target encrypted object, the target encrypted object can be decrypted based on the encrypted information, and the like, the normal use of the encrypted object can be ensured, and the file processing speed of the distributed object storage system is improved. The file processing system, the file processing device and the computer readable storage medium provided by the application also solve the corresponding technical problems.

Description

File processing method, system, equipment and computer readable storage medium
Technical Field
The present application relates to the field of distributed object storage technology, and more particularly, to a file processing method, system, device, and computer readable storage medium.
Background
Currently, in a distributed object storage system, a server may encrypt and store an object uploaded by a client, and may decrypt and return the encrypted object to the client, and in this process, in order to increase the reconstruction speed of a cluster and improve the system performance, the server may aggregate and store a small non-encrypted object. However, the server cannot aggregate the encrypted objects, resulting in slower processing speed of the encrypted objects by the server.
In summary, how to increase the file processing speed of the distributed object storage system is a problem to be solved by those skilled in the art.
Disclosure of Invention
The application aims to provide a file processing method which can solve the technical problem of how to improve the file processing speed of a distributed object storage system to a certain extent. The application also provides a file processing system, a file processing device and a computer readable storage medium.
In order to achieve the above object, the present application provides the following technical solutions:
a file processing method is applied to a server of a distributed object storage system, and comprises the following steps:
acquiring an object to be polymerized;
determining a target encryption object in the objects to be aggregated;
polymerizing the object to be polymerized to obtain a target polymerized object;
and storing the encryption information of the target encryption object.
Preferably, the storing the encryption information of the target encryption object includes:
and storing the encryption information into an aggregation extension attribute of the head object of the target encryption object.
Preferably, before the storing the encryption information in the aggregate extension attribute of the header object of the target encryption object, the method further includes:
and deleting the existing data in the head object of the target encryption object.
Preferably, the polymerizing the object to be polymerized to obtain a target polymerized object further includes:
and aggregating the target aggregation objects with a preset number to obtain target objects.
Preferably, after storing the encryption information of the target encryption object, the method further includes:
acquiring an object downloading request of a client;
determining an object to be downloaded corresponding to the object downloading request from the target aggregate object;
classifying the object to be downloaded into an unencrypted download object and an encrypted download object based on the encryption information;
decrypting the encrypted download object based on the encryption information to obtain a decrypted download object;
and transmitting the unencrypted download object and the decrypted download object to the client as target download objects.
Preferably, the acquiring the object to be polymerized includes:
and taking the storage object smaller than the preset size as the object to be aggregated.
Preferably, the polymerizing the object to be polymerized to obtain a target polymerized object further includes:
judging whether a disc brushing condition is met;
and if the brushing condition is met, writing the target aggregation object into a target storage disk.
A file processing system for a server of a distributed object storage system, comprising:
the first acquisition module is used for acquiring the object to be polymerized;
the first determining module is used for determining a target encryption object in the objects to be aggregated;
the first aggregation module is used for aggregating the objects to be aggregated to obtain a target aggregation object;
and the first storage module is used for storing the encryption information of the target encryption object.
A document processing apparatus comprising:
a memory for storing a computer program;
a processor for implementing the steps of any of the file processing methods described above when executing the computer program.
A computer readable storage medium having stored therein a computer program which when executed by a processor performs the steps of the file processing method as described in any of the above.
The application provides a file processing method, which is applied to a server of a distributed object storage system and comprises the following steps: acquiring an object to be polymerized; determining a target encryption object in the objects to be aggregated; polymerizing the object to be polymerized to obtain a target polymerized object; and storing the encryption information of the target encryption object. In the application, after the object to be aggregated is obtained and the target encrypted object in the object to be aggregated is determined, the object to be aggregated can be aggregated, namely the encrypted object can be aggregated, because the application can save the encrypted information of the target encrypted object, the target encrypted object can be decrypted based on the encrypted information, and the like, the normal use of the encrypted object can be ensured, and the file processing speed of the distributed object storage system is improved. The file processing system, the file processing device and the computer readable storage medium provided by the application also solve the corresponding technical problems.
Drawings
In order to more clearly illustrate the embodiments of the present application or the technical solutions in the prior art, the drawings that are required to be used in the embodiments or the description of the prior art will be briefly described below, and it is obvious that the drawings in the following description are only embodiments of the present application, and that other drawings can be obtained according to the provided drawings without inventive effort for a person skilled in the art.
FIG. 1 is a first flowchart of a document processing method according to an embodiment of the present application;
FIG. 2 is a second flowchart of a document processing method according to an embodiment of the present application;
FIG. 3 is a schematic diagram of a file processing system according to an embodiment of the present application;
FIG. 4 is a schematic diagram of a file processing device according to an embodiment of the present application;
fig. 5 is another schematic structural diagram of a document processing apparatus according to an embodiment of the present application.
Detailed Description
The following description of the embodiments of the present application will be made clearly and completely with reference to the accompanying drawings, in which it is apparent that the embodiments described are only some embodiments of the present application, but not all embodiments. All other embodiments, which can be made by those skilled in the art based on the embodiments of the application without making any inventive effort, are intended to be within the scope of the application.
Referring to fig. 1, fig. 1 is a first flowchart of a file processing method according to an embodiment of the application.
The file processing method provided by the embodiment of the application is applied to a server of a distributed object storage system and can comprise the following steps:
step S101: and obtaining the object to be polymerized.
In practical applications, the server may first obtain the object to be aggregated, and specifically, the server may obtain the object to be migrated from the hot storage pool as the object to be aggregated, which is not specifically limited herein.
Step S102: and determining a target encryption object in the objects to be aggregated.
In practical applications, because there may be an encrypted object in the object to be aggregated, the encrypted object needs to be specially processed due to the encryption operation, so after the server obtains the object to be aggregated, the server needs to determine the target encrypted object in the aggregated object.
Step S103: and polymerizing the object to be polymerized to obtain the target polymerized object.
In practical application, after determining the target encryption object in the objects to be aggregated, the server may directly aggregate the objects to be aggregated to obtain the target aggregation object without considering the influence of the target encryption object on the aggregation object, so as to complete the aggregation of the small objects.
In a specific application scenario, after the server obtains the target aggregate object, the server may perform operations such as storing, brushing, etc. on the target aggregate object, which is not specifically limited herein. For example, the server aggregates the objects to be aggregated to obtain a target aggregate object, and then can also judge whether the brushing condition is met; and if the brushing condition is met, writing the target aggregation object into the target storage disk.
Step S104: and storing the encryption information of the target encryption object.
In practical applications, since the target encrypted object in the aggregate object needs to be decrypted when in use, in order to accomplish this, the server needs to store the encrypted information of the target encrypted object, so as to perform the decryption operation based on the encrypted information.
It should be noted that, the manner in which the server stores the encryption information of the target encryption object may be determined according to actual needs, for example, the server may store the encryption information of the target encryption object in the form of a key value pair, and so on. In a specific application scene, a marking mode and the like can be adopted to target whether the target aggregation encryption object has the target encryption object and the like, and further, a bitmap mode can be adopted to mark whether each object in the target aggregation encryption object is an encryption object and the like, so that the attribute information of the object can be quickly known.
The application provides a file processing method, which is applied to a server of a distributed object storage system and comprises the following steps: acquiring an object to be polymerized; determining a target encryption object in the objects to be aggregated; polymerizing the object to be polymerized to obtain a target polymerized object; and storing the encryption information of the target encryption object. In the application, after the object to be aggregated is obtained and the target encrypted object in the object to be aggregated is determined, the object to be aggregated can be aggregated, namely the encrypted object can be aggregated, because the application can save the encrypted information of the target encrypted object, the target encrypted object can be decrypted based on the encrypted information, and the like, the normal use of the encrypted object can be ensured, and the file processing speed of the distributed object storage system is improved.
In the file processing method provided by the embodiment of the application, because the aggregation information is added in the head object of the object after the object is aggregated, in order to quickly save the encryption information of the target encryption object, the server can save the encryption information into the aggregation extension attribute of the head object of the target encryption object. Accordingly, the server may acquire the encrypted information from the aggregate extension attribute of the header object of the target encrypted object.
In a specific application scenario, before the server stores the encryption information in the aggregation extension attribute of the header object of the target encryption object, the server may further delete the existing data in the header object of the target encryption object. To exclude the effect of other data on the aggregate extension attribute.
In the file processing method provided by the embodiment of the application, in order to further improve the performance of the distributed object storage system, the server aggregates the objects to be aggregated, and after obtaining the target aggregate objects, the server can further aggregate the target aggregate objects with a preset number to obtain the target objects.
Referring to fig. 2, fig. 2 is a second flowchart of a file processing method according to an embodiment of the application.
The file processing method provided by the embodiment of the application is applied to a server of a distributed object storage system and can comprise the following steps:
step S201: and obtaining the object to be polymerized.
Step S202: and determining a target encryption object in the objects to be aggregated.
Step S203: and polymerizing the object to be polymerized to obtain the target polymerized object.
Step S204: and storing the encryption information of the target encryption object.
Step S205: and obtaining an object downloading request of the client.
Step S206: and determining the object to be downloaded corresponding to the object downloading request from the target aggregate object.
Step S207: the object to be downloaded is classified as an unencrypted download object and an encrypted download object based on the encryption information.
Step S208: and decrypting the encrypted download object based on the encryption information to obtain a decrypted download object.
Step S209: and transmitting the unencrypted download object and the decrypted download object to the client as target download objects.
In practical application, because the server aggregates the target encrypted objects, the encrypted objects exist in the target aggregate object, so that in order to facilitate the client to acquire the object information, the server needs to determine the object to be downloaded corresponding to the object download request from the target aggregate object after acquiring the object download request of the client, classify the object to be downloaded into the non-encrypted download object and the encrypted download object based on the encrypted information, decrypt the encrypted download object based on the encrypted information to obtain the decrypted download object, and finally transmit the non-encrypted download object and the decrypted download object as the target download object to the client.
In the file processing method provided by the embodiment of the application, when the server acquires the object to be aggregated, the storage object smaller than the preset size can be used as the object to be aggregated.
Referring to fig. 3, fig. 3 is a schematic structural diagram of a file processing system according to an embodiment of the application.
The file processing system provided by the embodiment of the application is applied to a server of a distributed object storage system and can comprise:
a first obtaining module 101, configured to obtain an object to be aggregated;
a first determining module 102, configured to determine a target encrypted object in the objects to be aggregated;
a first aggregation module 103, configured to aggregate objects to be aggregated to obtain a target aggregate object;
the first storing module 104 is configured to store the encryption information of the target encryption object.
The file processing system provided by the embodiment of the application is applied to a server of a distributed object storage system, and the first storage module can comprise:
and the first storage unit is used for storing the encryption information into the aggregation extension attribute of the head object of the target encryption object.
The file processing system provided by the embodiment of the application is applied to a server of a distributed object storage system, and can further comprise:
and the first deleting unit is used for deleting the existing data in the head object of the target encryption object before the first storing unit stores the encryption information into the aggregation extension attribute of the head object of the target encryption object.
The file processing system provided by the embodiment of the application is applied to a server of a distributed object storage system, and can further comprise:
the second aggregation module is used for aggregating the objects to be aggregated by the aggregation module to obtain target aggregation objects, and then aggregating the target aggregation objects with preset quantity to obtain the target objects.
The file processing system provided by the embodiment of the application is applied to a server of a distributed object storage system, and can further comprise:
the second acquisition module is used for acquiring an object downloading request of the client after the first storage module stores the encryption information of the target encryption object;
the first determining module is used for determining an object to be downloaded corresponding to the object downloading request from the target aggregate object;
the first classification module is used for classifying the object to be downloaded into an unencrypted downloading object and an encrypted downloading object based on the encryption information;
the first decryption module is used for decrypting the encrypted download object based on the encryption information to obtain a decrypted download object;
and the first transmission module is used for transmitting the unencrypted download object and the decrypted download object to the client as target download objects.
The file processing system provided by the embodiment of the application is applied to a server of a distributed object storage system, and the first acquisition module may include:
and the first acquisition unit is used for taking the storage object smaller than the preset size as an object to be aggregated.
The file processing system provided by the embodiment of the application is applied to a server of a distributed object storage system, and can further comprise:
the first judging module is used for the first aggregation module to aggregate the objects to be aggregated, and judging whether the brushing condition is met after the target aggregation object is obtained; and if the brushing condition is met, writing the target aggregation object into the target storage disk.
The application also provides a file processing device and a computer readable storage medium, which have the corresponding effects of the file processing method provided by the embodiment of the application. Referring to fig. 4, fig. 4 is a schematic structural diagram of a file processing apparatus according to an embodiment of the present application.
The file processing device provided by the embodiment of the application comprises a memory 201 and a processor 202, wherein a computer program is stored in the memory 201, and the processor 202 realizes the following steps when executing the computer program:
acquiring an object to be polymerized;
determining a target encryption object in the objects to be aggregated;
polymerizing the object to be polymerized to obtain a target polymerized object;
and storing the encryption information of the target encryption object.
The file processing device provided by the embodiment of the application comprises a memory 201 and a processor 202, wherein a computer program is stored in the memory 201, and the processor 202 realizes the following steps when executing the computer program: and storing the encryption information into the aggregation extension attribute of the head object of the target encryption object.
The file processing device provided by the embodiment of the application comprises a memory 201 and a processor 202, wherein a computer program is stored in the memory 201, and the processor 202 realizes the following steps when executing the computer program: before saving the encryption information in the aggregation extension attribute of the header object of the target encryption object, the method further comprises: existing data in the header object of the target encryption object is deleted.
The file processing device provided by the embodiment of the application comprises a memory 201 and a processor 202, wherein a computer program is stored in the memory 201, and the processor 202 realizes the following steps when executing the computer program: the method comprises the steps of polymerizing objects to be polymerized to obtain target polymerized objects, and then polymerizing the target polymerized objects with preset quantity to obtain target objects.
The file processing device provided by the embodiment of the application comprises a memory 201 and a processor 202, wherein a computer program is stored in the memory 201, and the processor 202 realizes the following steps when executing the computer program: after the encryption information of the target encryption object is stored, an object downloading request of the client is obtained; determining an object to be downloaded corresponding to the object downloading request from the target aggregate object; classifying the object to be downloaded as an unencrypted download object and an encrypted download object based on the encryption information; decrypting the encrypted download object based on the encryption information to obtain a decrypted download object; and transmitting the unencrypted download object and the decrypted download object to the client as target download objects.
The file processing device provided by the embodiment of the application comprises a memory 201 and a processor 202, wherein a computer program is stored in the memory 201, and the processor 202 realizes the following steps when executing the computer program: and taking the storage object smaller than the preset size as an object to be aggregated.
The file processing device provided by the embodiment of the application comprises a memory 201 and a processor 202, wherein a computer program is stored in the memory 201, and the processor 202 realizes the following steps when executing the computer program: polymerizing the objects to be polymerized to obtain a target polymerized object, and judging whether a disc brushing condition is met or not; and if the brushing condition is met, writing the target aggregation object into the target storage disk.
Referring to fig. 5, another file processing apparatus provided in an embodiment of the present application may further include: an input port 203 connected to the processor 202 for transmitting an externally input command to the processor 202; a display unit 204 connected to the processor 202, for displaying the processing result of the processor 202 to the outside; and the communication module 205 is connected with the processor 202 and is used for realizing the communication between the file processing device and the outside. The display unit 204 may be a display panel, a laser scanning display, or the like; communication means employed by the communication module 205 include, but are not limited to, mobile high definition link technology (HML), universal Serial Bus (USB), high Definition Multimedia Interface (HDMI), wireless connection: wireless fidelity (WiFi), bluetooth communication, bluetooth low energy communication, ieee802.11s based communication.
The embodiment of the application provides a computer readable storage medium, wherein a computer program is stored in the computer readable storage medium, and when the computer program is executed by a processor, the following steps are realized:
acquiring an object to be polymerized;
determining a target encryption object in the objects to be aggregated;
polymerizing the object to be polymerized to obtain a target polymerized object;
and storing the encryption information of the target encryption object.
The embodiment of the application provides a computer readable storage medium, wherein a computer program is stored in the computer readable storage medium, and when the computer program is executed by a processor, the following steps are realized: and storing the encryption information into the aggregation extension attribute of the head object of the target encryption object.
The embodiment of the application provides a computer readable storage medium, wherein a computer program is stored in the computer readable storage medium, and when the computer program is executed by a processor, the following steps are realized: and deleting the existing data in the head object of the target encryption object before storing the encryption information in the aggregation extension attribute of the head object of the target encryption object.
The embodiment of the application provides a computer readable storage medium, wherein a computer program is stored in the computer readable storage medium, and when the computer program is executed by a processor, the following steps are realized: the method comprises the steps of polymerizing objects to be polymerized to obtain target polymerized objects, and then polymerizing the target polymerized objects with preset quantity to obtain target objects.
The embodiment of the application provides a computer readable storage medium, wherein a computer program is stored in the computer readable storage medium, and when the computer program is executed by a processor, the following steps are realized: after the encryption information of the target encryption object is stored, an object downloading request of the client is obtained; determining an object to be downloaded corresponding to the object downloading request from the target aggregate object; classifying the object to be downloaded as an unencrypted download object and an encrypted download object based on the encryption information; decrypting the encrypted download object based on the encryption information to obtain a decrypted download object; and transmitting the unencrypted download object and the decrypted download object to the client as target download objects.
The embodiment of the application provides a computer readable storage medium, wherein a computer program is stored in the computer readable storage medium, and when the computer program is executed by a processor, the following steps are realized: and taking the storage object smaller than the preset size as an object to be aggregated.
The embodiment of the application provides a computer readable storage medium, wherein a computer program is stored in the computer readable storage medium, and when the computer program is executed by a processor, the following steps are realized: polymerizing the objects to be polymerized to obtain a target polymerized object, and judging whether a disc brushing condition is met or not; and if the brushing condition is met, writing the target aggregation object into the target storage disk.
The computer readable storage medium to which the present application relates includes Random Access Memory (RAM), memory, read Only Memory (ROM), electrically programmable ROM, electrically erasable programmable ROM, registers, hard disk, a removable disk, a CD-ROM, or any other form of storage medium known in the art.
The description of the related parts in the file processing system, the device and the computer readable storage medium provided in the embodiments of the present application is referred to in the detailed description of the corresponding parts in the file processing method provided in the embodiments of the present application, and will not be repeated here. In addition, the parts of the above technical solutions provided in the embodiments of the present application, which are consistent with the implementation principles of the corresponding technical solutions in the prior art, are not described in detail, so that redundant descriptions are avoided.
It is further noted that relational terms such as first and second, and the like are 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. Moreover, 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 one … …" does not exclude the presence of other like elements in a process, method, article, or apparatus that comprises the element.
The previous description of the disclosed embodiments is provided to enable any person skilled in the art to make or use the present application. Various modifications to these embodiments will be readily apparent to those skilled in the art, and the generic principles defined herein may be applied to other embodiments without departing from the spirit or scope of the application. Thus, the present application is not intended to be limited to the embodiments shown herein but is to be accorded the widest scope consistent with the principles and novel features disclosed herein.

Claims (7)

1. A method of file processing, applied to a server of a distributed object storage system, comprising:
acquiring an object to be polymerized;
determining a target encryption object in the objects to be aggregated;
polymerizing the object to be polymerized to obtain a target polymerized object;
deleting the existing data in the head object of the target encryption object, and storing the encryption information of the target encryption object into the aggregation extension attribute of the head object so as to perform decryption operation based on the encryption information;
acquiring an object downloading request of a client;
determining an object to be downloaded corresponding to the object downloading request from the target aggregate object;
classifying the object to be downloaded into an unencrypted download object and an encrypted download object based on the encryption information;
decrypting the encrypted download object based on the encryption information to obtain a decrypted download object;
and transmitting the unencrypted download object and the decrypted download object to the client as target download objects.
2. The method according to claim 1, wherein after the aggregating the objects to be aggregated to obtain the target aggregate object, further comprising:
and aggregating the target aggregation objects with a preset number to obtain target objects.
3. The method of claim 1, wherein the acquiring the object to be aggregated comprises:
and taking the storage object smaller than the preset size as the object to be aggregated.
4. The method according to claim 1, wherein after the aggregating the objects to be aggregated to obtain the target aggregate object, further comprising:
judging whether a disc brushing condition is met;
and if the brushing condition is met, writing the target aggregation object into a target storage disk.
5. A file processing system, characterized by a server for a distributed object storage system, comprising:
the first acquisition module is used for acquiring the object to be polymerized;
the first determining module is used for determining a target encryption object in the objects to be aggregated;
the first aggregation module is used for aggregating the objects to be aggregated to obtain a target aggregation object;
the first storage module is used for deleting the existing data in the head object of the target encryption object, storing the encryption information of the target encryption object into the aggregation extension attribute of the head object, and performing decryption operation based on the encryption information;
the second acquisition module is used for acquiring an object downloading request of the client;
the first determining module is used for determining an object to be downloaded corresponding to the object downloading request from the target aggregate object;
the first classification module is used for classifying the object to be downloaded into an unencrypted download object and an encrypted download object based on the encryption information;
the first decryption module is used for decrypting the encrypted download object based on the encryption information to obtain a decrypted download object;
and the first transmission module is used for transmitting the unencrypted download object and the decrypted download object to the client as target download objects.
6. A document processing apparatus, characterized by comprising:
a memory for storing a computer program;
a processor for implementing the steps of the file processing method according to any one of claims 1 to 4 when executing said computer program.
7. A computer-readable storage medium, in which a computer program is stored which, when being executed by a processor, implements the steps of the file processing method according to any of claims 1 to 4.
CN202110551278.8A 2021-05-20 2021-05-20 File processing method, system, equipment and computer readable storage medium Active CN113268456B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202110551278.8A CN113268456B (en) 2021-05-20 2021-05-20 File processing method, system, equipment and computer readable storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202110551278.8A CN113268456B (en) 2021-05-20 2021-05-20 File processing method, system, equipment and computer readable storage medium

Publications (2)

Publication Number Publication Date
CN113268456A CN113268456A (en) 2021-08-17
CN113268456B true CN113268456B (en) 2023-12-08

Family

ID=77232107

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202110551278.8A Active CN113268456B (en) 2021-05-20 2021-05-20 File processing method, system, equipment and computer readable storage medium

Country Status (1)

Country Link
CN (1) CN113268456B (en)

Families Citing this family (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN113821166A (en) * 2021-08-20 2021-12-21 济南浪潮数据技术有限公司 Method, device and equipment for aggregating multi-version small objects

Citations (13)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101410849A (en) * 2006-04-18 2009-04-15 国际商业机器公司 Encryption/decryption of data in storage systems
CN104751081A (en) * 2013-12-25 2015-07-01 华为技术有限公司 Disk data encryption method and device
CN106709025A (en) * 2016-12-28 2017-05-24 郑州云海信息技术有限公司 Method and device for updating aggregation objects
CN107168651A (en) * 2017-05-19 2017-09-15 郑州云海信息技术有限公司 A kind of small documents polymerize storage processing method
CN107180197A (en) * 2016-03-09 2017-09-19 北京京东尚科信息技术有限公司 file operation method and device
CN109597578A (en) * 2018-12-03 2019-04-09 郑州云海信息技术有限公司 A kind of date storage method, system, equipment and computer readable storage medium
CN109634921A (en) * 2018-11-23 2019-04-16 湖南城市学院 A kind of method and storage system of file storage
CN110727639A (en) * 2019-10-08 2020-01-24 深圳市网心科技有限公司 Fragment data reading method, electronic device, system and medium
CN111159740A (en) * 2019-12-29 2020-05-15 浪潮电子信息产业股份有限公司 Data encryption access method, device, equipment and readable storage medium
CN111176578A (en) * 2019-12-29 2020-05-19 浪潮电子信息产业股份有限公司 Object aggregation method, device and equipment and readable storage medium
CN111399770A (en) * 2020-02-26 2020-07-10 平安科技(深圳)有限公司 Data storage mode conversion method, device and storage medium
CN112306971A (en) * 2020-10-27 2021-02-02 苏州浪潮智能科技有限公司 File storage method, device, equipment and readable storage medium
CN112328550A (en) * 2020-11-03 2021-02-05 深圳壹账通智能科技有限公司 File management method and device under distributed file system architecture

Patent Citations (13)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101410849A (en) * 2006-04-18 2009-04-15 国际商业机器公司 Encryption/decryption of data in storage systems
CN104751081A (en) * 2013-12-25 2015-07-01 华为技术有限公司 Disk data encryption method and device
CN107180197A (en) * 2016-03-09 2017-09-19 北京京东尚科信息技术有限公司 file operation method and device
CN106709025A (en) * 2016-12-28 2017-05-24 郑州云海信息技术有限公司 Method and device for updating aggregation objects
CN107168651A (en) * 2017-05-19 2017-09-15 郑州云海信息技术有限公司 A kind of small documents polymerize storage processing method
CN109634921A (en) * 2018-11-23 2019-04-16 湖南城市学院 A kind of method and storage system of file storage
CN109597578A (en) * 2018-12-03 2019-04-09 郑州云海信息技术有限公司 A kind of date storage method, system, equipment and computer readable storage medium
CN110727639A (en) * 2019-10-08 2020-01-24 深圳市网心科技有限公司 Fragment data reading method, electronic device, system and medium
CN111159740A (en) * 2019-12-29 2020-05-15 浪潮电子信息产业股份有限公司 Data encryption access method, device, equipment and readable storage medium
CN111176578A (en) * 2019-12-29 2020-05-19 浪潮电子信息产业股份有限公司 Object aggregation method, device and equipment and readable storage medium
CN111399770A (en) * 2020-02-26 2020-07-10 平安科技(深圳)有限公司 Data storage mode conversion method, device and storage medium
CN112306971A (en) * 2020-10-27 2021-02-02 苏州浪潮智能科技有限公司 File storage method, device, equipment and readable storage medium
CN112328550A (en) * 2020-11-03 2021-02-05 深圳壹账通智能科技有限公司 File management method and device under distributed file system architecture

Non-Patent Citations (2)

* Cited by examiner, † Cited by third party
Title
基于Hadoop的云存储系统文件处理与安全研究;李颖超;《现代电子技术》;20161101(第21期);全文 *
方敏.计算机操作系统.西安电子科技大学出版社,2004,253-258. *

Also Published As

Publication number Publication date
CN113268456A (en) 2021-08-17

Similar Documents

Publication Publication Date Title
US10735428B2 (en) Data access and ownership management
EP3657376B1 (en) Hybrid-cloud data storage method and apparatus, related device, and cloud system
CN109451006B (en) Data transmission method, device, server and computer storage medium
US10061791B2 (en) Data management for connected devices
US9037870B1 (en) Method and system for providing a rotating key encrypted file system
US8966287B2 (en) Systems and methods for secure third-party data storage
TWI544333B (en) Method, computer storage medium, and system for storage architecture for backup application
CN107633088B (en) File management method and device
US9235713B2 (en) Method, device, and system for encrypting and decrypting image
US10635642B1 (en) Multi-cloud bi-directional storage replication system and techniques
CN110022558B (en) Method for encrypting and decrypting upgrade package, electronic device and storage medium
CN111897786B (en) Log reading method, device, computer equipment and storage medium
WO2017206754A1 (en) Storage method and storage device for distributed file system
US20120096281A1 (en) Selective storage encryption
US11768947B1 (en) Distributed data security
US11036652B2 (en) Secured access control in a storage system
CN113268456B (en) File processing method, system, equipment and computer readable storage medium
CN108229190B (en) Transparent encryption and decryption control method, device, program, storage medium and electronic equipment
CN112699400B (en) Image information security processing method and device
AU2018202646B2 (en) Storing psd compatible photoshop documents in a container for efficient identification and transmission of modified document subsets
US20130061059A1 (en) Information processing apparatus, information processing method, and non-transitory computer readable medium
US9996296B2 (en) Electronic control unit and method for rewriting data
CN116991800A (en) File acquisition system, method, device, computer equipment and storage medium
WO2020103060A1 (en) Data processing method and apparatus, system, server, and electronic device
CN111130788B (en) Data processing method and system, data reading method and iSCSI server

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