Launchpad has imported 33 comments from the remote bug at
http://qa.openoffice.org/issues/show_bug.cgi?id=92645.

If you reply to an imported comment from within Launchpad, your comment
will be sent to the remote bug automatically. Read more about
Launchpad's inter-bugtracker facilities at
https://help.launchpad.net/InterBugTracking.

------------------------------------------------------------------------
On 2008-08-11T08:05:06+00:00 Rjmoos wrote:

If I open .docx-Files that are protected with Password, oo mentions, that this 
file is not a docx-file!!!!

If I save the Docoment without Passwordprotection, the File can bie
opend.

Please change code, that oo informs the user, if the file can not being opend 
caused by  Passwordprotection!

Reply at: https://bugs.launchpad.net/openoffice/+bug/404647/comments/0

------------------------------------------------------------------------
On 2008-10-24T21:53:08+00:00 Rogimenez wrote:

Created attachment 57442
Excel 2007 with password = 123456

Reply at: https://bugs.launchpad.net/openoffice/+bug/404647/comments/1

------------------------------------------------------------------------
On 2008-10-24T21:53:55+00:00 Rogimenez wrote:

Created attachment 57443
Excel 2007 without password

Reply at: https://bugs.launchpad.net/openoffice/+bug/404647/comments/2

------------------------------------------------------------------------
On 2008-10-24T21:55:02+00:00 Rogimenez wrote:

I can confirm that OpenOffice.org 3.0.0 cannot open any password protected 
Microsoft Office 2007 files. I'm ussing OOo 3.0.0 Build 9358 (final spanish)

In the attachment you will find two Excel 2007 files, one without password and 
the other one password protected, the second one present and error when opening.

I think is imperative to correct this because is a very common practice to 
create passwords to protect files.

Reply at: https://bugs.launchpad.net/openoffice/+bug/404647/comments/3

------------------------------------------------------------------------
On 2008-10-28T03:37:46+00:00 Aziem wrote:

Confirmed on OOo 3.0.0

Reply at: https://bugs.launchpad.net/openoffice/+bug/404647/comments/4

------------------------------------------------------------------------
On 2008-11-21T15:24:34+00:00 Hbrinkm wrote:

set target

Reply at: https://bugs.launchpad.net/openoffice/+bug/404647/comments/5

------------------------------------------------------------------------
On 2008-11-24T22:24:17+00:00 Rogimenez wrote:

To be clear, it is imperative to be able to OPEN password protected files in 
office 2003/2007 formats, and not only to display a warning alerting of the 
passowrd presence.

Is it the target?

Reply at: https://bugs.launchpad.net/openoffice/+bug/404647/comments/6

------------------------------------------------------------------------
On 2008-12-09T23:42:30+00:00 Sliverbaer wrote:

Confirmed on Vista Home Premium (32) OpenOffice 3.0.0 and Mac OS X 10.4.11
OpenOffice 3.0.0.

Reply at: https://bugs.launchpad.net/openoffice/+bug/404647/comments/7

------------------------------------------------------------------------
On 2008-12-25T20:56:55+00:00 Kpalagin-w wrote:

Dear developers,
are we on track for 3.1 with this issue?

Reply at: https://bugs.launchpad.net/openoffice/+bug/404647/comments/8

------------------------------------------------------------------------
On 2009-01-21T20:47:12+00:00 Kpalagin-w wrote:

Are we missing 3.1 with this one?

Reply at: https://bugs.launchpad.net/openoffice/+bug/404647/comments/9

------------------------------------------------------------------------
On 2009-01-22T14:14:14+00:00 Hbrinkm wrote:

This is a missing feature. Password protected .*x files are stored as OLE2
storage, not as ZIP storage. Solving this needs completely different access
methods. I suggest the effort to be in the weeks. 

Reply at: https://bugs.launchpad.net/openoffice/+bug/404647/comments/10

------------------------------------------------------------------------
On 2009-01-22T21:22:33+00:00 Rogimenez wrote:

What about previous formats (previous to Office 2007), *.doc and *.xls, those 
also can't be open in OOorg 3.0, and I think it’s an important feature.

Are those formats included in the correction of 3.2?


Reply at: https://bugs.launchpad.net/openoffice/+bug/404647/comments/11

------------------------------------------------------------------------
On 2009-05-29T00:41:03+00:00 Rogimenez wrote:

I can confirm that in version 3.1.0 OOorg can open password protected files in 
xls format, not xlsx (2007 format), so and improvement was done to this item.


Reply at: https://bugs.launchpad.net/openoffice/+bug/404647/comments/12

------------------------------------------------------------------------
On 2009-06-25T12:34:58+00:00 Cmc-w wrote:

*** Issue 101863 has been marked as a duplicate of this issue. ***

Reply at: https://bugs.launchpad.net/openoffice/+bug/404647/comments/13

------------------------------------------------------------------------
On 2009-06-26T11:05:42+00:00 Cmc-w wrote:

assignee doesn't look right here, to default oox owner

Reply at: https://bugs.launchpad.net/openoffice/+bug/404647/comments/14

------------------------------------------------------------------------
On 2009-06-26T11:06:53+00:00 Cmc-w wrote:

Created attachment 63222
MS XML decryption implementation

Reply at: https://bugs.launchpad.net/openoffice/+bug/404647/comments/15

------------------------------------------------------------------------
On 2009-06-26T11:11:22+00:00 Cmc-w wrote:

cmc->dr/hbrinkm/kohei: Attached is an implementation of the MS XML decryption
mechanism. I've only done the decryption work and hard-coded the password to the
classic Excel default "VelvetSweatshop", which means that applied and
out-of-the-box it's able to open "protected" documents like 
http://download.microsoft.com/download/7/E/7/7E7662CF-CBEA-470B-A97E-CE7CE0D98DC2/ISA_PNPID_List.xlsx

but someone needs to extend it to query/accept used-entered passwords, and/or
break it up, move it around, check for failures at the various intermediate
steps return values

openssl is in the "vanilla" build-tree, so I've implemented it using that, so it
should be ok from that sense.

FWIW, one quirk of their "bundle it into a OLE2 package and encrypt the whole
zip as a stream in that package" mechanism is that it won't be possible to
detect the file type until *after* its bee decrypted

Reply at: https://bugs.launchpad.net/openoffice/+bug/404647/comments/16

------------------------------------------------------------------------
On 2009-08-11T14:47:51+00:00 M-tr-s wrote:

querying passwords will be done later, I will integrate this patch to be able to
open protected files without user-def password.

Reply at: https://bugs.launchpad.net/openoffice/+bug/404647/comments/21

------------------------------------------------------------------------
On 2009-08-11T18:56:15+00:00 M-tr-s wrote:

committed the patch with some changes

Reply at: https://bugs.launchpad.net/openoffice/+bug/404647/comments/22

------------------------------------------------------------------------
On 2009-08-12T17:54:08+00:00 M-tr-s wrote:

now the user will also be asked for the file encryption password... :-)

Reply at: https://bugs.launchpad.net/openoffice/+bug/404647/comments/23

------------------------------------------------------------------------
On 2009-08-12T18:18:42+00:00 Kohei wrote:

@dr: is this only for xlsx, or does this also take care of encrypted
docx documents?

Reply at: https://bugs.launchpad.net/openoffice/+bug/404647/comments/24

------------------------------------------------------------------------
On 2009-08-12T18:27:48+00:00 M-tr-s wrote:

all filters (Word, Excel, Powerpoint), all file types (doc, template).

Reply at: https://bugs.launchpad.net/openoffice/+bug/404647/comments/25

------------------------------------------------------------------------
On 2009-08-12T18:39:16+00:00 Kohei wrote:

nice. :-)

Reply at: https://bugs.launchpad.net/openoffice/+bug/404647/comments/26

------------------------------------------------------------------------
On 2009-08-25T10:18:08+00:00 M-tr-s wrote:

see http://sc.openoffice.org/testdocs/filetype/index.html for a collection of
test files. WordML, SpreadsheetML, PresentationML files labeled with "AES128
encrypted, "Password"" must be able to open using the password "Password"
(capital P).

For spreadsheet: the test files labeled with "Encrypted, built-in password" are
encrypted too, but must open without password request (they are encrypted with
the well-known default password "VelvetSweatshop").

Reply at: https://bugs.launchpad.net/openoffice/+bug/404647/comments/27

------------------------------------------------------------------------
On 2009-09-03T11:01:06+00:00 Oc-n wrote:

verified in internal build cws_dr72

Reply at: https://bugs.launchpad.net/openoffice/+bug/404647/comments/28

------------------------------------------------------------------------
On 2009-09-11T09:06:59+00:00 Cmc-w wrote:

closing, integrated DEV300_m58

Reply at: https://bugs.launchpad.net/openoffice/+bug/404647/comments/29

------------------------------------------------------------------------
On 2009-09-27T21:24:36+00:00 Jbfaure wrote:

Hi,

Perhaps I have missed something, but I cannot open the attached bugdoc with
DEV300_m60. It asks me for the password and after asks for a filter and, when I
choose "Microsoft Excel 2007 XML" I get error message : General Error. General
input/output error".
Same problem for test files as :
http://sc.openoffice.org/testdocs/filetype/ms_excel_xml_encrypted_aes128.xlsx

Regards
JBF

Reply at: https://bugs.launchpad.net/openoffice/+bug/404647/comments/30

------------------------------------------------------------------------
On 2009-11-04T13:35:51+00:00 Thorstenziehm wrote:

Is it fixed or isn't it? Please check. Thx

Reply at: https://bugs.launchpad.net/openoffice/+bug/404647/comments/31

------------------------------------------------------------------------
On 2009-11-06T09:54:32+00:00 Kpalagin-w wrote:

m3 opens w_password.xlsx just fine, after user supplies the password.
Earlier builds apparently had broken import filter for Excel2007 files.

Resolving as fixed.

Reply at: https://bugs.launchpad.net/openoffice/+bug/404647/comments/32

------------------------------------------------------------------------
On 2009-11-06T09:55:09+00:00 Kpalagin-w wrote:

Verified.

Reply at: https://bugs.launchpad.net/openoffice/+bug/404647/comments/33

------------------------------------------------------------------------
On 2012-04-03T12:42:23+00:00 Shamsu1 wrote:

hello please let me know how to encrypt password from docx file

Reply at: https://bugs.launchpad.net/openoffice/+bug/404647/comments/38

------------------------------------------------------------------------
On 2012-04-03T12:51:39+00:00 Shamsu1 wrote:

Created attachment 77412
hello

hello

Reply at: https://bugs.launchpad.net/openoffice/+bug/404647/comments/39

------------------------------------------------------------------------
On 2012-04-03T12:55:38+00:00 Shamsu1 wrote:

Created attachment 77413
i would like to retrive password

i would like to retriver password

Reply at: https://bugs.launchpad.net/openoffice/+bug/404647/comments/40


** Changed in: openoffice
   Importance: Unknown => Low

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to libreoffice in Ubuntu.
https://bugs.launchpad.net/bugs/404647

Title:
  Cannot open Password protected docx/xlsx Files

Status in The OpenOffice.org Suite:
  Fix Released
Status in “libreoffice” package in Ubuntu:
  Incomplete
Status in “openoffice.org” package in Ubuntu:
  Won't Fix

Bug description:
  Binary package hint: openoffice.org

  I thought that OO 3.0 could read Word documents with the extension
  docx but I get the message 'file is not a WinWord6 document.' The docx
  file has no other 'specials' than it requires a password to open it. I
  use Ubuntu 9.04.

  ProblemType: Bug
  Architecture: i386
  DistroRelease: Ubuntu 9.04
  NonfreeKernelModules: nvidia
  Package: openoffice.org-core 1:3.0.1-9ubuntu3
  ProcEnviron:
   PATH=(custom, no user)
   LANG=nl_NL.UTF-8
   SHELL=/bin/bash
  SourcePackage: openoffice.org
  Uname: Linux 2.6.28-13-generic i686

To manage notifications about this bug go to:
https://bugs.launchpad.net/openoffice/+bug/404647/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to     : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp

Reply via email to