traveler has asked for the wisdom of the Perl Monks concerning the following question:
I have a perl script that runs under Linux and writes to a share exported by a Win32 host. I'd like to test and see if the file written by the script is encrypted (using Windows XP's built-in file encryption). I can't just read the file back and see if it is different than what I wrote, because the encryption should be transparent to me. The file is in a directory mounted by Linux's automounter. So, is there some way to detect if the file is encrypted?
Thanks,
--traveler
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Detecting Encrypted Files in a mounted Windows FS?
by RMGir (Prior) on Aug 07, 2002 at 19:59 UTC | |
by traveler (Parson) on Aug 07, 2002 at 20:08 UTC | |
by RMGir (Prior) on Aug 07, 2002 at 20:49 UTC | |
|
Re: Detecting Encrypted Files in a mounted Windows FS?
by Rex(Wrecks) (Curate) on Aug 07, 2002 at 21:01 UTC | |
|
Re: Detecting Encrypted Files in a mounted Windows FS?
by BrowserUk (Patriarch) on Aug 08, 2002 at 00:41 UTC | |
|
Re: Detecting Encrypted Files in a mounted Windows FS?
by John M. Dlugosz (Monsignor) on Aug 07, 2002 at 21:26 UTC |