<html>
    <head>
      <base href="https://bugs.documentfoundation.org/">
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_UNCONFIRMED "
   title="UNCONFIRMED - Editing password-protected XLS created multiple empty files in backup directory"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=124537#c3">Comment # 3</a>
              on <a class="bz_bug_link 
          bz_status_UNCONFIRMED "
   title="UNCONFIRMED - Editing password-protected XLS created multiple empty files in backup directory"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=124537">bug 124537</a>
              from <span class="vcard"><a class="email" href="mailto:mikekaganski@hotmail.com" title="Mike Kaganski <mikekaganski@hotmail.com>"> <span class="fn">Mike Kaganski</span></a>
</span></b>
        <pre>The problem seems to be in ZipPackage::setPropertyValue, where it expects
"PackageSHA256UTF8EncryptionKey" or "PackageSHA1UTF8EncryptionKey", but
actually gets "OOXPassword" (for XLSX) or "STD97EncryptionKey"/"STD97UniqueID"
pair (for XLS).

The debug output lists these lines for each attempt:

<span class="quote">> warn:sfx.doc:16096:17588:sfx2/source/doc/docfile.cxx:881: It must be possible to set a common password for the storage
> warn:sfx.doc:16096:17588:sfx2/source/doc/objstor.cxx:1378: Setting of common encryption key failed!</span ></pre>
        </div>
      </p>


      <hr>
      <span>You are receiving this mail because:</span>

      <ul>
          <li>You are the assignee for the bug.</li>
      </ul>
    </body>
</html>