Home

Forums

Web development

 

 

 

 
     
 
dna88 Web development and Technology Forum
 
Profile   Register   Memberlist   Usergroups   FAQ   Search  Log in
How to recover access database password, if you forget-Sol

 
Post new topic   Reply to topic    dna88 Forum Index -> Databases Discussion Forum
Author Message
dinangkur
Super Moderator
Super Moderator


Joined: 24 Mar 2004
Posts: 491
Location: Dhaka, Bangladesh

Post Post subject: How to recover access database password, if you forget-Sol Reply with quote

Following code that I use to by pass the Ms-Access password (97,2000). I didn't test it with XP and 2003. Please check it and let me know if there is any error, so I will be able to develop it.

Code:
Function AccessPassword(Byval Filename As string) as string

    Dim MaxSize, NextChar, MyChar, secretpos,TempPwd
    Dim secret(13)
    secret(0) = (&H86)
    secret(1) = (&HFB)
    secret(2) = (&HEC)
    secret(3) = (&H37)
    secret(4) = (&H5D)
    secret(5) = (&H44)
    secret(6) = (&H9C)
    secret(7) = (&HFA)
    secret(8) = (&HC6)
    secret(9) = (&H5E)
    secret(10) = (&H28)
    secret(11) = (&HE6)
    secret(12) = (&H13)
    secretpos = 0
    Open Filename For Input As #1' Open file for input.


    For NextChar = 67 To 79 Step 1 'Read In Encrypted Password
        Seek #1, NextChar' Set position.
        MyChar = Input(1, #1)' Read character.
        TempPwd = TempPwd & Chr(Asc(MyChar) Xor secret(secretpos)) 'Decrypt using Xor
        secretpos = secretpos + 1'increment pointer
    Next NextChar
    Close #1' Close file.
    AccessPassword = TempPwd
End Function


Use this function. I'm waiting for your feedback.

Happy cracking.

-DK
_________________
...we too are stardust...


Last edited by dinangkur on Sat Oct 09, 04 1:40 am; edited 1 time in total
Sat Oct 02, 04 8:46 pm
Back to top
dinangkur View user's profile Send private message Visit poster's website Yahoo Messenger MSN Messenger
quantum
Site Admin
Site Admin


Joined: 07 Mar 2004
Posts: 1048
Location: Dhaka, Bangladesh

Post Post subject: Reply with quote

Nice tool. I am sure it would come very handy if someone accidentally forgets his access database password.
_________________

Dust fills my eyes / Clouds roll by / and I roll with them / Centuries cry / Orders fly / and I fall again
Afford best design, implement best solution. Outsource your web design.
Sun Oct 03, 04 12:10 am
Back to top
quantum View user's profile Send private message Visit poster's website AIM Address
varzosu
Just In
Just In


Joined: 16 Jul 2006
Posts: 1

Post Post subject: Reply with quote

[http://www.itmethod.com/] has great recovery services. They are recovering for free for few day. I recoverd my PDF password.
Sun Jul 16, 06 7:43 am
Back to top
varzosu View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    dna88 Forum Index -> Databases Discussion Forum All times are GMT - 7 Hours
Page 1 of 1

 

Partners and Resources

Bangladesh hosting company

Bangladesh web design

Driven by phpBB © phpBB Group