en-US/about_StringEncrypt.help.txt

TOPIC
    about_StringEncrypt

SHORT DESCRIPTION
    PowerShell Web API client for StringEncrypt.

LONG DESCRIPTION
    StringEncrypt talks to https://www.stringencrypt.com/api.php

    Import the module, then either:

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

    or:

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

    Commands: encrypt, is_demo, info. Configure options with setters,
    then EncryptString / EncryptFileContents / IsDemo / Send().

    Project page: https://www.stringencrypt.com

SEE ALSO
    New-StringEncrypt