encrypt_file
Encrypt a file with a password to protect its contents. Supports AES-256-GCM and AES-256-CBC algorithms, with optional output path.
Instructions
Encrypt a file with a password
Input 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) |