Skip to content
Snippets Groups Projects
Commit 63af4cd9 authored by Zandor Smith's avatar Zandor Smith :computer:
Browse files

Add explanation.

parent 6de9491c
No related branches found
No related tags found
No related merge requests found
......@@ -35,6 +35,11 @@ if(isset($_POST['input']) && isset($_POST['type'])) {
<h1>Hash Online</h1>
<h5 class="text-muted">Hash SHA1, SHA256, MD5 and more online</h5>
<p>I wanted to make my own hashing website that was secured using SSL. I was using
<a href="http://sha1-online.com" target="_blank">sha1-online.com</a> for a long time but decided to stop
using it because it is still using HTTP and create my own which is using HTTPS instead. You can check the
source out over at my GitLab server. <a href="https://git.zsinfo.nl/Zandor300/hash-online" target="_blank">Repository</a></p>
<form method="post" action="/" class="mt-5">
<input type="text" class="form-control" name="input" id="input" placeholder="Your input">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment