diff --git a/mnemonic-hash-checker/src/index.html b/mnemonic-hash-checker/src/index.html index 7fd1f8d..78ac35f 100644 --- a/mnemonic-hash-checker/src/index.html +++ b/mnemonic-hash-checker/src/index.html @@ -81,6 +81,20 @@ we encourage using Whonix/Tor.
+
+ To generate a sha256 of your hash, you can use any of the following
+ commands. DO NOT send your mnemonic to a third-party service to
+ hash it, as it would no longer be secure. Make sure you've run
+ unset HISTFILE
and set +o history
to disable
+ persisting the mnemonic to your shell history.
+
printf "milk sad wage cup reward umbrella raven visa give list decorate bulb gold raise twenty fly manual stand float super gentle climb fold park" | sha256sum
printf "milk sad wage cup reward umbrella raven visa give list decorate bulb gold raise twenty fly manual stand float super gentle climb fold park" | gsha256sum
printf "milk sad wage cup reward umbrella raven visa give list decorate bulb gold raise twenty fly manual stand float super gentle climb fold park" | openssl sha256