A transparent encryption and decryption method, system and storage medium based on multi-thread environment
Patent Information
- Authority / Receiving Office
- CN · China
- Patent Type
- Patents(China)
- Current Assignee / Owner
- ZHENGZHOU XINDA JIEAN INFORMATION TECH
- Publication Date
- 2022-03-15
Smart Images

Figure 1 
Figure 2 
Figure 3
Abstract
Description
technical field
[0001] The invention relates to the technical field of data protection, in particular to a transparent encryption and decryption method, system and storage medium based on a multi-thread environment. Background technique
[0002] In the actual operation of the transparent encryption and decryption system, there is a problem of multi-thread concurrency. When multiple threads operate a file at the same time, mutual exclusion is required for accessing and destroying data shared by threads in the virtual file layer. The global VFDSet and the virtual file descriptor VFD are shared by threads at the virtual file layer. The virtual file descriptor VFD is consistent with the real file descriptor. The global VFDSet is a collection of virtual file descriptors VFD. The global VFDSet and virtual file descriptor VFD data are required to be opened and closed as well as read and write operations on files. In order to avoid data errors, mutual exclusion locks need to be add...