GenerateBCryptHash
Method Signature
GenerateBCryptHash(input=[string], iterations=[integer])Arguments
Argument
Type
Required
Description
Default
Examples
Related
Last updated
Was this helpful?
Performs a BCrypt hash on the given string.
GenerateBCryptHash(input=[string], iterations=[integer])input
string
true
The string to perform secure hashing upon.
iterations
integer
false
The number of iterations to use in the hashing algorithm. Must be a multiple of 2 and between 2 and 30. Note that a high number of iterations can take days to complete
Last updated
Was this helpful?
Was this helpful?
