Pbkdf2
Returns a text that contains a hash key of 40 characters. Returns unknown if the salt length is less than 8
Syntax
Parameters
Name
Type
Required
Description
password
text
☑️
text containing a password
salt
text
☑️
a salt text. The value must be at least 8 characters long. An unknown value is returned if the length is less than 8.
Last updated
Was this helpful?