CN115914725A - Video storage method, device, equipment and storage medium - Google Patents

Video storage method, device, equipment and storage medium Download PDF

Info

Publication number
CN115914725A
CN115914725A CN202211327931.3A CN202211327931A CN115914725A CN 115914725 A CN115914725 A CN 115914725A CN 202211327931 A CN202211327931 A CN 202211327931A CN 115914725 A CN115914725 A CN 115914725A
Authority
CN
China
Prior art keywords
video
characters
encrypted
storage
reading
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Pending
Application number
CN202211327931.3A
Other languages
Chinese (zh)
Inventor
廖舒华
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Shenzhen Flash Scissor Intelligent Technology Co ltd
Original Assignee
Shenzhen Flash Scissor Intelligent 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 Shenzhen Flash Scissor Intelligent Technology Co ltd filed Critical Shenzhen Flash Scissor Intelligent Technology Co ltd
Priority to CN202211327931.3A priority Critical patent/CN115914725A/en
Publication of CN115914725A publication Critical patent/CN115914725A/en
Pending legal-status Critical Current

Links

Images

Landscapes

  • Storage Device Security (AREA)

Abstract

The invention relates to the field of encrypted storage, and discloses a video storage method, a device, equipment and a storage medium. The method comprises the following steps: receiving a video storage instruction, reading a video address in the video storage instruction, and accessing the video address to capture a target video; reading a user ID corresponding to the video storage instruction, and judging whether the user ID belongs to a storage permission ID; if the target video does not belong to the storage permission ID, reading the first N characters of the target video, and encrypting the first N characters to obtain N encrypted characters, wherein N is a positive integer; and replacing the first N characters of the target video with the N encrypted characters to generate an encrypted video, and storing the encrypted video according to the video storage instruction.

Description

Video storage method, device, equipment and storage medium
Technical Field
The present invention relates to the field of encrypted storage, and in particular, to a video storage method, apparatus, device, and storage medium.
Background
Short videos have become the stage center of everyday entertainment, and providing a high-quality short video material is the core competitiveness of more and more video generation tools, which is also the main income source of the video generation tools.
Taking a certain application program as an example, the application program provides a high-quality video template, a user needs to spend money to purchase the corresponding video template, then the video template is replaced by a picture or a video material of the application program, secondary creation is carried out, and finally a high-quality video material belonging to the user is obtained. The process provides opportunities for some irregular users, some Android users can enter the sand and river files of the application program to acquire video sources by swiping the Android users or the apple users get some system authorities by the mobile phone through prison, and the video is exported through other tools at this time, so that the limit of charging can be broken through, and the income loss of projects is caused.
In the prior art, in order to aim at the irregular behaviors of users, each frame of video is mainly encrypted. However, because of the limited performance of the mobile phone, if the encryption and decryption related operations are performed on each frame of the video, some mobile phones with poor performance will certainly bring unfriendly experience. Therefore, based on the prior art, the defect that the user experience of a common user is not considered for the irregular behaviors of the user, a technology is needed to meet both the business needs and ensure the comfort of the user experience.
Disclosure of Invention
The invention mainly aims to solve the technical problem that the use experience of a common user is not considered aiming at the irregular behaviors of the user in the prior art.
The invention provides a video storage method in a first aspect, which comprises the following steps:
receiving a video storage instruction, reading a video address in the video storage instruction, and accessing the video address to capture a target video;
reading a user ID corresponding to the video storage instruction, and judging whether the user ID belongs to a storage permission ID;
if the target video does not belong to the storage permission ID, reading the first N characters of the target video, and encrypting the first N characters to obtain N encrypted characters, wherein N is a positive integer;
and replacing the first N characters of the target video with the N encrypted characters to generate an encrypted video, and storing the encrypted video according to the video storage instruction.
Optionally, in a first implementation manner of the first aspect of the present invention, the accessing the video address to grab the target video includes:
accessing the address of the video to be accessed, and constructing C + + std: : the offset object reads the target video.
Optionally, in a second implementation manner of the first aspect of the present invention, the reading the first N characters of the target video includes:
by the C + + std: : reading () function of the ofstream object, reading the first N characters of the target video, and storing the first N characters into an encorptData array.
Optionally, in a third implementation manner of the first aspect of the present invention, the encrypting the first N characters to obtain N encrypted characters includes:
and performing AES256 encryption processing on the encorptData array according to a preset encryption key to obtain N encrypted characters.
Optionally, in a fourth implementation manner of the first aspect of the present invention, after the replacing the first N characters of the target video with the N encrypted characters to generate an encrypted video, the method further includes:
receiving a video viewing instruction sent by the user ID;
and reading the encrypted video corresponding to the video viewing instruction, and decrypting the first N encrypted characters of the encrypted video to obtain the viewing video.
Optionally, in a fifth implementation manner of the first aspect of the present invention, the decrypting the first N encrypted characters of the encrypted video to obtain the viewed video includes:
reading the first N encrypted characters of the encrypted video, and storing the N encrypted characters in a decData array;
according to a preset encryption key, carrying out AES256 decryption processing on the decData array to obtain N characters;
and replacing the first N encrypted characters in the encrypted video by the N characters to obtain a viewing video.
Optionally, in a sixth implementation manner of the first aspect of the present invention, the determining whether the user ID belongs to a storage permission ID includes:
sending the verification request of the user ID to a preset server address;
and receiving a verification result fed back by the server address, and judging whether the verification result is a storage permission result.
A second aspect of the present invention provides a video storage apparatus, comprising:
the capturing module is used for receiving a video storage instruction, reading a video address in the video storage instruction, and accessing the video address to capture a target video;
the judging module is used for reading the user ID corresponding to the video storage instruction and judging whether the user ID belongs to the storage permission ID;
the encryption module is used for reading the first N characters of the target video if the target video does not belong to the storage permission ID, and encrypting the first N characters to obtain N encrypted characters, wherein N is a positive integer;
and the replacing module is used for replacing the first N characters of the target video with the N encrypted characters, generating an encrypted video and storing the encrypted video according to the video storage instruction.
A third aspect of the present invention provides a video storage apparatus comprising: a memory having instructions stored therein and at least one processor, the memory and the at least one processor interconnected by a line; the at least one processor invokes the instructions in the memory to cause the video storage device to perform the video storage method described above.
A fourth aspect of the present invention provides a computer-readable storage medium having stored therein instructions, which, when run on a computer, cause the computer to execute the above-described video storage method.
In the embodiment of the invention, in order to reduce the performance consumption of encryption and decryption, the encryption and decryption are only carried out on the small area of the video head part, so that the effect that the video cannot be played is achieved, and the requirement of commercial protection is met. Meanwhile, the encryption range is accurate to the video head, so that the resource consumption in the encryption process is reduced, the use experience of a user is improved, and the defects of the prior art are overcome.
Drawings
FIG. 1 is a schematic diagram of an embodiment of a video storage method according to an embodiment of the present invention;
FIG. 2 is a schematic diagram of an embodiment of a video storage apparatus according to the present invention;
FIG. 3 is a schematic diagram of another embodiment of a video storage apparatus according to an embodiment of the present invention;
fig. 4 is a schematic diagram of an embodiment of a video storage device in the embodiment of the present invention.
Detailed Description
The embodiment of the invention provides a video storage method, a video storage device, video storage equipment and a video storage medium.
The terms "first," "second," "third," "fourth," and the like in the description and in the claims, as well as in the drawings, if any, are used for distinguishing between similar elements and not necessarily for describing a particular sequential or chronological order. It will be appreciated that the data so used may be interchanged under appropriate circumstances such that the embodiments described herein may be implemented in other sequences than those illustrated or described herein. Furthermore, the terms "comprises," "comprising," or "having," and any variations thereof, are intended to cover non-exclusive inclusions, such that a process, method, system, article, or apparatus that comprises a list of steps or elements is not necessarily limited to those steps or elements expressly listed, but may include other steps or elements not expressly listed or inherent to such process, method, article, or apparatus.
For understanding, a specific flow of an embodiment of the present invention is described below, and referring to fig. 1, an embodiment of a video storage method according to an embodiment of the present invention includes:
101. receiving a video storage instruction, reading a video address in the video storage instruction, and accessing the video address to capture a target video;
in the embodiment, the video saving instruction band also has a video address URL, and the target video to be saved is captured from the video address URL by accessing, which is common in wechat, web pages and mailboxes.
Further, the following steps may be performed in the step of "accessing the video address to capture the target video":
1011. accessing the address of the video to construct C + + std: : the offset object reads the target video.
In the embodiment, the C + + std means that the offset object is a pointing operation of a C + + file read-write operation and is realized in a nested manner. The manner in which the function is constructed may be performed as follows:
ofastream (); // default constructor
explicitofstream(constchar*filename,ios_base::openmodemode=ios_base::out );
explicit stream (constraining & filename, ios _ base:: o ut); the first parameter filename is the location of the file to be read, and the second parameter mode describes the i/o mode flag of the file request, i.e., the way the file is opened.
Based on C + + std: : and obtaining the target video by the offstream object.
102. Reading a user ID corresponding to the video storage instruction, and judging whether the user ID belongs to a storage permission ID;
in this embodiment, the video saving command may include a user ID, or may include a character pointing to the user ID. After the user ID is obtained, it is checked on the Internet whether the user ID belongs to the storage permission ID.
Further, in "judging whether the user ID belongs to the storage license ID" the following manner may be performed:
1021. sending the verification request of the user ID to a preset server address;
1022. and receiving a verification result fed back by the server address, and judging whether the verification result is a storage permission result.
In steps 1021-1022, the internet queries the user ID, first sends the authentication request of the user ID to the preset server address, the server receives the user ID query request, analyzes the account number of the user ID, determines whether to purchase the related service, returns the authentication result of the storage permission if the related service is purchased, but returns the authentication result of the non-permission if the related service is not purchased, and the application program processes the video according to the returned authentication result.
103. If the target video does not belong to the storage permission ID, reading the first N characters of the target video, and encrypting the first N characters to obtain N encrypted characters, wherein N is a positive integer;
in this embodiment, when the user ID does not belong to the storage permission ID, the first 100 characters of the target video are encrypted, and the encryption method of the first 100 characters may use encryption algorithms such as AES, RC4, DES, 3DES, RC5, and RC6, but a new 100 encrypted characters are obtained at last, where the number of the encrypted characters must be consistent with the number of characters read by the target video, because the user stores the encrypted video and reviews the encrypted video with the application program, the encrypted video needs to be decrypted for the user experience, and the application program is used to review the encrypted video.
Further, the following steps may be performed during the "reading the first N characters of the target video":
1031. by the C + + std: : reading () function of the ofstream object, reading the first N characters of the target video, and storing the first N characters into an encorptData array.
In this example, C + + std: : the stream object is attached with a read () function, so that the first 100 characters of a target video can be directly viewed, the 100 characters are written into an encorptData array, and the encryptData array is used as encrypted data and is not easy to crack by the outside.
Further, the following steps may be performed to "encrypt the first N characters to obtain N encrypted characters":
1032. and performing AES256 encryption processing on the encorptData array according to a preset encryption key to obtain N encrypted characters.
In this embodiment, the encryption key is preset, and 100 encrypted characters are generated by performing encryption processing of the AES256 algorithm on the encorptData array through the encryption key.
104. And replacing the first N characters of the target video with the N encrypted characters to generate an encrypted video, and storing the encrypted video according to the video storage instruction.
In this embodiment, 100 original characters of the target video are replaced, 100 encrypted characters are replaced by 100 original characters, so that an encrypted video can be generated, and then the encrypted video is stored based on a video storage instruction, so that video encryption storage meeting commercial requirements is realized.
Further, after 104, the following steps may also be performed:
105. receiving a video viewing instruction sent by the user ID;
106. and reading the encrypted video corresponding to the video viewing instruction, and decrypting the first N encrypted characters of the encrypted video to obtain the viewing video.
In steps 105-106, after the encrypted storage is realized, in order to improve the user experience, the user needs to view the encrypted video through the business program software, and the scheme is mainly for realizing the service business and avoiding that the user obtains the specially-effective video without paying, so that the user executes the re-decryption on the video viewing instruction after the storage is finished to generate the viewing video.
Further, at 106, the following steps may be performed:
1061. reading the first N encrypted characters of the encrypted video, and storing the N encrypted characters in a decData array;
1062. according to a preset encryption key, carrying out AES256 decryption processing on the decData array to obtain N characters;
1063. and replacing the first N encrypted characters in the encrypted video by the N characters to obtain a viewing video.
In steps 1061-1063, the process is also based on C + + std: : the ofstream object reads the first 100 encrypted characters of the encrypted video because there is no need to perform encryption again but decryption stores the 100 encrypted characters in the decData array. Based on the same encryption key during encryption, the decData array is subjected to AES256 decryption processing to obtain 100 characters. And replacing the first 100 encrypted characters in the encrypted video by the obtained 100 characters to obtain the viewed video. Where viewing the video is that the user has not previously paid for storage of the video stored locally, the encrypted video is re-decrypted for use by the user in order for the user to continue to modify and effect commercial purchases.
In the embodiment of the invention, in order to reduce the performance consumption of encryption and decryption, the encryption and decryption are only carried out on the small area of the video head part, so that the effect that the video cannot be played is achieved, and the requirement of commercial protection is met. Meanwhile, the encryption range is accurate to the video head, so that the resource consumption in the encryption process is reduced, the use experience of a user is improved, and the defects of the prior art are overcome.
With reference to fig. 2, the video storage method in the embodiment of the present invention is described above, and a video storage apparatus in the embodiment of the present invention is described below, where in an embodiment of the video storage apparatus in the embodiment of the present invention, the video storage apparatus includes:
the capturing module 201 is configured to receive a video saving instruction, read a video address in the video saving instruction, and access the video address to capture a target video;
a judging module 202, configured to read a user ID corresponding to the video saving instruction, and judge whether the user ID belongs to a storage permission ID;
the encryption module 203 is configured to, if the target video does not belong to the storage permission ID, read the first N characters of the target video, and encrypt the first N characters to obtain N encrypted characters, where N is a positive integer;
a replacing module 204, configured to replace the first N characters of the target video with the N encrypted characters, generate an encrypted video, and store the encrypted video according to the video saving instruction.
In the embodiment of the invention, in order to reduce the performance consumption of encryption and decryption, the encryption and decryption are only carried out on a small area of the video head part, so that the effect that the video cannot be played is achieved, and the requirement of commercial protection is met. Meanwhile, the encryption range is accurate to the video head, so that the resource consumption in the encryption process is reduced, the use experience of a user is improved, and the defects of the prior art are overcome.
Referring to fig. 3, in another embodiment of the video storage apparatus according to the embodiment of the present invention, the video storage apparatus includes:
the capturing module 201 is configured to receive a video saving instruction, read a video address in the video saving instruction, and access the video address to capture a target video;
a judging module 202, configured to read a user ID corresponding to the video saving instruction, and judge whether the user ID belongs to a storage permission ID;
the encryption module 203 is configured to, if the current target video does not belong to the storage permission ID, read the first N characters of the target video, and encrypt the first N characters to obtain N encrypted characters, where N is a positive integer;
a replacing module 204, configured to replace the first N characters of the target video with the N encrypted characters, generate an encrypted video, and store the encrypted video according to the video saving instruction.
The grabbing module 201 is specifically configured to:
accessing the address of the video to construct C + + std: : the offset object reads the target video.
Wherein the encryption module 203 is specifically configured to:
by the C + + std: : reading () function of the ofstream object, reading the first N characters of the target video, and storing the first N characters into an encorptData array.
Wherein, the encryption module 203 may be further specifically configured to:
and performing AES256 encryption processing on the encorptData array according to a preset encryption key to obtain N encrypted characters.
The determining module 202 is specifically configured to:
sending the verification request of the user ID to a preset server address;
and receiving a verification result fed back by the server address, and judging whether the verification result is a storage permission result.
Wherein the video storage apparatus further comprises a viewing module 205, the viewing module 205 comprising:
a receiving unit 2051, configured to receive a video viewing instruction sent by the user ID;
and the decryption unit 2052 is configured to read the encrypted video corresponding to the video viewing instruction, and decrypt the first N encrypted characters of the encrypted video to obtain the viewing video.
The decryption unit 2052 is specifically configured to:
reading the first N encrypted characters of the encrypted video, and storing the N encrypted characters in a decData array;
according to a preset encryption key, carrying out AES256 decryption processing on the decData array to obtain N characters;
and replacing the first N encrypted characters in the encrypted video by the N characters to obtain a viewing video.
In the embodiment of the invention, in order to reduce the performance consumption of encryption and decryption, the encryption and decryption are only carried out on a small area of the video head part, so that the effect that the video cannot be played is achieved, and the requirement of commercial protection is met. Meanwhile, the encryption range is accurate to the video head, so that the resource consumption in the encryption process is reduced, the use experience of a user is improved, and the defects of the prior art are overcome.
Fig. 2 and fig. 3 describe the video storage apparatus in the embodiment of the present invention in detail from the perspective of the modular functional entity, and the video storage apparatus in the embodiment of the present invention is described in detail from the perspective of hardware processing.
Fig. 4 is a schematic structural diagram of a video storage device 400 according to an embodiment of the present invention, where the video storage device 400 may have a relatively large difference due to different configurations or performances, and may include one or more processors (CPUs) 410 (e.g., one or more processors) and a memory 420, and one or more storage media 430 (e.g., one or more mass storage devices) storing applications 433 or data 432. Memory 420 and storage medium 430 may be, among other things, transient or persistent storage. The program stored on the storage medium 430 may include one or more modules (not shown), each of which may include a sequence of instruction operations on the video storage device 400. Further, the processor 410 may be configured to communicate with the storage medium 430 to execute a series of instruction operations in the storage medium 430 on the video storage device 400.
The video-based storage device 400 may also include one or more power supplies 440, one or more wired or wireless network interfaces 450, one or more input-output interfaces 460, and/or one or more operating systems 431, such as Windows Server, mac OS X, unix, linux, freeBSD, and the like. Those skilled in the art will appreciate that the video storage device configuration shown in fig. 4 does not constitute a limitation of video-based storage devices and may include more or fewer components than those shown, or some components may be combined, or a different arrangement of components.
The present invention also provides a computer-readable storage medium, which may be a non-volatile computer-readable storage medium, and which may also be a volatile computer-readable storage medium, having stored therein instructions, which, when run on a computer, cause the computer to perform the steps of the video storage method.
It is clear to those skilled in the art that, for convenience and brevity of description, the specific working processes of the above-described systems, apparatuses, and units may refer to the corresponding processes in the foregoing method embodiments, and are not described herein again.
The integrated unit, if implemented in the form of a software functional unit and sold or used as a stand-alone product, may be stored in a computer readable storage medium. Based on such understanding, the technical solution of the present invention may be embodied in the form of a software product, which is stored in a storage medium and includes instructions for causing a computer device (which may be a personal computer, a server, or a network device) to execute all or part of the steps of the method according to the embodiments of the present invention. And the aforementioned storage medium includes: various media capable of storing program codes, such as a usb disk, a removable hard disk, a read-only memory (ROM), a Random Access Memory (RAM), a magnetic disk, or an optical disk.
The above-mentioned embodiments are only used for illustrating the technical solutions of the present invention, and not for limiting the same; although the present invention has been described in detail with reference to the foregoing embodiments, it will be understood by those of ordinary skill in the art that: the technical solutions described in the foregoing embodiments may still be modified, or some technical features may be equivalently replaced; and such modifications or substitutions do not depart from the spirit and scope of the corresponding technical solutions of the embodiments of the present invention.

Claims (10)

1. A method for storing video, comprising the steps of:
receiving a video storage instruction, reading a video address in the video storage instruction, and accessing the video address to capture a target video;
reading a user ID corresponding to the video storage instruction, and judging whether the user ID belongs to a storage permission ID;
if the target video does not belong to the storage permission ID, reading the first N characters of the target video, and encrypting the first N characters to obtain N encrypted characters, wherein N is a positive integer;
and replacing the first N characters of the target video with the N encrypted characters to generate an encrypted video, and storing the encrypted video according to the video storage instruction.
2. The video storage method of claim 1, wherein said accessing the video address to grab out the target video comprises:
accessing the address of the video to be accessed, and constructing C + + std: : the offset object reads the target video.
3. The video storage method according to claim 2, wherein said reading the first N characters of the target video comprises:
by the C + + std: : and reading () function of the ofstream object, reading the first N characters of the target video, and storing the first N characters into an encorptData array.
4. The video storage method according to claim 3, wherein said encrypting the first N characters to obtain N encrypted characters comprises:
and performing AES256 encryption processing on the encorptData array according to a preset encryption key to obtain N encrypted characters.
5. The video storage method according to claim 1, wherein after said replacing the first N characters of the target video with the N encrypted characters to generate an encrypted video, further comprising:
receiving a video viewing instruction sent by the user ID;
and reading the encrypted video corresponding to the video viewing instruction, and decrypting the first N encrypted characters of the encrypted video to obtain the viewing video.
6. The video storage method according to claim 5, wherein the decrypting the first N encrypted characters of the encrypted video to obtain the viewing video comprises:
reading the first N encrypted characters of the encrypted video, and storing the N encrypted characters in a decData array;
according to a preset encryption key, carrying out AES256 decryption processing on the decData array to obtain N characters;
and replacing the first N encrypted characters in the encrypted video by the N characters to obtain a viewing video.
7. The video storage method according to claim 1, wherein said determining whether said user ID belongs to a storage license ID comprises:
sending the verification request of the user ID to a preset server address;
and receiving a verification result fed back by the server address, and judging whether the verification result is a storage permission result.
8. A video storage device, the video storage device comprising:
the capturing module is used for receiving a video storage instruction, reading a video address in the video storage instruction, and accessing the video address to capture a target video;
the judging module is used for reading the user ID corresponding to the video storage instruction and judging whether the user ID belongs to the storage permission ID;
the encryption module is used for reading the first N characters of the target video if the target video does not belong to the storage permission ID, and encrypting the first N characters to obtain N encrypted characters, wherein N is a positive integer;
and the replacing module is used for replacing the first N characters of the target video with the N encrypted characters, generating an encrypted video and storing the encrypted video according to the video storage instruction.
9. A video storage device, the video storage device comprising: a memory having instructions stored therein and at least one processor, the memory and the at least one processor interconnected by a line;
the at least one processor invokes the instructions in the memory to cause the video storage device to perform the video storage method of any of claims 1-7.
10. A computer-readable storage medium, on which a computer program is stored, which, when being executed by a processor, carries out a video storage method according to any one of claims 1 to 7.
CN202211327931.3A 2022-10-27 2022-10-27 Video storage method, device, equipment and storage medium Pending CN115914725A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202211327931.3A CN115914725A (en) 2022-10-27 2022-10-27 Video storage method, device, equipment and storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202211327931.3A CN115914725A (en) 2022-10-27 2022-10-27 Video storage method, device, equipment and storage medium

Publications (1)

Publication Number Publication Date
CN115914725A true CN115914725A (en) 2023-04-04

Family

ID=86478619

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202211327931.3A Pending CN115914725A (en) 2022-10-27 2022-10-27 Video storage method, device, equipment and storage medium

Country Status (1)

Country Link
CN (1) CN115914725A (en)

Similar Documents

Publication Publication Date Title
US20160117518A1 (en) File Encryption/Decryption Device And File Encryption/Decryption Method
KR101776635B1 (en) Apparatus for performing on behalf an electronic signature for client terminal and operating method thereof
CN108370315B (en) Secure computer cluster with encryption
EP2696305B1 (en) Method and device for file protection
KR101371608B1 (en) Database Management System and Encrypting Method thereof
CN111047313B (en) Code scanning payment, information sending and key management method, device and equipment
CN110637301B (en) Reducing disclosure of sensitive data in virtual machines
CN105144189A (en) Secure cloud database platform
CN1541391A (en) System, method, and device for playing back recorded audio, video or other content from non-volatile memory cards, compact disks or other media
US20060274361A1 (en) Network image processing system, network image processing apparatus, and network image processing method
US10733809B2 (en) Information processing device and information processing method
WO2014032517A1 (en) A video file encryption and decryption method, device, and mobile terminal
US7716477B2 (en) Data processing method, program of the same, and device of the same
CN108229190B (en) Transparent encryption and decryption control method, device, program, storage medium and electronic equipment
CN111414635A (en) File encryption and decryption method, device, equipment and storage medium
CN110650191A (en) Data read-write method of distributed storage system
CN112788001A (en) Data encryption-based data processing service processing method, device and equipment
CN102142072A (en) Encryption processing and decryption processing method and device of electronic files
US20110023083A1 (en) Method and apparatus for digital rights management for use in mobile communication terminal
CN112287371B (en) Method and device for storing industrial data and computer equipment
CN115914725A (en) Video storage method, device, equipment and storage medium
JP3984951B2 (en) Content usage frequency limiting method, content usage terminal device, content usage system, computer program, and computer-readable recording medium
CN111259407A (en) Picture processing method and device, storage medium and terminal
CN113343254B (en) Method, device, medium and electronic equipment for encrypting and decrypting warranty based on OFD format
CN113839773A (en) LUKS key offline extraction method, terminal equipment and storage medium

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination
REG Reference to a national code

Ref country code: HK

Ref legal event code: DE

Ref document number: 40090403

Country of ref document: HK