From 24c11d0059a6b66cae54fbcfbfa1a7ddbf9b2ea2 Mon Sep 17 00:00:00 2001 From: Runxi Yu Date: Wed, 26 Mar 2025 08:55:24 +0800 Subject: Tell them to base64-decode it --- challenge.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/challenge.html b/challenge.html index 03c5988..c2f1762 100644 --- a/challenge.html +++ b/challenge.html @@ -24,7 +24,7 @@
-

Find an nonce that, when appended to the following string, results in a SHA-256 hash that begins with at least {{ .Global.NeedBits }} zero bits.

+

Find an nonce that, when appended to the following data (after base64 decoding it), results in a SHA-256 hash that begins with at least {{ .Global.NeedBits }} zero bits.

{{ .Identifier }}
-- cgit v1.2.3