New-EncryptedCredential

NAME
    New-EncryptedCredential

SYNOPSIS
    Creates an AES encrypted private/public key pair.


SYNTAX
    New-EncryptedCredential [-Path] <String> [-Password] <String> [<CommonParameters>]


DESCRIPTION
    Creates an AES encrypted private/public key pair to be used with cChocoEx.


PARAMETERS
    -Path <String>
        Path for export location

        Required?                    true
        Position?                    1
        Default value
        Accept pipeline input?       false
        Accept wildcard characters?  false

    -Password <String>
        Password

        Required?                    true
        Position?                    2
        Default value
        Accept pipeline input?       false
        Accept wildcard characters?  false

    <CommonParameters>
        This cmdlet supports the common parameters: Verbose, Debug,
        ErrorAction, ErrorVariable, WarningAction, WarningVariable,
        OutBuffer, PipelineVariable, and OutVariable. For more information, see
        about_CommonParameters (https:/go.microsoft.com/fwlink/?LinkID=113216).

INPUTS

OUTPUTS
    AES.key - The private keyfile used for decryption.
    PS_SecureString.txt - The public encrypted password.



RELATED LINKS

Last updated

Was this helpful?