Decrypt
Decrypt["password",enc]
attempts to decrypt the encrypted object enc using the specified password.
Decrypt[keyspec,enc]
attempts to decrypt using the cryptographic key specification keyspec.
Details

- Decrypt[…,enc] takes an EncryptedObject[…] generated by Encrypt.
- For a symmetric encryption method, Decrypt[key,Encrypt[key,expr]] gives expr.
- Decrypt returns an expression in the form specified by EncryptedObject[…]["OriginalForm"].
Examples
open allclose allSee Also
Encrypt DecryptFile EncryptedObject SymmetricKey GenerateSymmetricKey GenerateAsymmetricKeyPair FieldMasked
Related Guides
Introduced in 2015
(10.1)