Excel 2003 Encrypting File Cracking method

Source: Internet
Author: User

We sometimes have some secret files, password settings are not the same, time long forgotten, what methods or software can be cracked it? Here is a simple password to crack the method: He, 6-bit below to see the password difficult, 6 more than a hopeless. If the open password for the Excel file is forgotten and the password is a number within 6 digits, use the following steps to unlock (turn off all Programs for speed):


New Excel, press ALT and F11, enter VBA interface, insert on order list, module, Paste code in new window:

Sub crack ()

Dim I as Long

Dim FileName as String

i = 0

FileName = Application.getopenfilename ("Excel File (*.xls & *.xlsx), *.xls;*.xlsx", "VBA Cracked")

filename = right (filename, Len (filename)-InStrRev (filename, "")

application.screenupdating = False

Line2:on Error GoTo line1

Workbooks.Open FileName,, True,, I

MsgBox "Password is" & I

Exit Sub

LINE1:I = i + 1

Resume line2

application.screenupdating = True

End Sub

Then this interface directly press F5 to run this macro, select files, etc. (see password length) to the Internet to download Excel cracker.rar this file.

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.