WLJS LogoWLJS Notebook

DerivedKey

DerivedKey[assoc] represents a derived key generated by GenerateDerivedKey.

Examples

key = GenerateDerivedKey["password"]
(* DerivedKey[...] *)
VerifyDerivedKey[key, "password"]
(* True *)

Please visit the official Wolfram Language Reference for more details.

On this page