encrypt_file
Encrypt files with password protection using AES-256 encryption algorithms to secure sensitive data stored in the AI FileSystem MCP server.
Instructions
Encrypt a file with a password
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | File path to encrypt | |
| password | Yes | Password for encryption | |
| algorithm | No | Encryption algorithm | aes-256-gcm |
| outputPath | No | Output path for encrypted file (optional) |