home *** CD-ROM | disk | FTP | other *** search
/ Freelog 46 / Freelog046.iso / Bas / Systeme / Recover / MDBRecoverPW.txt < prev   
Text File  |  2000-03-02  |  3KB  |  58 lines

  1. ------------------------------------------------------------------------------
  2. M I N I - H E L P
  3. MDB RECOVER PASSWORD
  4.  
  5. By:   Pierce Business Systems
  6. Web:  http://www.pb-sys.com/
  7. Mail: mailto:MDBReco@pb-sys.com
  8. ------------------------------------------------------------------------------
  9.  
  10. - Target MDB File:  This is the MDB file whose password you are attempting 
  11.   to lookup, remove, or set.
  12.  
  13. - Blank MDB File (no p/w):  This is a blank MDB file with *NO* PASSWORD.  
  14.   You should create this with your copy of Access.  Think of the Blank MDB 
  15.   File as a template from which this app looks up the encryption key.  
  16.   If you have an existing MDB with no password that was created with your 
  17.   copy of Access, then go ahead use it rather than creating a new mdb.
  18.  
  19.   What I have found is that Microsoft has many different versions of the 
  20.   encryption key out there; so Michael Kaplan's code (located at
  21.   http://www.trigeminal.com/) uses one key whereas most of the code on 
  22.   Planet Source uses one of two different algorythms (located at 
  23.   http://www.planet-source-code.com./PlanetSourceCode).  All the keys 
  24.   cannot be correct, so I just have the app reverse engineer the 
  25.   encryption key for your specific copy of Access on the fly.  This works 
  26.   great for Access 97 (lookup, remove, and set password), and after a 
  27.   bunch of testing and file comparing (fc.exe in \win\command), Access 
  28.   2000 (but only for the lookup).   One user reported an error with this
  29.   app using the Clear Password and Set Password, so I removed the 
  30.   functionality to prevent other's from experiencing the bug.
  31.  
  32.  
  33.  
  34. - Access 95/97: MDB Recover PW works great on these older versions (I have 
  35.   not yet tested on Access 95, but thoroughly tested on Access 97).  You 
  36.   can Show the password; but no longer Remove it, or Set it.
  37.  
  38. - Access 2000: MDB Recover PW will only Show the password, you cannot 
  39.   Remove nor re-Set the password on Access 2000 databases.  For those of 
  40.   you wondering, the trick to Access 2000 decryption was to stuff a chr(0) 
  41.   between each character of the password before encrypting and after 
  42.   decrypting.  Another difference (from standard Access 97 crack code) 
  43.   is that the password is longer.  Using these two tidbits of info., 
  44.   you should be able to take and modify Michael Kaplan's code above, or 
  45.   the code on Planet-Source.
  46.  
  47.  
  48.  
  49. - Show Password: This function will popup a message box containing the 
  50.   target MDB's password enclosed in quotes, or a message indicating that 
  51.   there is no password if that is true.
  52.  
  53. ------------------------------------------------------
  54. Please note that it is still against the law to break 
  55. into an Access database if you are not the lawful 
  56. owner.  So, please do not use this for rotten purposes.
  57. ------------------------------------------------------
  58.