Hash Generator

This page will take a string of text you enter and generate a hash of your choice.

String/text here: Check to allow the hashing of blank inputs (leave the text field blank):
Hash Method:


" . $_POST["method"] . " hash: " . $_HASH;} if (!isset($_POST["text"]) or (empty($_POST["text"]) and empty($_POST["blank"]))) {echo "No input to hash, sorry.";} ?>