We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 89fa9e4 commit 4ffce2dCopy full SHA for 4ffce2d
lib/puppet/parser/functions/pw_hash.rb
@@ -25,7 +25,9 @@
25
|bcrypt-x |2x |bug compatible |
26
|bcrypt-y |2y |historic alias for 2b|
27
28
- The third argument to this function is the salt to use.
+ The third argument to this function is the salt to use. For bcrypt-type hashes,
29
+ the first two characters of the salt represent a strength parameter, with a value
30
+ between 4 and 31 inclusive.
31
32
@return [String]
33
Provides a crypt hash usable on most POSIX systems.
0 commit comments