[[["容易理解","easyToUnderstand","thumb-up"],["確實解決了我的問題","solvedMyProblem","thumb-up"],["其他","otherUp","thumb-up"]],[["難以理解","hardToUnderstand","thumb-down"],["資訊或程式碼範例有誤","incorrectInformationOrSampleCode","thumb-down"],["缺少我需要的資訊/範例","missingTheInformationSamplesINeed","thumb-down"],["翻譯問題","translationIssue","thumb-down"],["其他","otherDown","thumb-down"]],["上次更新時間:2025-09-04 (世界標準時間)。"],[[["\u003cp\u003eThis command decrypts a ciphertext file using a specified key.\u003c/p\u003e\n"],["\u003cp\u003eThe user must provide the file to be decrypted using the \u003ccode\u003e--ciphertext-file\u003c/code\u003e flag.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003e--plaintext-file\u003c/code\u003e flag specifies the file where the decrypted content will be saved.\u003c/p\u003e\n"],["\u003cp\u003eAn optional \u003ccode\u003e--additional-authenticated-data-file\u003c/code\u003e can be provided for additional data authentication.\u003c/p\u003e\n"]]],[],null,["# gdcloud kms keys decrypt\n\nNAME\n----\n\ngdcloud kms keys decrypt - Decrypt the ciphertext using the passed key and return the plaintext file.\n\nSYNOPSIS\n--------\n\n gdcloud kms keys decrypt [flags]\n\nDESCRIPTION\n-----------\n\nThis command decrypts the ciphertext using the passed key and returns the plaintext file.\n\n### REQUIRED FLAGS\n\n --ciphertext-file string File to decrypt.\n --plaintext-file string Output file that contains the decrypted ciphertext.\n\n### OPTIONAL FLAGS\n\n --additional-authenticated-data-file string Optional: provides additional authenticated data.\n\n### GDCLOUD WIDE FLAGS\n\nThese flags are available to all commands: `--configuration`, `--format`, `--help`, `--project`, `--quiet`.\n\nFor more information, see the [gdcloud CLI reference overview](/distributed-cloud/hosted/docs/latest/gdch/resources/gdcloud-reference/gdcloud) page."]]