1
0
mirror of https://github.com/coturn/coturn.git synced 2025-10-22 19:41:27 +02:00

docs(turnadmin): fix typo

This commit is contained in:
Corey Cole 2019-12-30 10:29:25 -08:00 committed by GitHub
parent 540ef5fd6e
commit 7af87e8107
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -71,7 +71,7 @@ Generate and print to the standard
output an encrypted form of a password (for web admin user or CLI).
The value then can be used as a safe key for the password
storage on disk or in the database. Every invocation for the same password
produces a different result. The for mat of the encrypted password is:
produces a different result. The format of the encrypted password is:
$5$<\.\.\.salt\.\.\.>$<\.\.\.sha256(salt+password)\.\.\.>. Salt is 16 characters,
the sha256 output is 64 characters. Character 5 is the algorithm id (sha256).
Only sha256 is supported as the hash function.