question about the Rename actions of MS .doc file

when saving the .doc file, office will have two rename actions, first
rename .doc to ~WRL****.tmp, next rename ~WRD****.tmp to .doc.

I want to encrypt the .doc file before the second time rename action. My
method is to encrypt ~WRD****.tmp to ~WRD****.ice, next rename
~WRD****.ice to ~WRD****.tmp, but this method have the permission
issure.So I want to ask how can I encrypt the .doc file before the second
time rename action?

another question is can I do the same rename operations as the office?
first rename away .doc file, than rename another encrypt file to the .doc
file.

Thanks a lot!
Ice Fu

Are you trying to do this work in a file system filter or other kernel
mode component or in user mode (WIN32) application?

-----Original Message-----
From: Ice Fu [mailto:xxxxx@hotmail.com]
Sent: Monday, June 23, 2003 10:20 AM
To: File Systems Developers
Subject: [ntfsd] question about the Rename actions of MS .doc file

when saving the .doc file, office will have two rename actions, first
rename .doc to ~WRL****.tmp, next rename ~WRD****.tmp to .doc.

I want to encrypt the .doc file before the second time rename action. My
method is to encrypt ~WRD****.tmp to ~WRD****.ice, next rename
~WRD****.ice to ~WRD****.tmp, but this method have the permission
issure.So I want to ask how can I encrypt the .doc file before the
second
time rename action?

another question is can I do the same rename operations as the office?
first rename away .doc file, than rename another encrypt file to the
.doc
file.

Thanks a lot!
Ice Fu


You are currently subscribed to ntfsd as: xxxxx@exagrid.com
To unsubscribe send a blank email to xxxxx@lists.osr.com

I am writing a file system filter driver in windows2000, and try to do the
upper job in kernel mode!

are u just encrypting in rename operations? if not, why don’t u try
encrypting the file when it is first created?

Ampsi

----- Original Message -----
From: “Ice Fu”
To: “File Systems Developers”
Sent: Tuesday, June 24, 2003 09:03
Subject: [ntfsd] RE: question about the Rename actions of MS .doc file

I am writing a file system filter driver in windows2000, and try to do the
upper job in kernel mode!


You are currently subscribed to ntfsd as: xxxxx@pmail.ntu.edu.sg
To unsubscribe send a blank email to xxxxx@lists.osr.com