WLJS LogoWLJS Notebook

EncryptedObject

EncryptedObject[assoc] represents encrypted data generated by Encrypt.

Examples

Create encrypted object:

enc = Encrypt["password", {1, 2, 3}]
(* EncryptedObject[...] *)

Check properties:

enc["Properties"]

Please visit the official Wolfram Language Reference for more details.

On this page