Update APIDOCS.md

This commit is contained in:
Tracker-Friendly 2024-03-15 10:16:15 +00:00
parent 046fda831a
commit 43affbd64c
1 changed files with 2 additions and 2 deletions

View File

@ -15,7 +15,7 @@ If you wish to change the user's password, set "passwordchange" to "yes" and "ne
Some users use the legacy argon2id mode (by which i mean about 8, so only implement if you feel like it), and to implement argon2id functionality, you hash like this: Some users use the legacy argon2id mode (by which i mean about 8, so only implement if you feel like it), and to implement argon2id functionality, you hash like this:
```
Parallelism should be 1 Parallelism should be 1
Iterations should be 256 Iterations should be 256
@ -27,7 +27,7 @@ Length of Hash should be 32 bytes
The output should be in the encoded format, not the hashed format The output should be in the encoded format, not the hashed format
Salt should be the SHA512 of the password Salt should be the SHA512 of the password
```
(Yes i know this is really bad practice, guess why we are replacing it) (Yes i know this is really bad practice, guess why we are replacing it)