1. Home
  2. Docs
  3. Super-ExMerge On-line Doc...
  4. PowerShell Cmdlet Referen...
  5. Set-PresharedKey

Set-PresharedKey

Use this cmdlet to set the pre-shared key used to protect the passwords used by Super-ExMerge. See the New-FormattedCredential cmdlet for more detail.

Set-PresharedKey

  • -PreSharedKey


    Description

    Use the Set-PresharedKey cmdlet to create a pre-shared encryption key that can be used to protect passwords used by Super-ExMerge.

    See the New-FormattedCredential cmdlet for detail about credentials used by Super-ExMerge.

    Examples

    Example 1
      
    New-PresharedKey -PreSharedKey NobodyKnows!
    

    This example will convert the literal text of “NobodyKnows!” into a pre-shared key hash that is use for encrypting passwords.


    Parameters

    -PreSharedKey

    The PreSharedKey parameter specifies the text string from which a pre-shared key should be created. This cmdlet does not store the value in clear text; it creates a cryptographic 256bit hash of the value provided.

    Required:
    Yes
    Type:
    String
    Aliases:
    None
    Position:
    0
    Default Value:
    None

    Output

    This cmdlet does not place any data on the pipeline.

    How can we help?