Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1,814
Default password recovery

I had an old worksheet that I needed to unprotect, but forgot the password.
Through this forum, I found some code that was unable to unlock the sheet.
After running the code, a message box said, "one possible password is
"-----".

I've read that excel stores the password as a hash, so you can't recover the
actual password. My question is this:

How many different passwords can one hash represent? In other words, would
it be possible for me to generate a table with a bunch of "possible"
passwords that this hash could represent?
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 4,624
Default password recovery

Each of the 194K hashes could potentially represent an infinite number
of passwords. It would certainly be possible to generate a table of
hashes to passwords, but it wouldn't be complete...

In article ,
steve wrote:

I had an old worksheet that I needed to unprotect, but forgot the password.
Through this forum, I found some code that was unable to unlock the sheet.
After running the code, a message box said, "one possible password is
"-----".

I've read that excel stores the password as a hash, so you can't recover the
actual password. My question is this:

How many different passwords can one hash represent? In other words, would
it be possible for me to generate a table with a bunch of "possible"
passwords that this hash could represent?

  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 3,942
Default password recovery

hi.
why not just remove the passwordand assign another.
http://www.cpearson.com/excel/password.htm
http://www.mcgimpsey.com/excel/removepwords.html
just a suggestion.

Regards
FSt1

"JE McGimpsey" wrote:

Each of the 194K hashes could potentially represent an infinite number
of passwords. It would certainly be possible to generate a table of
hashes to passwords, but it wouldn't be complete...

In article ,
steve wrote:

I had an old worksheet that I needed to unprotect, but forgot the password.
Through this forum, I found some code that was unable to unlock the sheet.
After running the code, a message box said, "one possible password is
"-----".

I've read that excel stores the password as a hash, so you can't recover the
actual password. My question is this:

How many different passwords can one hash represent? In other words, would
it be possible for me to generate a table with a bunch of "possible"
passwords that this hash could represent?


Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
password recovery [email protected] Excel Programming 2 February 23rd 07 02:58 PM
Password Recovery Rita Palazzi Excel Discussion (Misc queries) 3 July 15th 06 05:00 PM
Password Recovery sp_prabhakaran Excel Discussion (Misc queries) 4 February 5th 06 01:12 AM
password recovery xazos Excel Programming 1 January 9th 04 01:16 PM
Worksheet Password Recovery Bob Excel Programming 5 November 13th 03 02:36 PM


All times are GMT +1. The time now is 01:10 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"