How to improve efficiency when implementing transparent encryption and decryption projects

Hello everyone, I am currently implementing a transparent encryption and decryption project based on Minifilter. I want to put the encrypted information at the beginning of the file, but if the file is large, I need to read the entire file and put the encrypted information at the front before writing, which will result in low efficiency. Do you have any good ideas

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.