memvid_unlock
Decrypt encrypted memory files to access stored data by providing the file path, output location, and decryption password.
Instructions
Decrypt an encrypted memory file
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file | Yes | Path to the encrypted .mv2e file | |
| output | Yes | Output path for the decrypted file (.mv2) | |
| password | No | Decryption password (required for non-interactive use) |