en-US/about_AutoItObfuscator.help.txt

TOPIC
    about_AutoItObfuscator

SHORT DESCRIPTION
    PowerShell Web API client for AutoIt Obfuscator.

LONG DESCRIPTION
    AutoItObfuscator talks to https://www.pelock.com/api/autoit-obfuscator/v1
    and exposes the same client surface as the PHP SDK.

    Import the module, then either:

        using module AutoItObfuscator
        $client = [AutoItObfuscator]::new('YOUR-KEY')

    or:

        Import-Module AutoItObfuscator
        $client = New-AutoItObfuscator -ApiKey 'YOUR-KEY'

    Strategy flags default to false and are sent only when enabled.
    enable_compression applies zlib to the source field like the Python
    Obfuscator PowerShell module.

    Project page: https://www.pelock.com/products/autoit-obfuscator

SEE ALSO
    New-AutoItObfuscator