gcloud-kms-decrypt
Verified for current stable LTS
Gcloud Kms Decrypt Command: Decrypt File With Additional Authenticated Data
Use for decrypt file with additional authenticated data with Gcloud Kms Decrypt. Exact CLI syntax to decrypt file with additional authenticated data using Gcloud Kms Decrypt.
When to use this: Use for decrypt file with additional authenticated data with Gcloud Kms Decrypt.
Command Syntax
gcloud kms decrypt --key=<key_name> --keyring=<keyring_name> --location=<global> --additional-authenticated-data-file=<path/to/file.aad> --ciphertext-file=<path/to/ciphertext> --plaintext-file=- gcloud kms decrypt --key=<key_name> --keyring=<keyring_name> --location=<global> --additional-authenticated-data-file=<path/to/file.aad> --ciphertext-file=<path/to/ciphertext> --plaintext-file=- Command Breakdown
--key=<key_name>- Command Option
- Tool-specific option used by this command invocation.
--keyring=<keyring_name>- Command Option
- Tool-specific option used by this command invocation.
--location=<global>- Command Option
- Tool-specific option used by this command invocation.
--additional-authenticated-data-file=<path/to/file.aad>- Command Option
- Tool-specific option used by this command invocation.
--ciphertext-file=<path/to/ciphertext>- Command Option
- Tool-specific option used by this command invocation.
--plaintext-file=-- Command Option
- Tool-specific option used by this command invocation.
FAQ
Purpose: Exact syntax to decrypt file with additional authenticated data using Gcloud Kms Decrypt.
Test path: Replace placeholders and run destructive commands in a disposable workspace first.
Flag behavior: Tool version, platform, and shell can change behavior.
Improve This Command
Suggest a correction, safer default, or version-specific note for this entry.
Related Operations
Gcloud Kms Decrypt Command: Decrypt Ciphertext File Using Specified Key
gcloud kms decrypt --key=<key_name> --keyring=<keyring_name> --location=<global> --ciphertext-file=<path/to/ciphertext> --plaintext-file=<path/to/plaintext> Gcloud Kms Decrypt Command: Decrypt File With Aad gcloud kms decrypt --key=<key_name> --keyring=<keyring_name> --location=<global> --additional-authenticated-data-file=<path/to/file.aad> --ciphertext-file=<path/to/ciphertext> --plaintext-file=- Gcloud Kms Decrypt Command: Decrypt File With Key gcloud kms decrypt --key=<key_name> --keyring=<keyring_name> --location=<global> --ciphertext-file=<path/to/ciphertext> --plaintext-file=<path/to/plaintext>