Linux - General This Linux forum is for general Linux questions and discussion.
If it is Linux Related and doesn't seem to fit in any other forum then this is the place. |
| Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
 |
GNU/Linux Basic Guide
This 255-page guide will provide you with the keys to understand the philosophy of free software, teach you how to use and handle it, and give you the tools required to move easily in the world of GNU/Linux. Many users and administrators will be taking their first steps with this GNU/Linux Basic guide and it will show you how to approach and solve the problems you encounter.
Click Here to receive this Complete Guide absolutely free. |
|
 |
10-17-2004, 03:01 AM
|
#1
|
|
Member
Registered: Mar 2004
Location: Athens
Distribution: Fedora 9
Posts: 72
Rep:
|
access an MS Word password protected doc
Hello all!
I was browsing some of my old cds this weekend and I found an MS Word doc (very old indeed since it is in windows). I tried to open it but it was protected by a passwod. Since there is no way to remember the password I was wondering is there any way to access this file from my fedora core 2 distro?
thanx in advance
axelmang
|
|
|
|
10-17-2004, 03:41 AM
|
#2
|
|
Senior Member
Registered: Nov 2002
Location: pikes peak
Distribution: Slackware, LFS
Posts: 2,577
Rep:
|
open it with a HEX editor..............
|
|
|
|
10-17-2004, 04:01 AM
|
#3
|
|
Member
Registered: Mar 2004
Location: Athens
Distribution: Fedora 9
Posts: 72
Original Poster
Rep:
|
ok I did (khexedit) and then what....?
|
|
|
|
10-17-2004, 04:11 AM
|
#4
|
|
Senior Member
Registered: Nov 2002
Location: Silly Con Valley
Distribution: Red Hat 7.3, Red Hat 9.0
Posts: 2,054
Rep:
|
you could try http://www.elcomsoft.com/aw2000pr.html
it has a free trial but it's a windows program.
*disclaimer - i have never used this program so i don't know how good it is or if it does what it says it does (ie... if it's a virus, trojan, or any kind of malware).
Last edited by megaspaz; 10-17-2004 at 04:12 AM.
|
|
|
|
10-17-2004, 04:29 AM
|
#5
|
|
Member
Registered: Mar 2004
Location: Athens
Distribution: Fedora 9
Posts: 72
Original Poster
Rep:
|
I already did that but it was not succesfull. Any other ideas (even in windows)
thanx again
axelmang
|
|
|
|
10-17-2004, 04:48 AM
|
#6
|
|
Senior Member
Registered: Nov 2002
Location: Silly Con Valley
Distribution: Red Hat 7.3, Red Hat 9.0
Posts: 2,054
Rep:
|
Quote:
Originally posted by axelmang
I already did that but it was not succesfull. Any other ideas (even in windows)
thanx again
axelmang
|
don't know. do you know if ms word security encrypts the whole document when using a password? if not, then in khexedit you should be able to scrolldown some and see your document's contents. there's a lot of extraneous stuff in an msword document so you'll have to just scroll and look.
below is a screenshot of khexedit. the stuff you want to look at is on the right hand side. this document isn't password protected (none of my word docs are), but if word doesn't encrypt the whole document, you should be able to read the document.
KHexedit screenshot
|
|
|
|
10-17-2004, 06:11 AM
|
#7
|
|
Member
Registered: Mar 2004
Location: Athens
Distribution: Fedora 9
Posts: 72
Original Poster
Rep:
|
I guess it does because my doc is not like yours. On the right I cannot see the content of the doc but characters in a random sequence. What next?
|
|
|
|
10-17-2004, 05:47 PM
|
#8
|
|
Senior Member
Registered: Nov 2002
Location: Silly Con Valley
Distribution: Red Hat 7.3, Red Hat 9.0
Posts: 2,054
Rep:
|
Quote:
Originally posted by axelmang
I guess it does because my doc is not like yours. On the right I cannot see the content of the doc but characters in a random sequence. What next?
|
don't know. try another ms word password cracker?
http://www.intertek.org.uk/downloads/word.html
there's a demo version of WordLocksmith Demo. i don't know. delete the file?
j/k...
|
|
|
|
10-18-2004, 01:38 AM
|
#9
|
|
Senior Member
Registered: Jul 2004
Location: Nantes (France)
Distribution: Arch Linux
Posts: 1,897
Rep:
|
That's not really the answer you want, but you may try to do this:
Code:
strings /path/to/your/file.doc | less
which should give you a rough idea of the text inside. Then you'll know if it is worth the effort.
Yves.
|
|
|
|
10-18-2004, 09:42 AM
|
#11
|
|
Senior Member
Registered: Apr 2003
Location: Germany
Distribution: openSuSE 12.3_64-KDE, Ubuntu 12.04, Fedora 17, Mint 14, Chakra
Posts: 3,516
Rep: 
|
Did you try to open it with Open Office (Star Office from Sun)?
|
|
|
|
10-18-2004, 10:11 AM
|
#12
|
|
Member
Registered: Mar 2004
Location: Athens
Distribution: Fedora 9
Posts: 72
Original Poster
Rep:
|
megaspaz:
Already tried that and it did not work
theYinYeti:
Quote:
That's not really the answer you want, but you may try to do this:
Code:
strings /path/to/your/file.doc | less
which should give you a rough idea of the text inside. Then you'll know if it is worth the effort.
|
This also didn't work. Here is what I get:
Code:
6>7FV
prk2{
cI8BS"
#cqc
J-`4
-EKL
qLLb]
Vug$
3J5x
ZYRaQ,\yt
=o{$
Lakis
Normal
Lakis
Microsoft Word 9.0
Lakis Inc
Title
Microsoft Word Document
MSWordDoc
Word.Document.8
$
heema:
the free version is only for 5 chars long and it didn't find mine. An in download.com all programs available have a limitation of characters and nothins seems to work.
JZL240I-U:
Quote:
|
Did you try to open it with Open Office (Star Office from Sun)?
|
Yes and it sais that the file is password protected and I cannot see it.
Thankx people for all your ideas but unfortunatelly nothis seems to work so far. I am open to any new suggestion and pleased to hear some new ones.
Thanx again
axelmang
|
|
|
|
10-18-2004, 10:26 AM
|
#13
|
|
Senior Member
Registered: Apr 2003
Location: Germany
Distribution: openSuSE 12.3_64-KDE, Ubuntu 12.04, Fedora 17, Mint 14, Chakra
Posts: 3,516
Rep: 
|
Last edited by JZL240I-U; 10-18-2004 at 10:29 AM.
|
|
|
|
| Thread Tools |
Search this Thread |
|
|
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
All times are GMT -5. The time now is 03:37 PM.
|
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|