https://issues.apache.org/bugzilla/show_bug.cgi?id=35897
--- Comment #16 from Trejkaz (pen name) <[email protected]> --- This could be a coincidence, but... http://msdn.microsoft.com/en-us/library/dd952596%28v=office.12%29.aspx Says the 0x0002 and 0x0003 values refer to RC4 CryptoAPI encryption header structure[MS-OFFCRYPTO], 2.3.5.1 But if you look that one up: http://msdn.microsoft.com/en-us/library/dd922755(v=office.12).aspx EncryptionVersionInfo (4 bytes): A Version structure (section 2.1.4) that specifies the encryption version used to create the document and the encryption version required to open the document. Version.vMajor MUST be 0x0002, 0x0003, or 0x0004<22> The note says: <22> Section 2.3.5.1: Applications in the 2007 Office system earlier than Service Pack 2 set a Version.vMajor value of 0x0003. Versions with Service Pack 2 and Office 2010 set a Version.vMajor value of 0x004. Office 2003 applications set a Version.vMajor version of 0x0002. So I guess it's just a newer format? -- You are receiving this mail because: You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
