mnemonic-hash-checker: add info on how to generate hash
This commit is contained in:
parent
11f7eeb05c
commit
b5bb8990a7
|
@ -20,8 +20,9 @@
|
||||||
<div class="container">
|
<div class="container">
|
||||||
<h1>MilkSad Lookup Service</h1>
|
<h1>MilkSad Lookup Service</h1>
|
||||||
<p>
|
<p>
|
||||||
Input a SHA256 hash of your mnemonic phrase. <b>DO NOT ENTER</b> your
|
Query a SHA256 hash of your mnemonic phrase. <b>DO NOT ENTER</b> your
|
||||||
mnemonic phrase in cleartext.
|
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>
|
</p>
|
||||||
|
|
||||||
<form action="/check" method="get" enctype="multipart/form-data">
|
<form action="/check" method="get" enctype="multipart/form-data">
|
||||||
|
|
Loading…
Reference in New Issue