Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>Phil is correct - the password prevent you from looking at the modules, they are not encrypted themselves. I know in excel 2007 a file is essentially a zipped collection of XML and other files, but I don't know the details of how encryption is handled. For earlier versions - excel 2, 3, 4, 5, 95, 97, 2000, XP, &amp; 2003, there is the comprehensive <a href="http://sc.openoffice.org/excelfileformat.pdf" rel="nofollow noreferrer">OpenOffice.org's Documentation of the Microsoft Excel File Format</a>:</p> <blockquote> <p>The Excel file format is named BIFF (Binary Interchange File Format). It is used to store all types of documents: worksheet documents, workbook documents, and workspace documents. There are different versions of this file format, depending on the version of Excel that has written the file, and depending on the document type.</p> <p>A workbook document with several sheets (BIFF5-BIFF8) is usually stored using the compound document file format (also known as “OLE2 storage file format” or “Microsoft Office compatible storage file format”). It contains several streams for different types of data. A complete documentation of the format of compound document files can be found <a href="http://sc.openoffice.org/compdocfileformat.pdf" rel="nofollow noreferrer">here</a>.</p> <p>The Workbook Protection Block occurs just after the DEFINEDNAME block (i.e. Named Ranges) in most BIFF streams, although BIFF8 is a major departure from that pattern. The record protection block In Biff5 - Biff8 the structure of the Workbook Protection Block:</p> </blockquote> <ul> <li>WINDOWPROTECT Window settings: 1 = protected </li> <li>PROTECT Workbook contents: 1 = protected </li> <li>PASSWORD Hash value of the password; 0 = no password </li> <li>PROT4REV Shared workbook: 1 = protected </li> <li>PROT4REVPASS Hash value of the shared password; 0 = no password </li> </ul> <p>The password block stores a 16-bit hash value, calculated from the worksheet or workbook protection password.</p>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. VO
      singulars
      1. This table or related slice is empty.
    2. VO
      singulars
      1. This table or related slice is empty.
    3. VO
      singulars
      1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload