decrypt_file
Decrypt an encrypted file using a password to restore its original content.
Instructions
Decrypt an encrypted file with a password
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Path to the encrypted file | |
| password | Yes | Decryption password | |
| outputPath | No | Output path for decrypted file (optional) |