Results 1 to 9 of 9

Thread: Excel Password Remover

  1. #1
    Member Toohey's Avatar
    Join Date
    Jan 2009
    Location
    Here, There and Everywhere
    Age
    40
    Posts
    431
    Thanks
    38
    Thanked 27 Times in 21 Posts
    Rep Power
    202
    Reputation
    97

    Default Excel Password Remover

    Is there anyone who knows how to remove a password from an excel file?



Look Here ->
  • #2
    I am NOT the Messiah!
    SystemRat's Avatar
    Join Date
    Jan 2008
    Posts
    2,131
    Thanks
    278
    Thanked 563 Times in 274 Posts
    Rep Power
    333
    Reputation
    3178

    Default

    Not sure if this will help



    if its a prevent changes password its easy to edit the file to remove the password. I've done that before but will need to remember or find the details again.

  • The Following User Says Thank You to SystemRat For This Useful Post:

    Toohey (14-09-09)

  • #3
    Junior Member
    Join Date
    Jan 2008
    Posts
    190
    Thanks
    1
    Thanked 25 Times in 15 Posts
    Rep Power
    205
    Reputation
    81

    Default

    What version of excel? if its the older versions then it should have the 40bit strength and you will have a chance of brute forcing it.
    If its the new versions then it could get hard.
    Do you have any idea what the password could/should be like.
    eg: 8 Characters, letters only.
    If so this will help reduce the search space.

    Outside of that you can use an online removing service. They dont find the password, but will decrypt the file for you. An example of such a site is passware.

  • The Following User Says Thank You to crypto7 For This Useful Post:

    Toohey (14-09-09)

  • #4
    Member Toohey's Avatar
    Join Date
    Jan 2009
    Location
    Here, There and Everywhere
    Age
    40
    Posts
    431
    Thanks
    38
    Thanked 27 Times in 21 Posts
    Rep Power
    202
    Reputation
    97

    Default

    Thanks Systemrat - that program worked but only gave me a bit of info, gotta go and buy the full retail to retreive everything.

    crypto7 - It should be an XP docco with 40 bit strength. I have tried a few free demo programs, looks like the password is around 12 characters long, my guess is there is numbers and caps in the pass.

    Am trying a program at the moment called ElcomSoft but it says it will take another 7 days to complete - WOAH.

  • #5
    Junior Member
    Join Date
    Jan 2008
    Posts
    190
    Thanks
    1
    Thanked 25 Times in 15 Posts
    Rep Power
    205
    Reputation
    81

    Default

    7days is better the years LOL

  • #6
    Banned
    Join Date
    Jan 2008
    Posts
    1,101
    Thanks
    180
    Thanked 92 Times in 65 Posts
    Rep Power
    0
    Reputation
    -336

    Default

    This worked for me

    Sub PasswordBreaker()
    'Author unknown
    'Breaks worksheet password protection.
    Dim i As Integer, j As Integer, k As Integer
    Dim l As Integer, m As Integer, n As Integer
    Dim i1 As Integer, i2 As Integer, i3 As Integer
    Dim i4 As Integer, i5 As Integer, i6 As Integer
    On Error Resume Next
    For i = 65 To 66: For j = 65 To 66: For k = 65 To 66
    For l = 65 To 66: For m = 65 To 66: For i1 = 65 To 66
    For i2 = 65 To 66: For i3 = 65 To 66: For i4 = 65 To 66
    For i5 = 65 To 66: For i6 = 65 To 66: For n = 32 To 126
    ActiveSheet.Unprotect Chr(i) & Chr(j) & Chr(k) & _
    Chr(l) & Chr(m) & Chr(i1) & Chr(i2) & Chr(i3) & _
    Chr(i4) & Chr(i5) & Chr(i6) & Chr(n)
    If ActiveSheet.ProtectContents = False Then
    MsgBox "One usable password is " & Chr(i) & Chr(j) & _
    Chr(k) & Chr(l) & Chr(m) & Chr(i1) & Chr(i2) & _
    Chr(i3) & Chr(i4) & Chr(i5) & Chr(i6) & Chr(n)
    Exit Sub
    End If
    Next: Next: Next: Next: Next: Next
    Next: Next: Next: Next: Next: Next
    End Sub

  • The Following User Says Thank You to moeee For This Useful Post:

    Toohey (14-09-09)

  • #7
    Senior Member
    Join Date
    Jan 2008
    Posts
    636
    Thanks
    79
    Thanked 23 Times in 20 Posts
    Rep Power
    223
    Reputation
    171

    Default

    I don't think it's a worksheet password, sounds like a file password to me

  • #8
    Junior Member
    Join Date
    Jan 2008
    Posts
    190
    Thanks
    1
    Thanked 25 Times in 15 Posts
    Rep Power
    205
    Reputation
    81

    Default

    I was for the "open" password.

    It has been sorted now....

  • #9
    Member Toohey's Avatar
    Join Date
    Jan 2009
    Location
    Here, There and Everywhere
    Age
    40
    Posts
    431
    Thanks
    38
    Thanked 27 Times in 21 Posts
    Rep Power
    202
    Reputation
    97

    Default

    Thanks all - thanks crypto7 - all sorted.

  • Similar Threads

    1. AVG & Trojan Remover 6.7.9
      By osci in forum Security and Privacy
      Replies: 6
      Last Post: 27-06-09, 05:44 PM
    2. excel help
      By Philquad in forum PC Software
      Replies: 8
      Last Post: 01-04-09, 05:58 PM
    3. Excel Password Cracker Needed
      By phoenix in forum PC Software
      Replies: 3
      Last Post: 27-05-08, 02:01 AM
    4. Adding read-only password to excel file from command line
      By francoisvv77 in forum Operating Systems
      Replies: 0
      Last Post: 17-04-08, 07:55 PM

    Bookmarks

    Posting Permissions

    • You may not post new threads
    • You may not post replies
    • You may not post attachments
    • You may not edit your posts
    •