X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;f=doc%2Fworld_format.txt;h=a4fb3d8f23ac5dd732d9848f476cd97e269fd62c;hb=65c09a96f41705bb8e75fc5ff4276342be91ed11;hp=5be1f3913d9cec40dd21b4c0b386f1cac3275ded;hpb=d130c36e140f949bd2385a8398018f49e1b9032a;p=minetest.git diff --git a/doc/world_format.txt b/doc/world_format.txt index 5be1f3913..a4fb3d8f2 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##, with the parts inside <> encoded in the base64 encoding. - is an RFC 5054 compatible SRP-2048-SHA1 verifier -of the given salt, password, and the player's name lowercased. + 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": @@ -315,7 +316,7 @@ if map format version >= 23: u8[key_len] key u32 val_len u8[val_len] value - serialized inventory + serialized inventory - Node timers if map format version == 23: