[Libreoffice-bugs] [Bug 65492] Opening Password for DOC / XLS file limited to 15 characters (obsolete MSO limit - focus on comment 9)
bugzilla-daemon at bugs.documentfoundation.org
bugzilla-daemon at bugs.documentfoundation.org
Tue Jun 23 08:30:33 UTC 2020
https://bugs.documentfoundation.org/show_bug.cgi?id=65492
Justin L <jluth at mail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Summary|Opening Password for DOC / |Opening Password for DOC /
|XLS file limited to 15 |XLS file limited to 15
|characters |characters (obsolete MSO
| |limit - focus on comment 9)
--- Comment #14 from Justin L <jluth at mail.com> ---
Providing support for longer than 15 character passwords probably requires a
fairly major overhaul. (For .doc I could extend that to 16 characters just by
- if ( nLen <= 15 )
+ if ( nLen <= 16 )
in Init97Codec, but higher numbers didn't work, probably because "16" is
hardcoded all over the place in filter/source/msfilter/mscodec.cxx.
This is not an area I should be contributing to anyway, so that's as far as I
will investigate.
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/libreoffice-bugs/attachments/20200623/baa47f81/attachment.htm>
More information about the Libreoffice-bugs
mailing list