Hi, Let's say i have a ZIP i want to mount as a file system. I know there's a 'ZIP' provider ready for that purpose. Now, let's say this ZIP is actually encrypted using some symetric algo (say AES 256 CBC + salt). Is there a way i can use the actual ZIP provider implementations while having somewhere a component (some kind of interceptor or something) that can handle this encryption concern before the effective mount ?
Here is a second case. Same concern, but slightly different. Let's say i have a local dir, and i want to mount a file system from it. I know there's a 'local' provider ready for that purpose. Now, let's say that all files under that directory are encrypted using some symetric algo. Is there a way i can use the actual 'local' provider implementations while having somewhere a component (some kinf of interceptor or something) that can handle this encryption concern for all the files under this directory ? Thank you for your time. Damien
