diff options
author | Runxi Yu <me@runxiyu.org> | 2025-03-23 18:32:56 +0800 |
---|---|---|
committer | Runxi Yu <me@runxiyu.org> | 2025-03-23 18:32:56 +0800 |
commit | ea8580f9b702543e308e96103a6ab84144e34d5a (patch) | |
tree | 389659be3e196f9fb37cb52c2058009898501ca1 | |
parent | Update demo instance (diff) | |
download | powxy-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.md | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 |