vote up 0 vote down star

I am looking for documentation on the encryption algorithm used by Office for its BIFF files.

The documetation says: "All records after FILEPASS are encrypted (see the Office Open XML specification (Ecma Internation Standard 376) for further details)."

I looked at the ECMA documentation but could not find anything related to encryption for BIFF.

Any pointer?

flag

51% accept rate

2 Answers

vote up 1 vote down

Does this blog post help?

http://blogs.msdn.com/david_leblanc/archive/2008/07/03/office-crypto-follies.aspx

link|flag
vote up 0 vote down

Probably RC4, or something else called SEAL:
http://sc.openoffice.org/excelfileformat.pdf (page 169)

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.