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.
Decrypt[obj] interactively requests a password with which to try to decrypt obj.
Examples
Decrypt with a password:
Decrypt["mypassword", encryptedData]Please visit the official Wolfram Language Reference for more details.