diff options
| author | Christophe Besson <cbesson@gmail.com> | 2026-09-17 12:49:53 +0200 |
|---|---|---|
| committer | Christophe Besson <cbesson@gmail.com> | 2026-09-17 12:49:53 +0200 |
| commit | 3303a29cac47781f5e8c18d7d6653025349cbae3 (patch) | |
| tree | 93fbbb234c0982a3a07b5847509301fe9181af3b | |
| parent | 0370d001a4e74d2af0809a3e1eb5ada699b1bca2 (diff) | |
| download | meshbay-3303a29cac47781f5e8c18d7d6653025349cbae3.tar.gz | |
docs(site): the hub's password verifier is 64 MiB
Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
| -rw-r--r-- | site/about.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/site/about.html b/site/about.html index d61ac28..2b41f4f 100644 --- a/site/about.html +++ b/site/about.html @@ -38,7 +38,7 @@ <h2>Security</h2> <p>Private groups use end-to-end encryption with ChaCha20-Poly1305. Authentication uses Ed25519 signed JWTs. Key exchange is based on - X25519 ECDH with HKDF. Passwords are hashed with Argon2id (256 MB).</p> + X25519 ECDH with HKDF. Passwords are hashed with Argon2id (64 MiB).</p> <h2>Open Source</h2> <p>MeshBay is open source. The code is available on |