GenerateDerivedKey
GenerateDerivedKey[password] generates a DerivedKey object from the password given.
GenerateDerivedKey[password, salt]generates a DerivedKey object from the password and salt given.
Examples
Generate a derived key from a password:
GenerateDerivedKey["mypassword"]Generate with a specific salt:
GenerateDerivedKey["mypassword", "mysalt"]Please visit the official Wolfram Language Reference for more details.