Verify Command

Use the Crypto CLI verify command to verify a signature.

Syntax

cryptocli verify [options]

Option

Description

-h or --help

Displays usage text.

-d or --data string

The data to be verified. Strings must be enclosed in double quotes.

-m or --mode string

The mode to be used for signing. Strings must be enclosed in double quotes.

-k or --keyGuid string

The key GUID to be used to verify the signature. Strings must be enclosed in double quotes.

-s or --signature string

The signature to verify. Strings must be enclosed in double quotes.