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

Use lower case and add md2.

parent 5b36fc77
No related branches found
No related tags found
No related merge requests found
......@@ -45,9 +45,10 @@ if(isset($_POST['input']) && isset($_POST['type'])) {
<br>
<select class="form-control" name="type" id="type">
<option value="SHA1">SHA1</option>
<option value="SHA256">SHA256</option>
<option value="MD5">MD5</option>
<option value="sha1">sha1</option>
<option value="sha256">sha256</option>
<option value="md2">md2</option>
<option value="md5">md5</option>
</select>
<br>
......
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