Skip to content

Commit

Permalink
v1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
noraj committed Jul 23, 2021
1 parent 7fd349c commit 7ba9119
Show file tree
Hide file tree
Showing 11 changed files with 22 additions and 22 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
## What is it?

A CLI tool (and library) to identify the hash type of a given hash.
A CLI tool (and library) to identify hash types (hash type identifier).

**CLI**

Expand All @@ -27,8 +27,8 @@ A CLI tool (and library) to identify the hash type of a given hash.

## Features

- 382+ hash types detected
- Modern algorithms supported (SHA3, Keccak, Blake2, etc.)
- 400+ hash types detected
- Modern algorithms supported (SHA3, Keccak, Blake2, etc.)
- Hashcat and John the Ripper references
- CLI tool & library
- Hackable
Expand Down
6 changes: 3 additions & 3 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
## What is it?

A CLI tool (and library) to identify the hash type of a given hash.
A CLI tool (and library) to identify hash types (hash type identifier).

**CLI**

Expand All @@ -16,8 +16,8 @@ A CLI tool (and library) to identify the hash type of a given hash.

## Features

- 382+ hash types detected
- Modern algorithms supported (SHA3, Keccak, Blake2, etc.)
- 400+ hash types detected
- Modern algorithms supported (SHA3, Keccak, Blake2, etc.)
- Hashcat and John the Ripper references
- CLI tool & library
- Hackable
Expand Down
2 changes: 1 addition & 1 deletion docs/_coverpage.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

> _**HA**sh **I**den**T**if**I**er_
- 382+ hash types detected
- 400+ hash types detected
- Modern algorithms supported (SHA3, Keccak, Blake2, etc.)
- Hashcat and John the Ripper references
- CLI tool & library
Expand Down
2 changes: 1 addition & 1 deletion docs/yard/HashIdentifier.html
Original file line number Diff line number Diff line change
Expand Up @@ -476,7 +476,7 @@ <h3 class="signature " id="type-instance_method">
</div>

<div id="footer">
Generated on Tue Jun 29 17:34:36 2021 by
Generated on Fri Jul 23 14:56:02 2021 by
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
0.9.26 (ruby-3.0.1).
</div>
Expand Down
2 changes: 1 addition & 1 deletion docs/yard/HashIdentifier/Chf.html
Original file line number Diff line number Diff line change
Expand Up @@ -672,7 +672,7 @@ <h3 class="signature " id="samples-instance_method">
</div>

<div id="footer">
Generated on Tue Jun 29 17:34:36 2021 by
Generated on Fri Jul 23 14:56:02 2021 by
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
0.9.26 (ruby-3.0.1).
</div>
Expand Down
4 changes: 2 additions & 2 deletions docs/yard/Version.html
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ <h2>
<dt id="VERSION-constant" class="">VERSION =

</dt>
<dd><pre class="code"><span class='tstring'><span class='tstring_beg'>&#39;</span><span class='tstring_content'>1.2.0</span><span class='tstring_end'>&#39;</span></span></pre></dd>
<dd><pre class="code"><span class='tstring'><span class='tstring_beg'>&#39;</span><span class='tstring_content'>1.2.1</span><span class='tstring_end'>&#39;</span></span></pre></dd>

</dl>

Expand All @@ -116,7 +116,7 @@ <h2>
</div>

<div id="footer">
Generated on Tue Jun 29 17:34:36 2021 by
Generated on Fri Jul 23 14:56:02 2021 by
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
0.9.26 (ruby-3.0.1).
</div>
Expand Down
2 changes: 1 addition & 1 deletion docs/yard/_index.html
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ <h2>Namespace Listing A-Z</h2>
</div>

<div id="footer">
Generated on Tue Jun 29 17:34:36 2021 by
Generated on Fri Jul 23 14:56:02 2021 by
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
0.9.26 (ruby-3.0.1).
</div>
Expand Down
2 changes: 1 addition & 1 deletion docs/yard/file.LICENSE.html
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
<div id="content"><div id='filecontents'>The MIT License (MIT)<br/><br/>Copyright (c) 2020-2020 Alexandre ZANNI<br/>Copyright (c) 2019-2020 Alexandre ZANNI at Orange Cyberdefense<br/><br/>Permission is hereby granted, free of charge, to any person obtaining a copy<br/>of this software and associated documentation files (the &quot;Software&quot;), to deal<br/>in the Software without restriction, including without limitation the rights<br/>to use, copy, modify, merge, publish, distribute, sublicense, and/or sell<br/>copies of the Software, and to permit persons to whom the Software is<br/>furnished to do so, subject to the following conditions:<br/><br/>The above copyright notice and this permission notice shall be included in<br/>all copies or substantial portions of the Software.<br/><br/>THE SOFTWARE IS PROVIDED &quot;AS IS&quot;, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR<br/>IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,<br/>FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE<br/>AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER<br/>LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,<br/>OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN<br/>THE SOFTWARE.</div></div>

<div id="footer">
Generated on Tue Jun 29 17:34:36 2021 by
Generated on Fri Jul 23 14:56:02 2021 by
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
0.9.26 (ruby-3.0.1).
</div>
Expand Down
8 changes: 4 additions & 4 deletions docs/yard/file.README.html
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@

<h2 id="what-is-it">What is it?</h2>

<p>A CLI tool (and library) to identify the hash type of a given hash.</p>
<p>A CLI tool (and library) to identify hash types (hash type identifier).</p>

<p><strong>CLI</strong></p>

Expand All @@ -89,8 +89,8 @@ <h2 id="what-is-it">What is it?</h2>
<h2 id="features">Features</h2>

<ul>
<li>382+ hash types detected</li>
<li>Modern algorithms supported (SHA3, Keccak, Blake2, etc.) </li>
<li>400+ hash types detected</li>
<li>Modern algorithms supported (SHA3, Keccak, Blake2, etc.)</li>
<li>Hashcat and John the Ripper references</li>
<li>CLI tool &amp; library</li>
<li>Hackable</li>
Expand Down Expand Up @@ -119,7 +119,7 @@ <h2 id="author">Author</h2>
</div></div>

<div id="footer">
Generated on Tue Jun 29 17:34:36 2021 by
Generated on Fri Jul 23 14:56:02 2021 by
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
0.9.26 (ruby-3.0.1).
</div>
Expand Down
8 changes: 4 additions & 4 deletions docs/yard/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@

<h2 id="what-is-it">What is it?</h2>

<p>A CLI tool (and library) to identify the hash type of a given hash.</p>
<p>A CLI tool (and library) to identify hash types (hash type identifier).</p>

<p><strong>CLI</strong></p>

Expand All @@ -89,8 +89,8 @@ <h2 id="what-is-it">What is it?</h2>
<h2 id="features">Features</h2>

<ul>
<li>382+ hash types detected</li>
<li>Modern algorithms supported (SHA3, Keccak, Blake2, etc.) </li>
<li>400+ hash types detected</li>
<li>Modern algorithms supported (SHA3, Keccak, Blake2, etc.)</li>
<li>Hashcat and John the Ripper references</li>
<li>CLI tool &amp; library</li>
<li>Hackable</li>
Expand Down Expand Up @@ -119,7 +119,7 @@ <h2 id="author">Author</h2>
</div></div>

<div id="footer">
Generated on Tue Jun 29 17:34:36 2021 by
Generated on Fri Jul 23 14:56:02 2021 by
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
0.9.26 (ruby-3.0.1).
</div>
Expand Down
2 changes: 1 addition & 1 deletion docs/yard/top-level-namespace.html
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ <h2>Defined Under Namespace</h2>
</div>

<div id="footer">
Generated on Tue Jun 29 17:34:36 2021 by
Generated on Fri Jul 23 14:56:02 2021 by
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
0.9.26 (ruby-3.0.1).
</div>
Expand Down

0 comments on commit 7ba9119

Please sign in to comment.