decrypt_file
Decrypt password-protected files using a secure password to restore original content. This tool handles encrypted files within the AI FileSystem MCP server environment.
Instructions
Decrypt an encrypted file with a password
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Path to the encrypted file | |
| password | Yes | Decryption password | |
| outputPath | No | Output path for decrypted file (optional) |