Bugs item #969926, was opened at 2004-06-10 07:32
Message generated for change (Comment added) made by mhammond
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=551954&aid=969926&group_id=78018
Category: win32
Group: None
Status: Open
>Resolution: Works For Me
Priority: 5
Submitted By: Joe Francia (scaba)
Assigned to: Nobody/Anonymous (nobody)
Summary: Access violation in win32file.DecryptFile
Initial Comment:
On both Windows 2000 and XP, decrypting an NTFS
encrypted file or directory with
win32file.DecryptFile() crashes Python. The decryption
succeeds, but I get an access violation "instruction
0x00000000 referenced memory at 0x00000000". This
happens with both normal and unicode strings passed as
filenames. win32file.EncryptFile() works fine. I've
attached the XP debug output.
#Sample code
import win32file
win32file.EncryptFile('c:/temp/somefile.txt')
win32file.DecryptFile('c:/temp/somefile.txt')
----------------------------------------------------------------------
>Comment By: Mark Hammond (mhammond)
Date: 2004-10-08 17:20
Message:
Logged In: YES
user_id=14198
This works fine for me. I've added it to the test suite. I
can't find evidence of it having been fixed either - so I
don't know what the story is there.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=551954&aid=969926&group_id=78018
|