M
mscotgrove
Via data recovery one can get a file that is encrypted, but the
attribute in the directory shows that it is not encrypted. The only
command I can find for setting attribute SetFileAttributes does not
allow changing of this flag.
If one creates a new file with encryption attribute, it will encrypt
the new file, ie double encryption.
I can see two options
1) Modify the MFT on the disk directly. Possible, but not a nice thing
to do.
2) Read the file, and use XP decryption routines. This would be nicest
solution, but can anyone advise me on which set of routines work with
standard encrypted files. I am assuming access to the relevant keys.
Is there a third solution? I am happy/expecting to do low level
programming to resolve the problem.
Michael
attribute in the directory shows that it is not encrypted. The only
command I can find for setting attribute SetFileAttributes does not
allow changing of this flag.
If one creates a new file with encryption attribute, it will encrypt
the new file, ie double encryption.
I can see two options
1) Modify the MFT on the disk directly. Possible, but not a nice thing
to do.
2) Read the file, and use XP decryption routines. This would be nicest
solution, but can anyone advise me on which set of routines work with
standard encrypted files. I am assuming access to the relevant keys.
Is there a third solution? I am happy/expecting to do low level
programming to resolve the problem.
Michael