mnemonic-hash-checker: add info on how to generate hash

This commit is contained in:
Ryan Heywood 2023-08-05 23:00:37 -05:00
parent 11f7eeb05c
commit b5bb8990a7
Signed by: ryan
GPG Key ID: 8E401478A3FBEF72
1 changed files with 3 additions and 2 deletions

View File

@ -20,8 +20,9 @@
<div class="container">
<h1>MilkSad Lookup Service</h1>
<p>
Input a SHA256 hash of your mnemonic phrase. <b>DO NOT ENTER</b> your
mnemonic phrase in cleartext.
Query a SHA256 hash of your mnemonic phrase. <b>DO NOT ENTER</b> your
mnemonic phrase in cleartext. To generate a hash of your mnemonic, use:
<code>echo -n "milk sad wage cup reward umbrella raven visa give list decorate broccoli" | sha256sum</code> with your mnemonic.
</p>
<form action="/check" method="get" enctype="multipart/form-data">