パスワードで保護されたリソースを使用するために行き、パスワードを忘れた場合、それは本当にイライラする可能性があります。オンライン会員サイトでさえ、十分にイライラする可能性があります。ただし、パスワードで保護されたExcelドキュメント(Excel document)内のプロジェクトであり、パスワードを忘れた場合は、進行中の障害となる可能性があります。
幸い、 Excel(Excel)からパスワードを削除するためにできることがいくつかあります。ドキュメントをパスワードで保護したい場合は、クラックした後で再度保存して保護することをお勧めします。ただし、この記事では、クラッキングの部分に焦点を当てます。
いくつかの用語(Some Terminology)
Excelからパスワードを削除するということは、まさにそれを意味します–ファイルにパスワードがもうないようにすることです。パスワードを破ることは、あなたがファイルにアクセスできるように、パスワードを破ることです。これは、パスワードが削除される途中で壊れているか、解読される途中で壊れている可能性があります。
はい、ひびが入っ(cracked)ているように聞こえますが、ハック(hack)すると思います。忘れたパスワードを解読(cracking)する場合は、パスワードが何であるかを把握しているので、ファイルにアクセスできます。
制限事項(Limitations)
多くのソフトウェアプログラムと利用可能な他の多数のオプションは、行き止まりまたはある種の制限をもたらすだけです。(end or limitation)たとえば、Excel 2007では機能しますが、Excel2016またはMacでは(Mac)機能しません。または、ワークシート内で保護するために機能しますが、ファイルを開くことができない場合(パスワードを開く)は機能しません。
興味深いことに、これらのアイテムで機能するソフトウェアオプション(Excel 2016、オープンパスワード、Macなど)は、古いExcelプログラムでも機能します。
では、なぜ新しいファイル用に2つのプログラムを購入するのか、それとも不要なときに古いファイル用の無料のプログラムでコンピューターを乱雑にする必要があるのでしょうか。問題を解決する適切なプログラムを入手することは理にかなっています。そして、*無料*は素晴らしいですが、$ 9-30は絶対に恐ろしい価格ではありません。多くの価値のある(そして必要な)ソフトウェアが$300-500を実行していることを考えるとそうではありません。
単純にしすぎると、 Excel(Excel)からパスワードを削除する可能性のある*無料*のオプションがいくつかあります。これにより、料金を支払ったり、何かをインストールしたりする必要がなくなります。後で、いくつかの(Later)有料ソフトウェア(paid software)ソリューションを検討します。
無料の方法(Free Methods)
以下はあなたがあなたの財布を閉じたままにすることを可能にするかもしれないあなたが試みることができるいくつかの方法です。保証はありませんが、開始する場所です。次の2つの(mind two)点に注意してください。
- 時間に余裕がない場合や、より簡単なルートが必要な場合は、有料のソリューション(ソフトウェア)に直接アクセスすることをお勧めします。
- 2013年以前のExcel暗号化(Excel encryption)は非常に単純化されていました。つまり、2013年より前に保護されていたワークシートをクラックする方が簡単です。(protected)繰り返し(Again)になりますが、面倒な作業をスキップしたい場合は、新しいバージョンのワークシート(新しいバージョンのExcel)の場合は、無料バージョンをスキップして直進することをお勧めします。有料の。
何があっても、ファイルのバックアップを作成することを忘れないでください。複数のバックアップが賢明な場合があります。元のファイルに破損や損傷(corruption or damage)がないことを確認できるように、ファイルのコピーをクラックします。これらのソフトウェアメソッドと無料メソッドのほとんどはファイルに損傷を与えませんが、注意を怠った方がよいでしょう。
2つのVBAスクリプトメソッド(Two VBA Script Methods)
VBAスクリプト(VBA script)を使用するという考え方は、 Microsoft Excelのパスワードチェックメカニズムを回避し、 Excelのパスワード(Excel password)を破ることです。ただし、 Visual Basic(Visual Basic)のコアスクリプト言語を使用して、プロセスが開始する前にプログラムをだますことによってそれを行います。
これはもっとオタクなオプションのように見えるかもしれませんが、おそらく最も複雑でない方法なので、最初に試してみることをお勧めします。
これがVBAスクリプト(VBA Script)です。Excelワークシート(Excel Worksheet)を開いたらすぐに、 Alt F11を使用してエディターにアクセスし(Macでも機能します)、リストからファイルを選択して、このスクリプトを[宣言]ウィンドウに(Declarations)貼り付け(list and paste)ます。
Sub BreakPassword()
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
Exit Sub
End If
Next: Next: Next: Next: Next: Next
Next: Next: Next: Next: Next: Next
End Sub
VBAスクリプトの(VBA script)実行(run)ボタン(F5)を押した後、しばらく待ってください。ボタンが再び使用可能になると、スクリプトが終了したことがわかります。
いくつかの可能性があります。たとえば、Macバージョン(Mac version)では、ファイルの編集を開始するだけです。Windowsなどの他のバージョンでは、ドキュメントのロックを解除して編集を開始するために使用できる一時的なパスワードが提供されます。この時点で、必要に応じて新しいパスワードを追加し、そのパスワードを使用してドキュメントを再保存するオプションがあります。
Excelファイル(Excel file)を取得し、パスワードなしでそのコピーを再作成する別の優れたVBAスクリプトメソッド(VBA Script method)があります。このページ(this page)からVBAスクリプト(VBA script)をコピーして貼り付けることができます。
ジョン・ザ・リッパーオプション(John the Ripper Option)
Excelからパスワードを削除する別のオプションは、ターミナルを利用するよりコアなアプローチです。ジョン・ザ・リッパー(John the Ripper)バージョンです。これは、一般的なパスワードクラッキング(password cracking)にも効果的な方法であり、何十年にもわたって効果的に使用されてきました。ソフトウェアメソッド(software method)のような他のメソッドのいくつかは、特に新しいバージョンのExcelの場合、おそらくより簡単で効果的です。
また、古いバージョンのExcel(2013より前)を使用していて、入力してもかまわ(t mind typing)ない場合は、VBAスクリプトメソッド(VBA Script Method)が効果的です。John the Ripperメソッドについては、このサイト(this site)にアクセスし、ハウツーメソッド/手順について一番下までスクロールしてください。
XML/Zip Method (Pre-Excel 2013)
ファイルのバックアップを作成したら、XML/Zip methodを使用してファイルを解読できます。
- ファイルの拡張子をxlsからzipに変更するだけで、WindowsはファイルがExcelファイル(Excel file)ではなくzipファイル(zip file)であると見なします。これにより、存在するXMLにアクセスできるようになります(メソッドが機能すると仮定しますが、機能しない場合があります)。
- now-zipファイルを抽出し、XMLファイル(XML file)を探し(file and look)ます。ワークシート(worksheets)ディレクトリ にあります。
- ファイル内でsheetProtectionという用語を検索し、見つかったら、それを囲むタグを削除します。タグは通常、<で始まり、 >で終わります。タグ全体を最初から最後まで削除したいとします。
- ファイルを保存します(zipのまま)。ファイルを保存した後、zip拡張子の名前を元の拡張子に変更します。すべての設定が完了し、ファイルを開いて操作できるようになっている必要があります。
この方法はうまく機能せず、調査によると、古いファイルに対してのみ機能するようです。
その他(情報収集)(Other (Gathering Information))
Excel PasswordRecoveryLasticと呼ばれる推奨される別のパスワードオプション(password option)があります。これは興味深いオプションですが、テストしたところ、印象に残ることはなく、前進することはありませんでした。
とはいえ、パスワードクラッキング(password cracking)(または削除)のプロセスが完了していなくても、プログラムを使用して収集できる有用な情報がいくつかあります。
- ソフトウェアをダウンロードした後、それをダブルクリックして、Windowsマシン(Windows machine)にインストールするプロセスを実行します。
- プログラムを開くと、マシンのスキャンが完了した後、上記のようなウィンドウが表示されます。
このプログラムは、ヘルプが必要な可能性のあるExcel(Excel)ファイル、つまりパスワードで保護されているファイルを 見つけるのに役立ちます。
上記のリストの最初のファイルは、拡張子がxlsの2013年より前のファイルであり、開くパスワードは(Password to open)<CSP>を示しています。他の2つのファイルは2016ファイルであり、xlsxの拡張子と<strong>を開くためのパスワードを(Password to open)示しています。
リストの最初のファイルのパスワードはpasswordです。(password.)テストを簡単にするために、このように設定されました。ただし、簡単なパスワード、さらに重要なことに、弱い暗号化(Excelソフトウェア(Excel software)のバージョンのため)を使用しても、Excel Password Recovery Lasticツール(Excel Password Recovery Lastic tool)は、別のオプションを試すことを推奨しました。Password-Findにアクセスすることをお勧めします。詳細については、以下を参照してください。
他のファイル(xlsx)も同じ推奨事項を受け取りましたが、これは予想どおりでした。ソフトウェアが最も簡単なファイルを処理できなかった場合、 Excel2016(Excel 2016)ファイルを処理することは期待できません。
さて、ここでこのソフトウェアが役立つかもしれません。Excelスプレッドシート(Excel spreadsheet)があり、パスワードで保護されていることがわかっているが、どの程度かわからない場合は、Excel Password Recovery Lasticにファイルを検索させ(プログラムを開いたときに自動スキャンを実行する場合)、次に何を伝えることができます。ファイルが持つ保護のタイプ(上の画像を参照)。
上の画像では、前述のように<CSP>が表示されており、ファイルのバージョンを知るのに役立ちます(ファイル拡張子が小さいだけでなく、 (file extension help)xlsかxlsxかを確認できます)。
少しでも情報が役立ちます。このソフトウェアツール(software tool)を使用すると、少なくとも、Excelファイル(Excel file)が開いているパスワード(open password)であるか、パスワードを変更する(modify password)か、またはその両方であるか、あるいはその他の組み合わせであるかを判断できます。
上の画像は、別のファイルタイプ(file type)を示しています。ファイルがどのような種類の保護(およびバージョン)を持っているかを知ることで、必要なパスワードクラッキング(password cracking)の種類を特定でき、時間、エネルギー、そして場合によってはお金を節約できる可能性があります。
このソフトウェアは、行為を行っていない(ファイルをクラックした)可能性がありますが、ファイルと次に実行する手順を理解するのに役立ちました。
有料ソフトウェアメソッド(Paid Software Methods)
Excelからパスワードを削除するためにどの方法を選択した場合でも、プロセスで破損が発生した場合に備えて、 Excelファイル(Excel file)のバックアップを作成すると便利です。通常、未開封のファイルを複製するだけです。他のバックアップ方法もありますが、安全のために、いくつかのバックアップを作成することは問題ありません。
Dr.Excel ($29.95)
iSeePasswordは、Excelパスワードを解読するためのソフトウェアパッケージを提供します。(software package)また、通常のWindows(Windows)パスワードのオプションも提供されているため、ある程度はワンストップショップです。
また、彼らはあなたがお金を使う前にあなたがプログラムがあなたのためにさえ働くかどうか見ることができるように試用を提供するのに十分親切です。使用するソフトウェアに試用版があることを確認して、(trial version)お金を使う(spending money)前に評価できるようにするための十分なオプションがあります。
- インストールが完了したら、[完了]をクリックする前に、必ず[ExcelPasswordRecovery.exeを実行する]ボックスをクリックし(Finish)てください(Run ExcelPasswordRecovery.exe)。ExcelPasswordRecovery.exeは、ソフトウェアDr.Excelの名前でもあります。
- 最初のステップは、問題のファイルを追加することです。これを行うには、右上隅にある [ファイルの追加(Add File)]をクリックします。
- ステップ2(Step 2)では、攻撃の種類を選択できます。説明はかなり自明です。攻撃の種類は、使用したパスワードの種類によって異なります。
したがって、たとえば、非常に簡単なパスワードを使用したことを思い出したが、そのパスワードが何であったかを覚えていない場合は、より一般的な単語を使用するように辞書攻撃を使用することをお勧めします。(Dictionary Attack)また、時間がかからない可能性 のあるマスク攻撃を伴うブルートフォースを(Brute-Force with Mask Attack)好む場合もあります。
攻撃の種類(attack type)に関連する詳細を選択するには、 [設定](Settings)をクリックする必要があることに注意してください。
- [設定](Settings,) をクリックしない場合、 Dr.Excelはそうするように通知するのに十分です。[ OK ]をクリックした後、戻って[(OK)設定](Settings)をクリックできます。
- これで、攻撃を開始する準備が整いました。このソフトウェアがどれほど徹底的であっても、時間がかかる可能性があることに注意してください。テストしたファイルのパスワードはpasswordで、6文字を超えるため、解読に数時間かかりました。したがって、単純さはそれがどれくらいの時間がかかるかを示すものではありません。
PassFab ($19.95/yr)
もう1つの人気のあるソフトウェアソリューション(software solution)はPassFabです。
背を向けたり、注意を払っていない場合は、ソフトウェアが正常にインストールされたことを確認してデフォルトのブラウザ(default browser)が開くことがあります。このサイトはpassfab.comであり、ソフトウェアの開発者と同じサイトであり、ヘルプが必要な場合はクイックガイド(Quick Guide)に直接アクセスできます。
Webサイトを終了したら、インストールプロセスに戻り、[(installation process)完了]ボタン(Finish button)をクリックしてプログラムを開きます。
- 次の画面で、[追加(Add)]をクリックして、解読する(またはパスワードを削除する)パスワードで保護されたファイルを選択するオプションがあります。
同じ画面で、ファイルを選択すると、辞書攻撃(Dictionary Attack)、マスク攻撃を伴うブルートフォース(Brute Force with Mask Attack)、およびブルートフォース攻撃(Brute Force Attack)を使用して、使用する攻撃のタイプを選択するオプションがあります。
GPUアクセラレーション(GPU Acceleration)とは何か疑問に思っていますか?これは、コンピューターの視覚的側面を最も効率的な方法で管理するのに役立つグラフィック処理ユニットです。(Processing Unit)コンピュータプロセッサ(computer processor)よりも高速なプロセッサであり、攻撃を大幅にスピードアップできます。
この画面の設定(Settings)では、カスタマイズされた辞書をアップロードできます。したがって、パスワードが何であるかがわかっている場合は、カスタマイズした辞書にこれらの可能性をリストすることをお勧めします。
定期的に使用する特定のパスワードがあり、それを変更せざるを得ない場合は、番号または特殊文字を追加するとします。パスワードは通常使用するものとは多少異なりますが、実際にはほとんど同じです。これは、カスタマイズされた辞書ファイルにそのパスワード(およびそのバリエーション)を含めて、Excelでパスワードを解読するプロセスをスピードアップするのに役立つ機会です。
テストに使用されたPassFabソフトウェアは、動作するかどうかを確認するための試用版(trial version)でした。上記のように、ソフトウェアはなんとかパスワードを解読しました。または、少なくとも、一致する文字数と最初の2文字に基づいて、そう想定しています。
このファイルのパスワードは(password)、上のボックスに赤い枠で示されているパスワードでした。
PassFabは、お金をかけなくてもソフトウェアが機能することを示すのに十分な機能を備えていることを望んでいます。利用可能なライセンスオプションは多数あり、最適なものを選択できます。生涯ライセンス(lifetime license)は価値がありますが、会社が廃業した場合、ソフトウェアはアップグレードを受け取らないことを忘れないでください。(Remember)
これはPassFab(PassFab)による予測ではなく、一般的なソフトウェアライセンス(software licensing)の性質に関するコメントです。
最終的なソフトウェアパッケージ(software package)(またはソフトウェアパッケージ(software package))は、かなりの数の異なるタイプとサービスであるため、お金を使う前に必ず説明を読んでください。上の画像は、執筆時点で利用可能なソフトウェアのリストを示しています。
有料のオンラインメソッド(Paid Online Methods)
オンラインアクセスを介して利用可能ないくつかのオプションがあります。他の人があなたのためにクラックしてあなたに見積もりを与えるためにあなたのファイルを提出するオプションもあります。オンラインで利用できるセミセルフサービスオプションを含めました。
Password-Find.com (19.95/39.95)
Password-Findは、上記の(Password-Find)Lasticソフトウェア(Lastic software)によって提案されたオプションでした。このソフトウェアは、問題のファイルに関する情報を提供し、知識に基づいたアプローチをとることができるようにするのに役立ちました。
手順のグラフィックは非常に明確です。たとえば、最初のステップは、クラックしたいファイルをアップロードするか、パスワードを削除することです。
ステップ2(step two)では、アプローチを選択します。この場合、タイプ(type)や方法(method)を考える代わりに、結果を見ています。それはまだ方法/アプローチですが、あなたが望む結果のタイプを決定します。Excelでパスワードを削除しますか、それともパスワードが何であるかを把握しますか?
いつでも別のパスワードでファイルを保存(またはファイルを再保存)できるため、パスワードを削除することをお勧めします。そのアプローチ(パスワードの削除)の方が高速です。これは、テスト中に選択された方法でした。(method chosen)
複数のファイルがあり、それらすべてに同じパスワードがある場合、開発者は他のオプション(パスワードの決定/検索)をお勧めします。そして、それは理にかなっています。なぜなら、削除プロセス(removal process)を使用していて、50個のファイルがある場合、そのプロセスを50(process 50)回実行する必要があるからです。
しかし、 1つのファイルにクラッキング方法(cracking method)を使用し、3つのファイルパスワードの削除に時間がかかる場合((file password)たとえば(example sake)、数だけ)、他の47のファイルにかかる時間を節約できます。 50ファイルのそのパスワード。
この特定のオンラインソリューションの(online solution)有効性とスピード(effectiveness and speed)は非常に印象的でした。ソフトウェアが動作している間、まだ待機フェーズがありますが、Excel 2016ファイルでのテストでは、数時間ではなく数秒でした。
このソフトウェアはファイルを提供しなかったが、保護されていない(パスワードが削除された)ファイルを表示する機会を提供してくれたことは注目に値します。他のソフトウェアはファイルの部分的なビューを提供しましたが、この場合、プレビューでファイル全体を見ることができ、それが機能したことを証明しました。
オプションは[オンラインで表示]です(View online)。また、個人用またはビジネス用のスプレッドシートをインターネット上のどこかに残さないように、[削除]をクリックしてファイルを削除する(delete)ことを忘れないでください。
上記のように、購入には2つのオプションがあり、ニーズに応じてさまざまなソリューションを提供します。
パスワード-Online.com(10 EUR)(Password-Online.com (10 EUR))
最後のオンラインオプションはpassword-online.comです(password-online.com)。このサイトにアクセスすると、上のメニューバーに(menu bar)Excel PasswordRecoveryOnlineが表示されます。彼らは万能のワンステッププロセス(step process)を持っているようです。
この時点で、ボタンに表示されているように、暗号化されたファイルをアップロードできます。従う(Follow)とあなたはあなたの道を進んでいます。
ファイルの準備ができたときに通知できるように、メールアドレスを入力する必要があります。ファイルを受け取る速度は、ファイルの数、複雑さのレベル、およびサービスを提供するファイルに影響を与える可能性のあるその他の要因によって異なります。
このサービスの価格はわずか10ユーロ(EUR)ですが、ファイルが完了するまでにかかる時間の見積もりはありません。プロセスをより細かく制御したい場合は、他のオプションのいくつかで少し余分に支払うほうがよいと感じるかもしれません。
How to Remove, Crack, or Break a Forgotten Excel XLS Password
It can bе rеally frustrating when you go to use a password-protected resource and yоu have forgotten the password. Even online membership sites can be frustrating enough. But if it is a project in a password-protected Excel document, and you then forgot the password – it сan be аn unwelcome rоadblock in your progress.
Fortunately, there are some things you can do to remove a password from Excel. If you want your document password-protected, you may want to re-save and protect it after you have cracked it. But for this article, we will be focusing on the cracking part.
Some Terminology
Removing the password from Excel refers to just that – making the file such that it does not have a password anymore. Breaking the password is again, like it sounds, breaking the password so you can gain access to the file. That could be a case where the password is broken on its way to removal or broken on its way to being cracked.
Yes, cracked sounds like broken but think hack. In the case of cracking a forgotten password, you are figuring out what the password is, so you can gain access to the file.
Limitations
Many software programs and the multitude of other options available will only result in a dead end or limitation of some sort. For example they will work for Excel 2007 but not for Excel 2016 or Mac. Or they will work for protection within the worksheet but not if you cannot open the file (open password).
Interestingly, software options that will work for those items (i.e. Excel 2016, open password, Mac, etc.) will also work for the older Excel programs.
So, why buy two programs or have to buy one program for the new files and clutter up your computer with a free program for the older files when you don’t need it? It makes sense to get the right program that solves your problem. And while *free* is wonderful, $9-30 is not an absolutely horrible price, not when you consider a lot of valuable (and needed) software runs $300-500.
Too keep it simple, here are some *free* options that might remove the password from Excel, saving you from having to pay or even install anything. Later we will consider some paid software solutions.
Free Methods
The following are some methods that you can try that might allow you to keep your wallet closed. No guarantees, but it is a place to start. Keep in mind two things:
- If you are short on time or want an easier route, you might want to go straight to the paid solutions (software).
- The Excel encryption prior to 2013 was quite simplified. That means it is easier to crack a worksheet that was protected prior to 2013. Again, if you want to skip the hassle, for a newer version of the worksheet (newer version of Excel) you might want to skip the free versions and go straight for the paid.
No matter what, don’t forget to make a backup of the file. More than one backup can be wise. Crack a copy of the file so you can ensure that there is no corruption or damage to the original file. Most of these software methods and free methods do not damage the file but it is better to err on the side of caution.
Two VBA Script Methods
The idea of using a VBA script is to work around the password checking mechanism of Microsoft Excel and break the Excel password. But you do it by fooling the program before the process starts, with the core scripting language of Visual Basic.
It might seem the more geeky option but it is possibly the least involved method, so you might want to try it first.
Here is the VBA Script. As soon as you open the Excel Worksheet, access the Editor with Alt F11 (works on Mac, too), choose the file from the list and paste this script in the Declarations window.
Sub BreakPassword()
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
Exit Sub
End If
Next: Next: Next: Next: Next: Next
Next: Next: Next: Next: Next: Next
End Sub
After hitting the run button (F5) for the VBA script, give it some time and when the button becomes available again, you will know that the script has finished.
There are a couple of possibilities. For example, in the Mac version, you can simply start editing the file. Other versions, like Windows, will give you a temporary password that you can use to unlock the document and start editing. At this point, you have the option to add a new password if you like and re-save the document with that password.
There is another excellent VBA Script method that takes the Excel file and recreates a copy of it without the password(s). You can copy/paste the VBA script from this page.
John the Ripper Option
Another option to remove a password from Excel is a more core approach, utilizing the terminal. It is the John the Ripper version. This is also an effective method for general password cracking and has been used effectively for decades. Some of the other methods, like the software method(s), are probably easier and more effective, especially for the newer versions of Excel.
Also, if you have an older version of Excel (pre-2013) and you don’t mind typing, the VBA Script Method is effective. For the John the Ripper method, visit this site and scroll to the bottom for the how-to method/instructions.
XML/Zip Method (Pre-Excel 2013)
After you have made a backup of the file, you can proceed to use the XML/Zip method to crack it.
- All you need to do is change the extension on the file from xls to zip so that Windows thinks that the file is now a zip file instead of an Excel file. This will allow access to the XML that exists (assuming the method works, which it may not).
- Extract the now-zip file and look for the XML file. It will be in the worksheets directory.
- Within the file, search for the term sheetProtection and when you find it, remove the tag that encloses it. A tag usually starts with < and ends with >. You want to remove the entire tag, beginning to end.
- Save the file (still zip). After saving the file, rename the zip extension to the original extension. You should be all set and able to open and work with the file.
This method did not perform well and research says that it seems to only work for the older files.
Other (Gathering Information)
There is another password option that is recommended called Excel Password Recovery Lastic. It is an interesting option but when tested, it failed to impress, never making any headway.
That said, there is some helpful information that may be gleaned by using the program even if it doesn’t complete the process of password cracking (or removing).
- After downloading the software, double-click on it and go through the process of installing it on your Windows machine.
- Opening the program will bring you to a window that looks like the one shown above, after it has done a scan of your machine.
The program is useful in that it finds the Excel files that may need some help, meaning those that are password-protected.
You’ll notice that the first file in the list above is a pre-2013 file with an extension of xls and the Password to open shows <CSP>. The other two files are 2016 files and show the extension of xlsx and the Password to open of <strong>.
The password for the first file in the list is password. It was set this way to keep the testing simple. However, even with an easy password, and more importantly, weak encryption (because of the version of Excel software), the Excel Password Recovery Lastic tool still recommended that another option be tried. It recommended a visit to Password-Find, which you can find more details about below.
The other files (xlsx) also received the same recommendation, which was expected. If the software could not process the easiest file then it wouldn’t be expected to process the Excel 2016 file.
Now, here is where this software may be helpful. If you have an Excel spreadsheet and you know it is password protected but you are not sure to what extent, you could let Excel Password Recovery Lastic find the file (when it does its automatic scanning when you open the program) and then tell you what type of protection the file has (see above image).
You’ll notice that in the image above, it shows the <CSP>, as we mentioned earlier, helping us to know what version of file (beyond that little file extension help, looking at whether it is xls or xlsx).
Every little bit of information helps. By using this software tool, you can, at least, figure out whether the Excel file is an open password or modify password or both, or some other combination.
The image above shows a different file type. Knowing what type of protection the file has (as well as version), can isolate what type of password cracking is needed, and this might save us time, energy, and possibly money.
This software may not have done the deed (cracked the file) but it helped to understand the file and what steps to take next.
Paid Software Methods
No matter what method you choose to use to remove the password from Excel, it is helpful to make a backup of the Excel file just in case any corruption occurs in the process. Generally, you can simply duplicate the unopened file. There are also other methods of backup and it is fine to make a couple of backups, just to be safe.
iSeePassword offers a software package for cracking Excel passwords. They also offer options for normal Windows passwords, so to some extent they are a one-stop-shop.
Also, they are kind enough to offer a trial so that you can see if the program even works for you before you spend the money. There are enough options out there that you might want to ensure that the software you decide to use has a trial version, allowing you to evaluate before spending money.
- When the installation is complete, be sure to click the box for Run ExcelPasswordRecovery.exe before clicking Finish. ExcelPasswordRecovery.exe is also the name of the software, Dr.Excel.
- The first step is to add the file in question. You can do that by clicking on Add File in the upper right-hand corner.
- Step 2 lets you pick the type of attack. The descriptions are pretty self-explanatory. The type of attack depends on what type of password you used.
So, for example, if you recall that you used a really easy password but you do not remember what that password was, you may want to use a Dictionary Attack so that it uses more common words. You may also prefer a Brute-Force with Mask Attack that might take less time.
Keep in mind that you will need to click on Settings to choose specifics related to the attack type.
- If you do not click on Settings, Dr.Excel is nice enough to remind you to do so and after clicking OK you can return and click on the Settings.
- You are now ready to start the attack. Keep in mind that no matter how thorough this software is, it can take a while. The password on the file tested was password, and with over six characters, it took several hours to crack. So, simplicity is not an indicator of how long it takes.
Another popular software solution is PassFab.
If you turn away or are not paying attention, your default browser may open with a confirmation that the software was successfully installed. The site is passfab.com, the same site that is the developer of the software and you are taken directly to the Quick Guide for help.
When you have finished with the website, return to the installation process and click the Finish button to open the program.
- On the next screen, you have the option to click Add and choose the password-protected file that you want to crack (or remove the password).
On that same screen, once you have selected your file, you have the option to choose what type of attack you want to use, with Dictionary Attack, Brute Force with Mask Attack, and Brute Force Attack.
Are you wondering what GPU Acceleration is? It is a Graphical Processing Unit that helps to manage the computer’s visual aspects in the most efficient manner. It is a faster processor than your computer processor and can speed up the attack considerably.
The Settings on this screen allows you to upload a customized dictionary. So if you have an idea of what the password is, you may want to list these possibilities in your customized dictionary.
Let’s say you have a particular password that you use regularly and when you are forced to change it you add a number or a special character to it. Though the password is somewhat different than what you usually use, the reality is that it is pretty much the same. This is your opportunity to include that password (and its variations) in your customized dictionary file to help speed up the process of cracking the password in Excel.
The PassFab software that was used for testing was a trial version to see if it worked. As you can see above, the software managed to crack the password. Or at least we are assuming so, based on the number of characters and the first two characters that match.
The password for this file was password as shown in the above box with the red border.
PassFab wants to be nice enough to show you that the software works before you have to spend any money. There are a number of license options available, allowing you to choose the one that suits you best. Remember, that while a lifetime license is good value, if the company goes out of business the software will no longer receive upgrades.
That is not a prediction with PassFab but rather a comment on the nature of software licensing in general.
The final software package (or software packages) are quite a few different types and services, so be sure to read the description before spending money. The image above shows a listing of the software that is available at the time of writing.
Paid Online Methods
There are some options available via online access. There are also options to submit your file for others to crack for you and give you a quote. We included the semi-self-serve options available online.
Password-Find.com (19.95/39.95)
Password-Find was the option suggested by the Lastic software above — the software that helped to provide information about the files in question so that we could take an educated approach to them.
The graphics for the instructions are very clear. For example, the first step is to upload the file that you want cracked, or password removed.
In step two, it is time to select the approach. In this case, instead of thinking of type or method you are looking at the outcome. It is still a method/approach but decide what type of outcome you want. Do you want to remove the password in Excel or figure out what the password is?
It makes sense that the recommendation is to remove the password since you can always save the file (or re-save the file) with another password, and that approach (removing the password) is faster. This was the method chosen during testing.
The developers recommend the other option (determining/finding the password) in cases where you may have several files and the same password for all of them. And that makes sense because if you use the removal process and you have 50 files you have to go through that process 50 times.
But if you use the cracking method on one file and it takes the time of three file password removals (just a number for example sake), you have saved the amount of time it would have taken for the other 47 files because you have figured out that password for the 50 files.
The effectiveness and speed of this particular online solution was very impressive. There is still a waiting phase while the software does its work, but for testing on our Excel 2016 file it was seconds, not hours.
It is worth noting that this software did not give us the file but rather gave us the opportunity to view the unprotected (password removed) file. While other software gave us partial views of the file, in this case we were able to see the complete file in the preview, proving that it worked.
The option is View online. And remember to click delete to remove your file so as not to leave your personal or business spreadsheets on the internet somewhere.
As you can see above, there are two options for purchase, offering different solutions depending on your needs.
Password-Online.com (10 EUR)
The final online option is password-online.com. When you visit the site, you will see Excel Password Recovery Online in the menu bar above. It appears that they have a one-size-fits-all, one step process.
At this point, you can upload your encrypted file, just like the button says. Follow along and you are on your way.
You’ll be required to enter your email, allowing them to notify you when your file is ready. The speed at which you receive your file depends on how many files are ahead of yours, the level of complexity, and any other factors that may impact those providing the service.
Though this service is well priced at only 10 EUR, it gives no estimate on how long your file might take to complete. You might feel better paying a little extra with some of the other options if you want more control of the process.