gcloud kms asymmetric-decrypt Stay organized with collections Save and categorize content based on your preferences.
- NAME
- gcloud kms asymmetric-decrypt - decrypt an input file using an asymmetric-encryption key version
- SYNOPSIS
gcloud kms asymmetric-decrypt--ciphertext-file=CIPHERTEXT_FILE--plaintext-file=PLAINTEXT_FILE[--key=KEY][--keyring=KEYRING][--location=LOCATION][--skip-integrity-verification][--version=VERSION][GCLOUD_WIDE_FLAG …]
- DESCRIPTION
- Decrypts the given ciphertext file using the provided asymmetric-encryption keyversion and saves the decrypted data to the plaintext file.
By default, the command performs integrity verification on data sent to andreceived from Cloud KMS. Use
--skip-integrity-verificationtodisable integrity verification. - EXAMPLES
- The following command will read the file '/tmp/my/secret.file.enc', decrypt itusing the asymmetric CryptoKey
dont-panicVersion 3 and write theplaintext to '/tmp/my/secret.file.dec'.gcloudkmsasymmetric-decrypt--location=us-central1--keyring=hitchhiker--key=dont-panic--version=3--ciphertext-file=/tmp/my/secret.file.enc--plaintext-file=/tmp/my/secret.file.dec - REQUIRED FLAGS
--ciphertext-file=CIPHERTEXT_FILE- File path of the ciphertext file to decrypt.
--plaintext-file=PLAINTEXT_FILE- File path of the plaintext file to output.
- OPTIONAL FLAGS
--key=KEY- to use for asymmetric-decryption.
--keyring=KEYRING- Key ring of the key.
--location=LOCATION- Location of the keyring.
--skip-integrity-verification- Skip integrity verification on request and response API fields.
--version=VERSION- Version to use for asymmetric-decryption.
- GCLOUD WIDE FLAGS
- These flags are available to all commands:
--access-token-file,--account,--billing-project,--configuration,--flags-file,--flatten,--format,--help,--impersonate-service-account,--log-http,--project,--quiet,--trace-token,--user-output-enabled,--verbosity.Run
$gcloud helpfor details. - NOTES
- These variants are also available:
gcloudalphakmsasymmetric-decryptgcloudbetakmsasymmetric-decrypt
Except as otherwise noted, the content of this page is licensed under theCreative Commons Attribution 4.0 License, and code samples are licensed under theApache 2.0 License. For details, see theGoogle Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-05-07 UTC.