Skip to content

Commit

Permalink
Doc
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Ortmann committed Apr 30, 2024
1 parent d64692b commit e9a787e
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions doc/sphinx_source/using/tcl-commands.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2200,6 +2200,28 @@ setflags <dir> [<flags> [channel]]

Module: filesys

PBKDF2 Module
-------------

^^^^^^^^^^^^^^^
encpass2 <pass>
^^^^^^^^^^^^^^^


Returns: hash = "$pbkdf2-<digest>$rounds=<rounds>$<salt>$<hash>" (PHC string format)
salt and hash = base64
NULL = error

Module: pbkdf2

^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
pbkdf2 <pass> <salt> <rounds> <digest>
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Returns: derived key from a password using a salt and iteration count as specified in RFC 2898.

Module: pbkdf2

Miscellaneous Commands
----------------------

Expand Down

0 comments on commit e9a787e

Please sign in to comment.