From 6dbe252ba715bd8a74c646781a5904cbb00d2152 Mon Sep 17 00:00:00 2001 From: Runxi Yu Date: Mon, 24 Mar 2025 21:02:57 +0800 Subject: Rephrase challenge text --- challenge.html | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) (limited to 'challenge.html') diff --git a/challenge.html b/challenge.html index 1a455a9..f94d710 100644 --- a/challenge.html +++ b/challenge.html @@ -56,19 +56,16 @@
-

Select a nonce no longer than 32 bytes, such that when it is appended to the decoded form of the challenge identifier, and the entire result is hashed with SHA-256, the first {{ .Global.NeedBits }} bits of the SHA-256 hash are all zeros. Within one octet, higher bits are considered to come before lower bits.

-

In other words, find an nonce NN with |N|32B\lvert N\rvert \le 32\,\mathrm{B}, such that SHA256(IN)<2{{ .Global.NeedBitsReverse }}\mathrm{SHA256}(I \,\|\, N) < 2^{{{ .Global.NeedBitsReverse }}} in big endian, where II is the identifier provided below.

- +

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

{{ .Identifier }}
-

Encode your selected nonce in base64 and submit it below.

-

Please note that if your submission is successful, you will be given a cookie that will allow you to access this site for a period of time without having to complete the challenge again. By pressing the submit button, you agree to be given cookies for this purpose.

- + +

Please note that if your submission is successful, you will be given a cookie that will allow you to access this site for a period of time without having to complete the challenge again. By pressing the submit button, you agree to be given cookies for this purpose.

-- cgit v1.2.3