Skip to content

Commit

Permalink
Deployed 0a742ee with MkDocs version: 1.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
davidchiii committed May 28, 2024
1 parent 264b580 commit b601dc0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions cryptography/what-are-hashing-functions/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3259,7 +3259,7 @@ <h1 id="hashing-functions">Hashing Functions</h1>
<h2 id="string-hashing">String Hashing</h2>
<p>A string hash is a number or string generated using an algorithm that runs on text or data.</p>
<p>The idea is that each hash should be unique to the text or data (although sometimes it isn’t). For example, the hash for “dog” should be different from other hashes.</p>
<p>You can use command line tools tools or online resources such as this one.
<p>You can use command line tools or online resources such as this one.
Example:
<code>$ echo -n password | md5 5f4dcc3b5aa765d61d8327deb882cf99</code>
Here, “password” is hashed with different hashing algorithms:</p>
Expand Down Expand Up @@ -3315,7 +3315,7 @@ <h2 id="hash-collisions">Hash Collisions</h2>
<span class="md-icon" title="Last update">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M21 13.1c-.1 0-.3.1-.4.2l-1 1 2.1 2.1 1-1c.2-.2.2-.6 0-.8l-1.3-1.3c-.1-.1-.2-.2-.4-.2m-1.9 1.8-6.1 6V23h2.1l6.1-6.1-2.1-2M12.5 7v5.2l4 2.4-1 1L11 13V7h1.5M11 21.9c-5.1-.5-9-4.8-9-9.9C2 6.5 6.5 2 12 2c5.3 0 9.6 4.1 10 9.3-.3-.1-.6-.2-1-.2s-.7.1-1 .2C19.6 7.2 16.2 4 12 4c-4.4 0-8 3.6-8 8 0 4.1 3.1 7.5 7.1 7.9l-.1.2v1.8Z"/></svg>
</span>
<span class="git-revision-date-localized-plugin git-revision-date-localized-plugin-date">January 26, 2024</span>
<span class="git-revision-date-localized-plugin git-revision-date-localized-plugin-date">May 28, 2024</span>
</span>


Expand Down
2 changes: 1 addition & 1 deletion search/search_index.json

Large diffs are not rendered by default.

Binary file modified sitemap.xml.gz
Binary file not shown.

0 comments on commit b601dc0

Please sign in to comment.