<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>ハッシュ値 | gungiiのなるほどHack&amp;Tips</title>
	<atom:link href="https://gungii.com/tag/%e3%83%8f%e3%83%83%e3%82%b7%e3%83%a5%e5%80%a4/feed/" rel="self" type="application/rss+xml" />
	<link>https://gungii.com</link>
	<description>「なるほど」と納得できる経験(実例)と知識(手順)を提供します。</description>
	<lastBuildDate>Tue, 23 Jul 2024 21:33:02 +0000</lastBuildDate>
	<language>ja</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.4</generator>

<image>
	<url>https://gungii.com/wp/wp-content/uploads/2022/02/cropped-favicon-32x32.png</url>
	<title>ハッシュ値 | gungiiのなるほどHack&amp;Tips</title>
	<link>https://gungii.com</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>Excelのマクロ(VBA)のパスワードがわからなくなった時の解除方法</title>
		<link>https://gungii.com/binary-info/</link>
		
		<dc:creator><![CDATA[gungii]]></dc:creator>
		<pubDate>Thu, 06 Feb 2020 13:59:39 +0000</pubDate>
				<category><![CDATA[Excel]]></category>
		<category><![CDATA[VBA]]></category>
		<category><![CDATA[ハッシュ値]]></category>
		<category><![CDATA[バイナリー]]></category>
		<guid isPermaLink="false">https://gungii.com/?p=7949</guid>

					<description><![CDATA[先日、会社で使用していた「介護サービス利用シミュレーションシート」で、゛初期化゛の内容を確認しなければならなくなり、VBAを開きましたが、マクロにパスワードロックがかかっていて開くことができず、仕方なく、非常にリスキーな [&#8230;]]]></description>
										<content:encoded><![CDATA[
<p>先日、会社で使用していた「介護サービス利用シミュレーションシート」で、゛初期化゛の内容を確認しなければならなくなり、VBAを開きましたが、マクロにパスワードロックがかかっていて開くことができず、仕方なく、非常にリスキーな方法で解除しました。自分で作成したVBAで、自分で設定したパスワードがわからず開けないという何とも情けない状況となりました。解除の方法は、バイナリーエディターで強制的に書き換えるという方法です。何度となくテストして成功するのを確認した後、実行しましたのでその方法を記録しておきます。</p>



<figure class="wp-block-image size-full"><img fetchpriority="high" decoding="async" width="641" height="647" src="https://gungii.com/wp/wp-content/uploads/2020/02/binary01a.jpg" alt="" class="wp-image-12631" srcset="https://gungii.com/wp/wp-content/uploads/2020/02/binary01a.jpg 641w, https://gungii.com/wp/wp-content/uploads/2020/02/binary01a-500x505.jpg 500w, https://gungii.com/wp/wp-content/uploads/2020/02/binary01a-300x303.jpg 300w, https://gungii.com/wp/wp-content/uploads/2020/02/binary01a-150x150.jpg 150w, https://gungii.com/wp/wp-content/uploads/2020/02/binary01a-100x100.jpg 100w" sizes="(max-width: 641px) 100vw, 641px" /></figure>




  <div id="toc" class="toc tnt-number toc-center tnt-number border-element"><input type="checkbox" class="toc-checkbox" id="toc-checkbox-2" checked><label class="toc-title" for="toc-checkbox-2">目次</label>
    <div class="toc-content">
    <ol class="toc-list open"><li><a href="#toc1" tabindex="0">マクロ(VBA)パスワードの解除の準備</a><ol><li><a href="#toc2" tabindex="0">バイナリーエディターの入手</a></li><li><a href="#toc3" tabindex="0">対象ファイルのバックアップ</a></li><li><a href="#toc4" tabindex="0">編集ファイルの準備</a></li></ol></li><li><a href="#toc5" tabindex="0">マクロ(VBA)パスワードの解除</a><ol><li><a href="#toc6" tabindex="0">対象ファイルの検索</a></li><li><a href="#toc7" tabindex="0">パスワード(ハッシュ値)の書き換え</a></li></ol></li><li><a href="#toc8" tabindex="0">代替ハッシュ値の検索</a><ol><li><a href="#toc9" tabindex="0">新しいブックの作成</a></li><li><a href="#toc10" tabindex="0">拡張子を変更する。</a></li><li><a href="#toc11" tabindex="0">「zip」ファイルを解凍する。</a></li><li><a href="#toc12" tabindex="0">同じ長さのハッシュ値を捜す。</a></li></ol></li></ol>
    </div>
  </div>

<h2 class="wp-block-heading"><span id="toc1">マクロ(VBA)パスワードの解除の準備</span></h2>



<h3 class="wp-block-heading"><span id="toc2">バイナリーエディターの入手</span></h3>



<p>Vectorからバイナリーエディターの「Stirling」をダウンロードします。</p>



<figure class="wp-block-image size-full"><img decoding="async" width="482" height="551" src="https://gungii.com/wp/wp-content/uploads/2020/02/binary02a.jpg" alt="" class="wp-image-12633" srcset="https://gungii.com/wp/wp-content/uploads/2020/02/binary02a.jpg 482w, https://gungii.com/wp/wp-content/uploads/2020/02/binary02a-300x343.jpg 300w" sizes="(max-width: 482px) 100vw, 482px" /></figure>



<h3 class="wp-block-heading"><span id="toc3">対象ファイルのバックアップ</span></h3>



<p>マクロの解除は、バイナリーエディターで強制的にパスワードを書き換えますので、ファイルが壊れる危険性が高く、必ずバックアップを取って下さい。尚、あくまでも自分の作成したマクロを解除するという緊急対応ですので、悪用はNGです。</p>



<figure class="wp-block-image size-full"><img decoding="async" width="268" height="93" src="https://gungii.com/wp/wp-content/uploads/2020/02/binary03a.jpg" alt="" class="wp-image-12634"/></figure>



<h3 class="wp-block-heading"><span id="toc4">編集ファイルの準備</span></h3>



<p>Excelの拡張子が「xls」か「xlsm」かにより解除の方法が異なります。Excel2010以降、Excelファイル自体の保存形式が標準でZIP形式で圧縮された状態で保存されるようになったようです。つまり、「xlsm」ファイルは、内部的にはzipで圧縮されていますので、拡張子を「zip」に変更することで、Excelファイルを解凍できるようになります。</p>



<h4 class="wp-block-heading">xlsm</h4>



<p>①「xlsm」ファイルの拡張子を「zip」に変更する。</p>



<figure class="wp-block-image size-full"><img loading="lazy" decoding="async" width="555" height="108" src="https://gungii.com/wp/wp-content/uploads/2020/02/binary04a.jpg" alt="" class="wp-image-12635" srcset="https://gungii.com/wp/wp-content/uploads/2020/02/binary04a.jpg 555w, https://gungii.com/wp/wp-content/uploads/2020/02/binary04a-500x97.jpg 500w, https://gungii.com/wp/wp-content/uploads/2020/02/binary04a-300x58.jpg 300w" sizes="(max-width: 555px) 100vw, 555px" /></figure>



<p></p>



<p>②「zip」ファイルを解凍する。</p>



<p>拡張子をzipに変更したファイルを選択、右クリックで「すべて展開」で解凍します。</p>



<figure class="wp-block-image size-full"><img loading="lazy" decoding="async" width="563" height="590" src="https://gungii.com/wp/wp-content/uploads/2020/02/binary05a.jpg" alt="" class="wp-image-12636" srcset="https://gungii.com/wp/wp-content/uploads/2020/02/binary05a.jpg 563w, https://gungii.com/wp/wp-content/uploads/2020/02/binary05a-500x524.jpg 500w, https://gungii.com/wp/wp-content/uploads/2020/02/binary05a-300x314.jpg 300w" sizes="(max-width: 563px) 100vw, 563px" /></figure>



<p></p>



<h4 class="wp-block-heading">xls</h4>



<p>拡張子が「xls」の場合は、単独のバイナリーファイルの為、zipに変更して、解凍等の作業は必要なく、直接バイナリーエディターで編集するのみです。</p>



<h2 class="wp-block-heading"><span id="toc5">マクロ(VBA)パスワードの解除</span></h2>



<h3 class="wp-block-heading"><span id="toc6">対象ファイルの検索</span></h3>



<h4 class="wp-block-heading">バイナリーエディターの起動</h4>



<p>Stirling.exeをダブルクリックして起動します。</p>



<figure class="wp-block-image size-full"><img loading="lazy" decoding="async" width="577" height="226" src="https://gungii.com/wp/wp-content/uploads/2020/02/binary11a.jpg" alt="" class="wp-image-12637" srcset="https://gungii.com/wp/wp-content/uploads/2020/02/binary11a.jpg 577w, https://gungii.com/wp/wp-content/uploads/2020/02/binary11a-500x196.jpg 500w, https://gungii.com/wp/wp-content/uploads/2020/02/binary11a-300x118.jpg 300w" sizes="(max-width: 577px) 100vw, 577px" /></figure>



<p></p>



<h4 class="wp-block-heading">対象ファイルの選択</h4>



<figure class="wp-block-image size-full"><img loading="lazy" decoding="async" width="615" height="634" src="https://gungii.com/wp/wp-content/uploads/2020/02/binary12a.jpg" alt="" class="wp-image-12638" srcset="https://gungii.com/wp/wp-content/uploads/2020/02/binary12a.jpg 615w, https://gungii.com/wp/wp-content/uploads/2020/02/binary12a-500x515.jpg 500w, https://gungii.com/wp/wp-content/uploads/2020/02/binary12a-300x309.jpg 300w" sizes="(max-width: 615px) 100vw, 615px" /></figure>



<p></p>



<h4 class="wp-block-heading">パスワードのハッシュ値の検索</h4>



<p>検索データに「DPB=」と入力して、検索します。</p>



<figure class="wp-block-image size-full"><img loading="lazy" decoding="async" width="447" height="581" src="https://gungii.com/wp/wp-content/uploads/2020/02/binary13a.jpg" alt="" class="wp-image-12639" srcset="https://gungii.com/wp/wp-content/uploads/2020/02/binary13a.jpg 447w, https://gungii.com/wp/wp-content/uploads/2020/02/binary13a-300x390.jpg 300w" sizes="(max-width: 447px) 100vw, 447px" /></figure>



<p></p>



<p>&#8220;CAC866・・・・・2090&#8243;の74文字がパスワードのハッシュ値です。(DPB=&#8221; &#8220;で囲われた中の文字です。)</p>



<figure class="wp-block-image size-full"><img loading="lazy" decoding="async" width="448" height="270" src="https://gungii.com/wp/wp-content/uploads/2020/02/binary14a.jpg" alt="" class="wp-image-12640" srcset="https://gungii.com/wp/wp-content/uploads/2020/02/binary14a.jpg 448w, https://gungii.com/wp/wp-content/uploads/2020/02/binary14a-300x181.jpg 300w" sizes="(max-width: 448px) 100vw, 448px" /></figure>



<p></p>



<h3 class="wp-block-heading"><span id="toc7">パスワード(ハッシュ値)の書き換え</span></h3>



<h4 class="wp-block-heading">書き換え</h4>



<p>検索されたハッシュ値が、どんな値のパスワードなのか？はわかりませんので、新たなパスワード(今回は、1234)のハッシュ値に書き換えます。<br>注意:<br>ハッシュ値は、72文字、74文字、76文字、78文字の4つのパターンからランダムに作られますので、文字数の一致する新たなパスワードのハッシュ値を予め準備しておきます。このハッシュ値の求め方は、後述します。</p>



<figure class="wp-block-image size-full"><img loading="lazy" decoding="async" width="557" height="350" src="https://gungii.com/wp/wp-content/uploads/2020/02/binary151aa.jpg" alt="" class="wp-image-12642" srcset="https://gungii.com/wp/wp-content/uploads/2020/02/binary151aa.jpg 557w, https://gungii.com/wp/wp-content/uploads/2020/02/binary151aa-500x314.jpg 500w, https://gungii.com/wp/wp-content/uploads/2020/02/binary151aa-300x189.jpg 300w" sizes="(max-width: 557px) 100vw, 557px" /></figure>



<p></p>



<p>※書き換えはコピペできませんので、直接ハッシュ値を入力していくしかありません。</p>



<h4 class="wp-block-heading">再圧縮</h4>



<p>ハッシュ値の書き換えが済みましたら、すべてのフォルダ及びファイルをまとめてzipに再圧縮します。</p>



<figure class="wp-block-image size-full"><img loading="lazy" decoding="async" width="579" height="495" src="https://gungii.com/wp/wp-content/uploads/2020/02/binary16a.jpg" alt="" class="wp-image-12641" srcset="https://gungii.com/wp/wp-content/uploads/2020/02/binary16a.jpg 579w, https://gungii.com/wp/wp-content/uploads/2020/02/binary16a-500x427.jpg 500w, https://gungii.com/wp/wp-content/uploads/2020/02/binary16a-300x256.jpg 300w" sizes="(max-width: 579px) 100vw, 579px" /></figure>



<p></p>



<h4 class="wp-block-heading">拡張子をxlsmに戻す。</h4>



<figure class="wp-block-image size-full"><img loading="lazy" decoding="async" width="537" height="446" src="https://gungii.com/wp/wp-content/uploads/2020/02/binary17a.jpg" alt="" class="wp-image-12643" srcset="https://gungii.com/wp/wp-content/uploads/2020/02/binary17a.jpg 537w, https://gungii.com/wp/wp-content/uploads/2020/02/binary17a-500x415.jpg 500w, https://gungii.com/wp/wp-content/uploads/2020/02/binary17a-300x249.jpg 300w" sizes="(max-width: 537px) 100vw, 537px" /></figure>



<p></p>



<h4 class="wp-block-heading">xlsmファイルを開く</h4>



<p>書き替えたExcelファイルを開くと以下のようなメッセージが表示されますが、「はい」を選択します。</p>



<figure class="wp-block-image size-full"><img loading="lazy" decoding="async" width="524" height="490" src="https://gungii.com/wp/wp-content/uploads/2020/02/binary18a.jpg" alt="" class="wp-image-12644" srcset="https://gungii.com/wp/wp-content/uploads/2020/02/binary18a.jpg 524w, https://gungii.com/wp/wp-content/uploads/2020/02/binary18a-500x468.jpg 500w, https://gungii.com/wp/wp-content/uploads/2020/02/binary18a-300x281.jpg 300w" sizes="(max-width: 524px) 100vw, 524px" /></figure>



<p></p>



<h4 class="wp-block-heading">VBAを開く</h4>



<p>VBAを開き、書き換えたパスワード(「1234」)を入力します。</p>



<figure class="wp-block-image size-full"><img loading="lazy" decoding="async" width="594" height="612" src="https://gungii.com/wp/wp-content/uploads/2020/02/binary19a.jpg" alt="" class="wp-image-12645" srcset="https://gungii.com/wp/wp-content/uploads/2020/02/binary19a.jpg 594w, https://gungii.com/wp/wp-content/uploads/2020/02/binary19a-500x515.jpg 500w, https://gungii.com/wp/wp-content/uploads/2020/02/binary19a-300x309.jpg 300w" sizes="(max-width: 594px) 100vw, 594px" /></figure>



<p></p>



<p>VBAのロックが解除できました。</p>



<h4 class="wp-block-heading">プロジェクトのロック解除</h4>



<p>ファイルを閉じると、ロックがかかりますので、ロックを解除して閉じます。VBAProjectのプロパティから「保護」タブを開き、「プロジェクトを表示用をロックする」のチェックを外し、パスワードを消して「OK」をクリックします。</p>



<figure class="wp-block-image size-full"><img loading="lazy" decoding="async" width="616" height="535" src="https://gungii.com/wp/wp-content/uploads/2020/02/binary20a.jpg" alt="" class="wp-image-12646" srcset="https://gungii.com/wp/wp-content/uploads/2020/02/binary20a.jpg 616w, https://gungii.com/wp/wp-content/uploads/2020/02/binary20a-500x434.jpg 500w, https://gungii.com/wp/wp-content/uploads/2020/02/binary20a-300x261.jpg 300w" sizes="(max-width: 616px) 100vw, 616px" /></figure>



<p></p>



<h2 class="wp-block-heading"><span id="toc8">代替ハッシュ値の検索</span></h2>



<p>ハッシュ値は、72文字、74文字、76文字、78文字の4つのパターンからランダムに作られますので文字数の一致する新たなパスワードのハッシュ値を捜して、ハッシュ値を置き換えるのです。つまり、新たなブックにマクロを記述、パスワード入力でロックして、そのブックのパスワードのハッシュ値が同じ長さのハッシュ値となるまで何度もブックを作成して、置き換えるハッシュ値を求め、見つかった時点で、パスワードのハッシュ値を置き換えるのです。</p>



<h3 class="wp-block-heading"><span id="toc9">新しいブックの作成</span></h3>



<h4 class="wp-block-heading">新規bookを開く</h4>



<p>新しくブックを作成してマクロ(何でも良い)を記入しプロジェクトをロック(パスワード入力)します。</p>



<figure class="wp-block-image size-full"><img loading="lazy" decoding="async" width="377" height="216" src="https://gungii.com/wp/wp-content/uploads/2020/02/binary31a.jpg" alt="" class="wp-image-12647" srcset="https://gungii.com/wp/wp-content/uploads/2020/02/binary31a.jpg 377w, https://gungii.com/wp/wp-content/uploads/2020/02/binary31a-300x172.jpg 300w, https://gungii.com/wp/wp-content/uploads/2020/02/binary31a-120x68.jpg 120w" sizes="(max-width: 377px) 100vw, 377px" /></figure>



<p></p>



<h4 class="wp-block-heading">VBAを開く</h4>



<p>ALT+F11でVBAを開きます。</p>



<figure class="wp-block-image size-full"><img loading="lazy" decoding="async" width="592" height="158" src="https://gungii.com/wp/wp-content/uploads/2020/02/binary32a.jpg" alt="" class="wp-image-12648" srcset="https://gungii.com/wp/wp-content/uploads/2020/02/binary32a.jpg 592w, https://gungii.com/wp/wp-content/uploads/2020/02/binary32a-500x133.jpg 500w, https://gungii.com/wp/wp-content/uploads/2020/02/binary32a-300x80.jpg 300w" sizes="(max-width: 592px) 100vw, 592px" /></figure>



<p></p>



<h4 class="wp-block-heading">マクロの記述</h4>



<p>①標準モジュールの選択</p>



<p>どんなものでも良いので、マクロを記述します。</p>



<figure class="wp-block-image size-full"><img loading="lazy" decoding="async" width="353" height="176" src="https://gungii.com/wp/wp-content/uploads/2020/02/binary33a.jpg" alt="" class="wp-image-12649" srcset="https://gungii.com/wp/wp-content/uploads/2020/02/binary33a.jpg 353w, https://gungii.com/wp/wp-content/uploads/2020/02/binary33a-300x150.jpg 300w" sizes="(max-width: 353px) 100vw, 353px" /></figure>



<p></p>



<p>②マクロの記述</p>



<figure class="wp-block-image size-full"><img loading="lazy" decoding="async" width="413" height="281" src="https://gungii.com/wp/wp-content/uploads/2020/02/binary34a.jpg" alt="" class="wp-image-12650" srcset="https://gungii.com/wp/wp-content/uploads/2020/02/binary34a.jpg 413w, https://gungii.com/wp/wp-content/uploads/2020/02/binary34a-300x204.jpg 300w" sizes="(max-width: 413px) 100vw, 413px" /></figure>



<p></p>



<h4 class="wp-block-heading">プロジェクトのロック</h4>



<p>①VBAProjectのプロパティを開く</p>



<figure class="wp-block-image size-full"><img loading="lazy" decoding="async" width="572" height="257" src="https://gungii.com/wp/wp-content/uploads/2020/02/binary35a.jpg" alt="" class="wp-image-12651" srcset="https://gungii.com/wp/wp-content/uploads/2020/02/binary35a.jpg 572w, https://gungii.com/wp/wp-content/uploads/2020/02/binary35a-500x225.jpg 500w, https://gungii.com/wp/wp-content/uploads/2020/02/binary35a-300x135.jpg 300w" sizes="(max-width: 572px) 100vw, 572px" /></figure>



<p></p>



<p>②パスワードの入力</p>



<p>「保護」タブを選択して、置き換えるパスワードを入力します。(ここでは、「1234」)</p>



<figure class="wp-block-image size-full"><img loading="lazy" decoding="async" width="334" height="254" src="https://gungii.com/wp/wp-content/uploads/2020/02/binary36a.jpg" alt="" class="wp-image-12652" srcset="https://gungii.com/wp/wp-content/uploads/2020/02/binary36a.jpg 334w, https://gungii.com/wp/wp-content/uploads/2020/02/binary36a-300x228.jpg 300w" sizes="(max-width: 334px) 100vw, 334px" /></figure>



<p></p>



<h4 class="wp-block-heading">Bookを閉じる</h4>



<p>拡張子を「xlsm」で閉じます</p>



<figure class="wp-block-image size-full"><img loading="lazy" decoding="async" width="628" height="384" src="https://gungii.com/wp/wp-content/uploads/2020/02/binary37a.jpg" alt="" class="wp-image-12653" srcset="https://gungii.com/wp/wp-content/uploads/2020/02/binary37a.jpg 628w, https://gungii.com/wp/wp-content/uploads/2020/02/binary37a-500x306.jpg 500w, https://gungii.com/wp/wp-content/uploads/2020/02/binary37a-300x183.jpg 300w" sizes="(max-width: 628px) 100vw, 628px" /></figure>



<p></p>



<h3 class="wp-block-heading"><span id="toc10">拡張子を変更する。</span></h3>



<p>xlsmをzipに変更する。</p>



<figure class="wp-block-image size-full"><img loading="lazy" decoding="async" width="604" height="117" src="https://gungii.com/wp/wp-content/uploads/2020/02/binary38a.jpg" alt="" class="wp-image-12654" srcset="https://gungii.com/wp/wp-content/uploads/2020/02/binary38a.jpg 604w, https://gungii.com/wp/wp-content/uploads/2020/02/binary38a-500x97.jpg 500w, https://gungii.com/wp/wp-content/uploads/2020/02/binary38a-300x58.jpg 300w" sizes="(max-width: 604px) 100vw, 604px" /></figure>



<h3 class="wp-block-heading"><span id="toc11">「zip」ファイルを解凍する。</span></h3>



<p>拡張子をzipに変更したファイルを選択、右クリックで「すべて展開」で解凍します。</p>



<figure class="wp-block-image size-full"><img loading="lazy" decoding="async" width="618" height="599" src="https://gungii.com/wp/wp-content/uploads/2020/02/binary391aa.jpg" alt="" class="wp-image-12655" srcset="https://gungii.com/wp/wp-content/uploads/2020/02/binary391aa.jpg 618w, https://gungii.com/wp/wp-content/uploads/2020/02/binary391aa-500x485.jpg 500w, https://gungii.com/wp/wp-content/uploads/2020/02/binary391aa-300x291.jpg 300w" sizes="(max-width: 618px) 100vw, 618px" /></figure>



<h3 class="wp-block-heading"><span id="toc12">同じ長さのハッシュ値を捜す。</span></h3>



<h4 class="wp-block-heading">「vbaProject.bin」をバイナリーエディターで開く</h4>



<figure class="wp-block-image size-full"><img loading="lazy" decoding="async" width="519" height="276" src="https://gungii.com/wp/wp-content/uploads/2020/02/binary40a.jpg" alt="" class="wp-image-12656" srcset="https://gungii.com/wp/wp-content/uploads/2020/02/binary40a.jpg 519w, https://gungii.com/wp/wp-content/uploads/2020/02/binary40a-500x266.jpg 500w, https://gungii.com/wp/wp-content/uploads/2020/02/binary40a-300x160.jpg 300w" sizes="(max-width: 519px) 100vw, 519px" /></figure>



<p></p>



<h4 class="wp-block-heading">「DPB=」で文字列を検索する。</h4>



<figure class="wp-block-image size-full"><img loading="lazy" decoding="async" width="513" height="271" src="https://gungii.com/wp/wp-content/uploads/2020/02/binary41a.jpg" alt="" class="wp-image-12657" srcset="https://gungii.com/wp/wp-content/uploads/2020/02/binary41a.jpg 513w, https://gungii.com/wp/wp-content/uploads/2020/02/binary41a-500x264.jpg 500w, https://gungii.com/wp/wp-content/uploads/2020/02/binary41a-300x158.jpg 300w" sizes="(max-width: 513px) 100vw, 513px" /></figure>



<p></p>



<h4 class="wp-block-heading">見つかったハッシュ値をメモする。</h4>



<figure class="wp-block-image size-full"><img loading="lazy" decoding="async" width="621" height="72" src="https://gungii.com/wp/wp-content/uploads/2020/02/binary42a.jpg" alt="" class="wp-image-12658" srcset="https://gungii.com/wp/wp-content/uploads/2020/02/binary42a.jpg 621w, https://gungii.com/wp/wp-content/uploads/2020/02/binary42a-500x58.jpg 500w, https://gungii.com/wp/wp-content/uploads/2020/02/binary42a-300x35.jpg 300w" sizes="(max-width: 621px) 100vw, 621px" /></figure>



<p></p>



<p>74文字ではありませんので、再度「新しいブックの作成」からやり直し、74文字のハッシュ値が見つかるまで繰り返します。見つかれば、パスワードの書き換えを行います。</p>
]]></content:encoded>
					
		
		
			</item>
	</channel>
</rss>
