Description
Wraps a binary payload in an AES-256 password-protected ZIP archive.
Overview
Wraps a payload from a source pipeline in a WinZip AES-256 encrypted ZIP archive. Password-protected archives prevent email gateway sandboxes from scanning the contents.
Parameters
| Name | Type | Description |
|---|---|---|
| SourcePipeline | string | Pipeline that produces the payload to zip. |
| FileName | string | Filename inside the ZIP. Default: payload.exe. |
| Password | string | ZIP encryption password. |
