Merge branch 'fix typo in README'

input-validation
Mészáros Mihály 6 years ago
commit e57c8fb2b6
  1. 2
      README.turnadmin
  2. 4
      man/man1/turnadmin.1
  3. 2
      man/man1/turnserver.1
  4. 2
      man/man1/turnutils.1

@ -51,7 +51,7 @@ Commands:
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.

@ -1,5 +1,5 @@
.\" Text automatically generated by txt2man
.TH TURN 1 "29 January 2019" "" ""
.TH TURN 1 "12 February 2020" "" ""
.SH GENERAL INFORMATION
\fIturnadmin\fP is a TURN administration tool. This tool can be used to manage
@ -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.

@ -1,5 +1,5 @@
.\" Text automatically generated by txt2man
.TH TURN 1 "29 January 2019" "" ""
.TH TURN 1 "12 February 2020" "" ""
.SH GENERAL INFORMATION
The \fBTURN Server\fP project contains the source code of a TURN server and TURN client

@ -1,5 +1,5 @@
.\" Text automatically generated by txt2man
.TH TURN 1 "29 January 2019" "" ""
.TH TURN 1 "12 February 2020" "" ""
.SH GENERAL INFORMATION
A set of turnutils_* programs provides some utility functionality to be used

Loading…
Cancel
Save