asymmetric-sign
Create a signature of the input file using the provided key.
asymmetric-verify
Verify a signature of the input file using the provided key.
decrypt
Decrypt the ciphertext using the passed key and return the plaintext file.
encrypt
Encrypt the plaintext using the passed key and return the ciphertext file.
import
Import a key passed from the key material file.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-05 UTC."],[[["`gdcloud kms keys` facilitates cryptographic operations utilizing KMS keys."],["It provides commands for encrypting and decrypting files."],["It allows for the creation and verification of digital signatures using asymmetric keys."],["The command group supports importing keys from a key material file."],["The `gdcloud` command line tool offers a `--help` flag, as a general option for all commands."]]],[]]