diff options
author | Runxi Yu <me@runxiyu.org> | 2025-03-23 15:22:45 +0800 |
---|---|---|
committer | Runxi Yu <me@runxiyu.org> | 2025-03-23 15:22:45 +0800 |
commit | 3f3f7b1fe53f8096b52a22be6e2496a3854c8879 (patch) | |
tree | 3a302ae3068aedd2243a559f4b1359065746ebbd | |
parent | Cut half of the cookie, the HMAC is enough (diff) | |
download | powxy-3f3f7b1fe53f8096b52a22be6e2496a3854c8879.tar.gz powxy-3f3f7b1fe53f8096b52a22be6e2496a3854c8879.tar.zst powxy-3f3f7b1fe53f8096b52a22be6e2496a3854c8879.zip |
Note the JS solver is extra slow
-rw-r--r-- | README.md | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -15,6 +15,8 @@ a bit unnecessary. - **The cryptography hasn't been audited.** I wrote this after a tiring school week and this definitely needs some review. +- The JavaScript challenge solver is very, very slow. The solver written in C + as presented in the web interface is a few thousand times faster. - We should allow Git clients and RSS readers. - If a user is attempting to submit a POST request but their powxy cookie is invalid, powxy would redirect them to a challenge, and their POST data will |