破解access(破解access).docVIP

  • 11
  • 0
  • 约6.77千字
  • 约 10页
  • 2017-10-07 发布于河南
  • 举报
破解access(破解access)

破解access(破解access) Database read article Crack Access (*.mdb) the current password for all versions: author: Read 3282 people, 2006-4-14, 10:17:00 Password cracking on Access97 has been introduced in many websites and magazines. Here, let me repeat it briefly. The 13 bytes at the 0x42 byte of the mdb file are encoded with the 0x86,0xfb, 0xec, 0x37,0x5d, 0x44,0x9c, 0xfa, 0x28,0xe6,0x13, 0xc6,0x5e, and XOR, respectively. But in versions of Access 2000 and 2002, the key is no longer 13 bytes fixed, and the encryption has changed. After an afternoon of research with ccrun, Access2000s encryption was finally made clear. Hey。 I will publish my experience here. I hope it will be useful to you. If you find my understanding is incorrect, please send me a letter informing us. Mailbox: info@ copyright, although it does not matter, but if you want to reprint, please indicate the source, and to ensure the integrity of the document. Thank you My analysis tool is UltraEdit32 v10.00, and the programming tool is C++ Builder 6 After using UltraEdit32 analysis, it was found that Access2000 and Access2002 have the same database encryption methods, so the following is only for Access2000 MDB files. Whats more, I used the 16 decimal number, so I added the 0x in front. If you are using VB or something else, please pay attention to the value. First, create a blank password database file db1.mdb with AccessXP, which contains a table with a field that does not fill in any data. Save exit, then copy one as db2.mdb, open 2.mdb exclusively, and add password 1324567890123 to save exit. Open these two databases with UltraEdit32 and compare them. My method of comparison is also very simple. In UltraEdit32, quickly click back and forth on the tab where the file is opened (that is, switching back and forth between two files), huh?. Stupid way) to find changes in the 0x42 byte starting from the file header. Db1.mdb:BC, 4E, BE 68, EC 3765, D7, 9C, FA, FE, CD, 28, E6, 2B;:8A 60, 6C

文档评论(0)

1亿VIP精品文档

相关文档