GenerateBCryptHash
Performs a BCrypt hash on the given string.
Method Signature
GenerateBCryptHash(input=[string], iterations=[integer])
Arguments
Argument
Type
Required
Description
Default
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
Examples
Related
Last updated
Was this helpful?