memvid_lock
Encrypt memory files to create secure .mv2e encrypted files using password protection for persistent AI agent memory storage.
Instructions
Encrypt a memory file (creates .mv2e encrypted file)
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file | Yes | Path to the .mv2 file to encrypt | |
| output | Yes | Output path for the encrypted file (.mv2e) | |
| password | No | Encryption password (required for non-interactive use) |