summaryrefslogtreecommitdiff
path: root/doc/world_format.txt
diff options
context:
space:
mode:
authorest31 <MTest31@outlook.com>2015-10-06 19:08:53 +0200
committerest31 <MTest31@outlook.com>2015-10-06 19:08:53 +0200
commit8edc8a14e4507e4ef78b1a0d39d338ee2d4a721d (patch)
tree1ec7ab9f2d5d284beba7f0430de40cac532d79d0 /doc/world_format.txt
parentcaf0df8924d4a64feee40170e7235eb2202ddde5 (diff)
downloadminetest-8edc8a14e4507e4ef78b1a0d39d338ee2d4a721d.tar.gz
minetest-8edc8a14e4507e4ef78b1a0d39d338ee2d4a721d.tar.bz2
minetest-8edc8a14e4507e4ef78b1a0d39d338ee2d4a721d.zip
Correct SRP documentation
Previous statements were wrong.
Diffstat (limited to 'doc/world_format.txt')
-rw-r--r--doc/world_format.txt5
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/world_format.txt b/doc/world_format.txt
index 5be1f3913..a6255053e 100644
--- a/doc/world_format.txt
+++ b/doc/world_format.txt
@@ -47,8 +47,9 @@ in the base64 encoding.
Format (since 0.4.13) of password hash is #1#<salt>#<verifier>, with the
parts inside <> encoded in the base64 encoding.
-<verifier> is an RFC 5054 compatible SRP-2048-SHA1 verifier
-of the given salt, password, and the player's name lowercased.
+<verifier> is an RFC 2945 compatible SRP verifier,
+of the given salt, password, and the player's name lowercased,
+using the 2048-bit group specified in RFC 5054 and the SHA-256 hash function.
Example lines:
- Player "celeron55", no password, privileges "interact" and "shout":