CN111814440B - Cloud document processing method, device and system - Google Patents

Cloud document processing method, device and system Download PDF

Info

Publication number
CN111814440B
CN111814440B CN202010891651.XA CN202010891651A CN111814440B CN 111814440 B CN111814440 B CN 111814440B CN 202010891651 A CN202010891651 A CN 202010891651A CN 111814440 B CN111814440 B CN 111814440B
Authority
CN
China
Prior art keywords
target content
target
file
server
cloud document
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
CN202010891651.XA
Other languages
Chinese (zh)
Other versions
CN111814440A (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.)
Beijing Lenovo Synergy Technology Co Ltd
Original Assignee
Beijing Lenovo Synergy 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 Beijing Lenovo Synergy Technology Co Ltd filed Critical Beijing Lenovo Synergy Technology Co Ltd
Priority to CN202010891651.XA priority Critical patent/CN111814440B/en
Publication of CN111814440A publication Critical patent/CN111814440A/en
Application granted granted Critical
Publication of CN111814440B publication Critical patent/CN111814440B/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
    • 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

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Health & Medical Sciences (AREA)
  • Health & Medical Sciences (AREA)
  • General Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • Computer Hardware Design (AREA)
  • Software Systems (AREA)
  • Computer Security & Cryptography (AREA)
  • Bioethics (AREA)
  • Artificial Intelligence (AREA)
  • Audiology, Speech & Language Pathology (AREA)
  • Computational Linguistics (AREA)
  • Document Processing Apparatus (AREA)
  • Storage Device Security (AREA)

Abstract

The invention discloses a cloud document processing method, device and system. One embodiment of the method comprises: sending an editing request of a cloud document to enable a server to select target content from the cloud document and encrypt the target content; receiving and storing encrypted target content; and reading the stored target content, inserting the target file, acquiring a request for finishing interaction, and deleting the stored target content. According to the embodiment of the invention, the target content of the cloud document is encrypted by the server and then sent to the client, and the stored target content is deleted by the client after the editing is finished, so that the safety of the content of the cloud document is ensured.

Description

Cloud document processing method, device and system
Technical Field
The invention relates to the technical field of communication, in particular to a cloud document processing method, device and system.
Background
The network disk is an online storage service provided by internet companies to provide users with file management functions such as storage, access, backup, and sharing of files. The network disk can realize that multiple users jointly edit a cloud document in the network disk, or one user can log in on multiple terminals, which undoubtedly facilitates the access of the users to the cloud document.
With the popularization of networks and the development of network technologies, cloud service functions are also gradually applied to the life and work of people. Since all files inside an enterprise are operated on the cloud, in order to ensure the security of the files on the cloud, the contents of the cloud documents inside the enterprise are usually prohibited from being landed, such as prohibited from copying, pasting, downloading, and capturing the screen. However, in some specific situations, the content of the cloud document may be required to be used, for example, a company-internal training ppt is made, and a part of the content of the cloud document is required to be used, but because the content of the cloud document is copy-paste-prohibited, the content of the cloud document can only be manually input, which causes much inconvenience to a user and reduces work efficiency.
Disclosure of Invention
In view of this, embodiments of the present invention provide a method, an apparatus, and a system for processing a cloud document, which can reasonably use content of the cloud document on the premise of ensuring security of the cloud document, and improve work efficiency.
In order to achieve the above object, according to a first aspect of the embodiments of the present invention, there is provided a cloud document processing method applied to a client, the method including: sending an editing request of a cloud document to enable a server to select target content from the cloud document and encrypt the target content; receiving and storing encrypted target content; reading the stored target content and inserting a target file; and acquiring a request for finishing the interaction, and deleting the stored target content.
Optionally, storing a target file carrying target content and sending the target file to the server, so that the server stores the target file carrying the target content; correspondingly, when the request for finishing the interaction is obtained, the stored target file carrying the target content is deleted.
Optionally, the reading the stored target content and inserting the target file includes: determining whether to create a new file and insert the stored target content; if so, creating a new file, and taking the created new file as a target file; reading the stored target content and inserting the read target content into the target file.
Optionally, if not, selecting a target file from the multiple candidate files, reading the stored target content, and inserting the read target content into the target file;
optionally, the reading the stored target content and inserting the read target content into the target file includes: obtaining a key of the target content from a server; decrypting the stored target content according to the key; and inserting the decrypted target content into the target file.
Optionally, the interaction is ended in a manner of closing the browser of the client or exiting the operation right of the client.
In order to achieve the above object, according to a second aspect of the embodiments of the present invention, there is further provided a cloud document processing apparatus applied to a client, the apparatus including: the sending module is used for sending an editing request of the cloud document so that the server side can select target content from the cloud document and encrypt the target content; the receiving module is used for receiving and storing the encrypted target content; the inserting module is used for reading the stored target content and inserting the target file; and the deleting module is used for acquiring the request of finishing the interaction and deleting the stored target content.
Optionally, the sending module is further configured to send the target file with the target content inserted therein to the server, so that the server stores the target file.
Optionally, the insertion module includes: a determination unit for determining whether to create a new file and insert the stored target content; the creating unit is used for creating a new file if the file is the target file, and taking the created new file as the target file; and the inserting unit is used for reading the stored target content and inserting the read target content into the target file.
In order to achieve the above object, according to a third aspect of the embodiments of the present invention, there is further provided a cloud document processing system, including a client and a server, the system including: the client sends an editing request of the cloud document to the server; the server side selects target content from the cloud document according to the editing request and encrypts the target content; the server side sends the encrypted target content to the client side;
the client stores the encrypted target content, reads the stored target content and inserts the target content into a target file; and the client deletes the stored target content according to the request for finishing the interaction.
To achieve the above object, according to a fourth aspect of the embodiments of the present invention, there is also provided a computer-readable medium on which a computer program is stored, the program, when executed by a processor, implementing the cloud document processing method according to the first aspect.
Based on the technical scheme, the cloud document processing method, the cloud document processing device and the cloud document processing system of the embodiments of the present invention determine the cloud document, store the encrypted target content in the cloud document, decrypt the encrypted target content, insert the decrypted target content into the target file, and delete the stored target content when the interaction is finished. Therefore, on the premise of ensuring the safety of the cloud document, the content of the cloud document can be reasonably utilized, the safety of cloud document editing is improved, and the working efficiency is improved.
Further effects of the above-described non-conventional alternatives will be described below in connection with specific embodiments.
Drawings
The drawings are included to provide a better understanding of the invention and are not to be construed as unduly limiting the invention. Wherein like or corresponding reference numerals designate like or corresponding parts throughout the several views.
FIG. 1 is a schematic flow chart diagram of a method of processing a cloud document according to an embodiment of the present invention;
FIG. 2 is a schematic flow chart diagram of a cloud document processing method according to another embodiment of the present invention;
FIG. 3 is a schematic flow chart diagram of a cloud document processing method according to yet another embodiment of the present invention;
FIG. 4 is a schematic flow chart diagram of a cloud document processing method according to yet another embodiment of the present invention;
FIG. 5 is a schematic block diagram of a processing device according to an embodiment of the present invention;
FIG. 6 is a schematic block diagram of a processing device according to yet another embodiment of the invention;
FIG. 7 is a schematic block diagram of a cloud document processing system according to an embodiment of the present invention;
FIG. 8 is an exemplary system architecture diagram in which embodiments of the present invention may be employed;
fig. 9 is a schematic structural diagram of a computer system suitable for implementing a terminal device or a server according to an embodiment of the present invention.
Detailed Description
Exemplary embodiments of the present invention are described below with reference to the accompanying drawings, in which various details of embodiments of the invention are included to assist understanding, and which are to be considered as merely exemplary. Accordingly, those of ordinary skill in the art will recognize that various changes and modifications of the embodiments described herein can be made without departing from the scope and spirit of the invention. Also, descriptions of well-known functions and constructions are omitted in the following description for clarity and conciseness.
Fig. 1 is a schematic flow chart of a cloud document processing method according to an embodiment of the present invention. A cloud document processing method is applied to a client, and at least comprises the following operation flows:
s101, sending an editing request of the cloud document, so that the server side selects target content from the cloud document and encrypts the target content.
Here, the target content refers to a part of content in the cloud document.
S102, receiving and storing the encrypted target content.
S103, reading the stored target content and inserting the target file.
Illustratively, determining whether to create a new file and insert the stored target content; if so, creating a new file, and taking the created new file as a target file; reading the stored target content and inserting the read target content into a target file; if not, selecting a target file from the candidate files, reading the stored target content and inserting the read target content into the target file.
The client can read the stored target content in many ways, for example, via a communication protocol. Reading the stored target content and inserting the read target content into the target file can be realized by the following steps: and acquiring a key of the target content from the server, decrypting the stored target content according to the key, and inserting the decrypted target content into the target file.
It should be noted that before creating a new file, the file type of the new file needs to be further determined; a new file corresponding to the file type is created. The candidate file is a file existing in the client, and the target file is a file which needs to be edited currently by the user.
S104, acquiring the request of finishing the interaction, and deleting the stored target content.
Here, the interaction ends in a manner of closing the browser of the client or exiting the operation right of the client.
In the prior art, when a client edits a ppt, an excel chart of a cloud document is needed, and the excel chart on the cloud document is copy and paste prohibited, but the method is very time-consuming if data of the excel chart is input in the ppt. For this reason, the client side of the embodiment first obtains a cloud document editing request of a user, and then sends the cloud document editing request to the server side, for example, the editing request is mainly a request for editing target content in the cloud document. The server side selects target content corresponding to the editing request from the cloud document according to the editing request, encrypts the target content, and sends the encrypted target content to the client side. The client receives the encrypted target content and then stores the encrypted target content, and generates a trigger instruction; the client responds to the trigger instruction, reads the stored target content, and the reading process is to decrypt the stored target content; the decrypted target content is then inserted at the specified location of the target document. When the target document is edited online and the client acquires an instruction for closing the online browser, deleting the stored target content; for example, a link address is corresponding to the client, and an authorized user can remotely control the client by using a virtual machine through the link address, and the closing of the online browser of the client is realized by closing the virtual machine or disconnecting the link address. When the client deletes the stored target content, the target content is invalid.
It should be appreciated that in this embodiment, the client need not maintain a target document carrying the target content.
According to the embodiment of the invention, the target content of the cloud document is encrypted by the server and then sent to the client, and the stored target content is deleted by the client after the target document is edited, so that the safety of the content of the cloud document is ensured.
Fig. 2 is a schematic flow chart of a cloud document processing method according to another embodiment of the present invention. A cloud document processing method is applied to a client, and at least comprises the following operation flows:
and S204, storing the target file carrying the target content and sending the target file to the server so that the server stores the target file carrying the target content.
Specifically, the client analyzes the target file carrying the target content into json for storage, and then sends the message corresponding to the json to the server.
S205, the request for finishing the interaction is obtained, and the stored target content and the target file carrying the target content are deleted.
The specific implementation processes of steps S201, S202, and S203 are similar to the specific implementation processes of S101, S102, and S103 in the embodiment shown in fig. 1, and are not described herein again.
According to the embodiment of the invention, the target file carrying the target content is sent to the server side for storage, so that the target file can be reused conveniently, and the convenience of using the cloud document information is improved. When the interaction is finished, the target file carrying the target content and stored in the client is deleted, so that the risk of leakage of the decrypted cloud document content is reduced, and the safety of the target content in the cloud document is improved.
Fig. 3 is a schematic flow chart of a cloud document processing method according to another embodiment of the present invention. A cloud document processing method is applied to a server side and at least comprises the following operation flows:
s301, receiving an editing request of the cloud document.
S302, according to the editing request, target content is selected from the cloud document and encrypted.
S303, sending the encrypted target content, so that the client reads the encrypted target content and inserts the read target content into the target file.
Fig. 4 is a schematic flow chart of a cloud document processing method according to still another embodiment of the present invention. A cloud document processing method at least comprises the following operation flows:
s401, the client sends an editing request of the cloud document to the server.
S402, the server side selects target content from the cloud document according to the editing request and encrypts the target content.
S403, the server sends the encrypted target content to the client.
S404, the client stores the encrypted target content.
S405, the client reads the stored target content and inserts the target file.
Specifically, after the server sends the encrypted target content, a password request of the target content is received; and determining a password corresponding to the target content according to the password request, and then sending the password to the client so that the client can read the encrypted target content.
S406, the client stores the target file carrying the target content.
S407, the client sends a target file carrying the target content to the server.
S408, the server stores the target file.
S409, the client side obtains the request of finishing the interaction, and deletes the stored target content and the target file carrying the target content.
It should be understood that, in the embodiments of the present invention, the sequence numbers of the above-mentioned processes do not mean the execution sequence, and the execution sequence of each process should be determined by its function and the inherent logic, and should not constitute any limitation to the implementation process of the embodiments of the present invention.
Fig. 5 is a schematic block diagram of a processing apparatus according to an embodiment of the present invention. A processing device of a cloud document, applied to a client, the processing device 500 comprises: a sending module 501, configured to send an editing request of a cloud document, so that a server selects a target content from the cloud document and encrypts the target content; a receiving module 502, configured to receive and store encrypted target content; an inserting module 503, configured to read the stored target content and insert the target file; a deleting module 504, configured to obtain a request for finishing the interaction and delete the stored target content.
In an alternative embodiment, the processing device 500 further comprises: a sending module 505, configured to store a target file with target content and send the target file to a server, so that the server stores the target file with the target content; correspondingly, the deleting module 504 is further configured to delete the stored target file with the target content when the request for finishing the interaction is obtained.
In an alternative embodiment, the insertion module 503 includes: a determination unit configured to determine whether to create a new file and insert the stored target content, resulting in a determination result; the creating unit is used for creating a new file if the determined result represents that the new file needs to be created, and taking the created new file as a target file; an inserting unit for reading the stored target content and inserting the read target content into a target file; the inserting unit is further used for selecting a target file from the candidate files, reading the stored target content and inserting the read target content into the target file if the determination result represents that the new file does not need to be created.
In an alternative embodiment, the insertion unit comprises: the acquiring subunit is used for acquiring the key of the target content from the server; a decryption subunit, configured to decrypt the stored target content according to the key; and the inserting subunit is used for inserting the decrypted target content into the target file.
The processing device can execute the cloud document processing method provided by the embodiment of the invention, and has the corresponding functional modules and beneficial effects of executing the cloud document processing method. For details of the technology that are not described in detail in this embodiment, reference may be made to the method for processing the cloud document provided in the embodiment of the present invention.
Fig. 6 is a schematic block diagram of a processing apparatus according to still another embodiment of the present invention. A cloud document processing device applied to a server, the processing device 600 comprising: a receiving module 601, configured to receive an editing request of a cloud document; the encryption module 602 is configured to select target content from the cloud document according to the editing request and encrypt the target content; a sending module 603, configured to send the encrypted target content, so that the client reads the encrypted target content and inserts the read target content into the target file; the storage module 604 is configured to receive an object file carrying object content, and store the object file.
In an alternative embodiment, the receiving module 601 is further configured to receive a password request of the target content; the sending module 603 is further configured to send the password corresponding to the target content to the client.
The processing device can execute the cloud document processing method provided by the further embodiment of the invention, and has the corresponding functional modules and beneficial effects of executing the cloud document processing method. For details of the technology that are not described in detail in this embodiment, reference may be made to a method for processing a cloud document according to another embodiment of the present invention.
Fig. 7 is a schematic block diagram of a cloud document processing system according to an embodiment of the present invention. The processing system 700 comprises a client 500 and a server 600; the client 500 sends an editing request of the cloud document to the server 600; the server 600 selects target content from the cloud document according to the editing request and encrypts the target content; the server 600 sends the encrypted target content to the client 500; the client 500 stores the encrypted target content, reads the stored target content, and inserts the target file; the client 500 deletes the stored target content according to the request for the end of the interaction.
In an alternative embodiment, the client 500 stores a target file carrying target content and sends the target file to the server 600; the server 600 stores the target file.
As shown in fig. 8, the system architecture 800 may include terminal devices 801, 802, 803, a network 804 and a server 805 as an exemplary system architecture diagram to which embodiments of the present invention may be applied. The network 804 serves to provide a medium for communication links between the terminal devices 801, 802, 803 and the server 805. Network 804 may include various connection types, such as wired, wireless communication links, or fiber optic cables, to name a few.
A user may use the terminal devices 801, 802, 803 to interact with a server 805 over a network 804 to receive or send messages or the like. The terminal devices 801, 802, 803 may have installed thereon various communication client applications, such as shopping-like applications, web browser applications, search-like applications, instant messaging tools, mailbox clients, social platform software, etc. (by way of example only).
The terminal devices 801, 802, 803 may be various electronic devices having a display screen and supporting web browsing, including but not limited to smart phones, tablet computers, laptop portable computers, desktop computers, and the like.
The server 805 may be a server providing various services, such as a background management server (for example only) providing support for click events generated by users using the terminal devices 801, 802, 803. The background management server may analyze and perform other processing on the received click data, text content, and other data, and feed back a processing result (for example, target push information, product information — just an example) to the terminal device.
It should be noted that the processing method of the cloud document provided in the embodiment of the present application is generally executed by the server 805, and accordingly, the interpretation device is generally disposed in the server 805.
It should be understood that the number of terminal devices, networks, and servers in fig. 8 is merely illustrative. There may be any number of terminal devices, networks, and servers, as desired for implementation.
Referring now to FIG. 9, shown is a block diagram of a computer system suitable for use in implementing a terminal device or server of an embodiment. The terminal device shown in fig. 9 is only an example, and should not bring any limitation to the functions and the scope of use of the embodiments of the present invention.
As shown in fig. 9, the computer system 900 includes a Central Processing Unit (CPU) 901 that can perform various appropriate actions and processes in accordance with a program stored in a Read Only Memory (ROM) 902 or a program loaded from a storage section 908 into a Random Access Memory (RAM) 903. In the RAM903, various programs and data necessary for the operation of the system 900 are also stored. The CPU901, ROM902, and RAM903 are connected to each other via a bus 904. An input/output (I/O) interface 905 is also connected to bus 904. The following components are connected to the I/O interface 905: an input portion 906 including a keyboard, a mouse, and the like; an output section 907 including components such as a Cathode Ray Tube (CRT), a Liquid Crystal Display (LCD), and the like, and a speaker; a storage portion 908 including a hard disk and the like; and a communication section 909 including a network interface card such as a LAN card, a modem, or the like. The communication section 909 performs communication processing via a network such as the internet. The drive 910 is also connected to the I/O interface 905 as necessary. A removable medium 911 such as a magnetic disk, an optical disk, a magneto-optical disk, a semiconductor memory, or the like is mounted on the drive 910 as necessary, so that a computer program read out therefrom is mounted into the storage section 908 as necessary.
In particular, according to the embodiments of the present disclosure, the processes described above with reference to the flowcharts may be implemented as computer software programs. For example, 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 such an embodiment, the computer program may be downloaded and installed from a network through the communication section 909, and/or installed from the removable medium 911. The above-described functions defined in the system of the present invention are executed when the computer program is executed by a Central Processing Unit (CPU) 901.
It should be noted that the computer readable medium shown in the present invention can 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, 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 the present invention, 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, or device. In the present invention, 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, or device. Program code embodied on a computer readable medium may be transmitted using any appropriate medium, including but not limited to: wireless, wire, fiber optic cable, RF, etc., or any suitable combination of the foregoing.
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 invention. 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 or flowchart illustration, and combinations of blocks in the block diagrams 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 modules described in the embodiments of the present invention may be implemented by software or hardware. The described modules may also be provided in a processor, which may be described as: a processor includes a sending module, an obtaining module, a determining module, and a first processing module. The names of these modules do not in some cases constitute a limitation on the unit itself, and for example, the sending module may also be described as a "module that sends a picture acquisition request to a connected server".
As another aspect, the present invention also provides a computer-readable medium that may be contained in the apparatus described in the above embodiments; or may be separate and not incorporated into the device. The computer readable medium carries one or more programs which, when executed by a device, cause the device to perform at least the following: s101, sending an editing request of the cloud document to enable a server to select target content from the cloud document and encrypt the target content; s102, receiving and storing encrypted target content; s103, reading the stored target content and inserting a target file; s104, acquiring the request of finishing the interaction, and deleting the stored target content.
In the description herein, references to the description of the term "one embodiment," "some embodiments," "an example," "a specific example," or "some examples," etc., mean that a particular feature, structure, material, or characteristic described in connection with the embodiment or example is included in at least one embodiment or example of the invention. Furthermore, the particular features, structures, materials, or characteristics described may be combined in any suitable manner in any one or more embodiments or examples. Furthermore, various embodiments or examples and features of different embodiments or examples described in this specification can be combined and combined by one skilled in the art without contradiction.
Furthermore, the terms "first", "second" and "first" are used for descriptive purposes only and are not to be construed as indicating or implying relative importance or implicitly indicating the number of technical features indicated. Thus, a feature defined as "first" or "second" may explicitly or implicitly include at least one such feature. In the description of the present invention, "a plurality" means two or more unless specifically defined otherwise.
The above description is only for the specific embodiments of the present invention, but the scope of the present invention is not limited thereto, and any person skilled in the art can easily conceive of the changes or substitutions within the technical scope of the present invention, and all the changes or substitutions should be covered within the scope of the present invention. Therefore, the protection scope of the present invention shall be subject to the protection scope of the appended claims.

Claims (7)

1. The cloud document processing method is applied to a client and comprises the following steps:
sending an editing request of a cloud document to enable a server to select target content from the cloud document and encrypt the target content;
receiving and storing encrypted target content;
determining whether to create a new file and insert the stored target content;
if so, creating a new file, and taking the created new file as a target file;
acquiring a key of the target content from the server, decrypting the stored target content according to the key, and inserting the decrypted target content into a target file;
and acquiring a request for finishing the interaction, and deleting the stored target content.
2. The processing method of claim 1, further comprising:
storing a target file carrying target content and sending the target file to a server so that the server stores the target file carrying the target content;
correspondingly, when the request for finishing the interaction is obtained, the stored target file carrying the target content is deleted.
3. The processing method according to claim 1,
if not, selecting a target file from the candidate files, reading the stored target content and inserting the read target content into the target file.
4. The processing method according to claim 1, wherein the interaction is ended in a manner of closing a browser of the client or exiting an operation right of the client.
5. The cloud document processing device is applied to a client and comprises:
the sending module is used for sending an editing request of the cloud document so that the server side can select target content from the cloud document and encrypt the target content;
the receiving module is used for receiving and storing the encrypted target content;
an insert module comprising: a determination unit for determining whether to create a new file and insert the stored target content; the creating unit is used for creating a new file if the file is the target file, and taking the created new file as the target file; the inserting unit is used for acquiring a key of the target content from the server; decrypting the stored target content according to the key; inserting the decrypted target content into a target file;
and the deleting module is used for acquiring the request of finishing the interaction and deleting the stored target content.
6. The processing apparatus as in claim 5, further comprising:
the sending module is used for storing the target file carrying the target content and sending the target file to the server so that the server stores the target file carrying the target content;
correspondingly, the deleting module is further configured to delete the stored target file with the target content when the request for finishing the interaction is obtained.
7. A cloud document processing system comprises a client and a server, and is characterized in that:
the client sends an editing request of the cloud document to the server;
the server side selects target content from the cloud document according to the editing request and encrypts the target content;
the server side sends the encrypted target content to the client side;
the client determines whether to create a new file and insert the stored target content after storing the encrypted target content; if so, creating a new file, and taking the created new file as a target file; acquiring a key of the target content from the server, decrypting the stored target content according to the key, and inserting the decrypted target content into a target file;
and the client deletes the stored target content according to the request for finishing the interaction.
CN202010891651.XA 2020-08-31 2020-08-31 Cloud document processing method, device and system Active CN111814440B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202010891651.XA CN111814440B (en) 2020-08-31 2020-08-31 Cloud document processing method, device and system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202010891651.XA CN111814440B (en) 2020-08-31 2020-08-31 Cloud document processing method, device and system

Publications (2)

Publication Number Publication Date
CN111814440A CN111814440A (en) 2020-10-23
CN111814440B true CN111814440B (en) 2021-02-09

Family

ID=72859731

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202010891651.XA Active CN111814440B (en) 2020-08-31 2020-08-31 Cloud document processing method, device and system

Country Status (1)

Country Link
CN (1) CN111814440B (en)

Family Cites Families (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2002169808A (en) * 2000-11-30 2002-06-14 Hitachi Ltd Secure multi-database system
CN102394894B (en) * 2011-11-28 2014-01-15 武汉大学 Network virtual disk file safety management method based on cloud computing
CN105721425B (en) * 2015-12-31 2020-01-31 联想(北京)有限公司 information processing method and electronic equipment
CN109343980B (en) * 2018-09-29 2020-12-22 广州视源电子科技股份有限公司 Cloud copying and cloud pasting method, device, system, equipment and storage medium

Also Published As

Publication number Publication date
CN111814440A (en) 2020-10-23

Similar Documents

Publication Publication Date Title
CN108234539B (en) File uploading, downloading and transmitting method and device
CN113347206B (en) Network access method and device
US20120226823A1 (en) Document distribution system and method
CN109154968B (en) System and method for secure and efficient communication within an organization
CN104486388A (en) Accessing method and device of cloud storage file
CN111339206B (en) Block chain-based data sharing method and device
US11356252B1 (en) Encryption of e-mail and other digital data
CN111181920A (en) Encryption and decryption method and device
US11604898B2 (en) Secure online collaboration
CN112115500A (en) Method, device and system for accessing file
CN111814440B (en) Cloud document processing method, device and system
CN111984615A (en) Method, device and system for sharing files
CN107707528B (en) Method and device for isolating user information
CN110825815A (en) Cloud note system information processing method, equipment and medium based on block chain
CN115567263A (en) Data transmission management method, data processing method and device
CN115688165A (en) Node file processing method, device, equipment and storage medium
CN113342449A (en) Data protection method and device
CN113761566A (en) Data processing method and device
CN113297605B (en) Copy data management method, apparatus, electronic device, and computer readable medium
KR101945687B1 (en) Electronic document managing system using hybrid cloud and method for thereof
CN107210992B (en) Uploading and downloading data between a secure data system and an external data system
CN116112172B (en) Android client gRPC interface security verification method and device
CN111786874B (en) Caller identification method and device
CN111193659B (en) File processing method and device based on instant chat tool
CN111526128B (en) Encryption management method and device

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