Decrypting EFS w/o altering timestamp - possible?
- by grojo
Hi,
I'd like to decrypt some EFS-encrypted files, but I do not know how to do that without altering the timestamp. When encrypting/decrypting files, the modified-time is set to the current time. I'd like to preserve the original timestamp, as the files have not really changed.
Is this possible? Solutions i dont think work
copy to/from FAT (timestamp resolution differs)
copy to from Samba share (same)
programmatically copy original timestamp and reapply after decryption (possible, but need to handle decryption time which may vary)