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

Add sha384 and sha512.

parent 77c05a6a
No related branches found
No related tags found
No related merge requests found
......@@ -47,6 +47,8 @@ if(isset($_POST['input']) && isset($_POST['type'])) {
<select class="form-control" name="type" id="type">
<option value="sha1">sha1</option>
<option value="sha256">sha256</option>
<option value="sha384">sha384</option>
<option value="sha512">sha512</option>
<option value="md2">md2</option>
<option value="md5">md5</option>
</select>
......
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