aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRunxi Yu <me@runxiyu.org>2025-03-23 18:32:56 +0800
committerRunxi Yu <me@runxiyu.org>2025-03-23 18:32:56 +0800
commitea8580f9b702543e308e96103a6ab84144e34d5a (patch)
tree389659be3e196f9fb37cb52c2058009898501ca1
parentUpdate demo instance (diff)
downloadpowxy-ea8580f9b702543e308e96103a6ab84144e34d5a.tar.gz
powxy-ea8580f9b702543e308e96103a6ab84144e34d5a.tar.zst
powxy-ea8580f9b702543e308e96103a6ab84144e34d5a.zip
README.md: SHA-256 isn't a good choice for this
-rw-r--r--README.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/README.md b/README.md
index 48bc9d4..8717949 100644
--- a/README.md
+++ b/README.md
@@ -23,6 +23,8 @@ It may experience occasional outages.
HTTP protocol.
- Currently we round times to the nearest week for persistence, but this could
cause issues if a user completes the challenge at the end of a rounded week.
+- SHA-256 is actually a pretty bad choice for proof-of-work. We should use
+ something like bcrypt or scrypt or argon2.
## Build