Hi,
i want to realize a mini filter to encrypt/decrypt files in a particular shared folder.
I started with swapbuffer and i add a stream file context to know file name during read/write operation. I read that for a filter encryption only IRP_NOCACHE must be processed. It is correct?
Everythings work ok on local file.
When i attach filter to lanmanredirector and i drag a file to shared folder, filter receive operation with no IRP_NOCACHE. I don’t know if this way is the correct way to archive my goal.
Any suggestion?
Thanks