HashiCorp Certified: Vault Associate (003)Exam HCVA0-003 Question # 61 Topic 7 Discussion

HashiCorp Certified: Vault Associate (003)Exam HCVA0-003 Question # 61 Topic 7 Discussion

HCVA0-003 Exam Topic 7 Question 61 Discussion:
Question #: 61
Topic #: 7

Your team uses the Transit secrets engine to encrypt all data before writing it to a MySQL database server. During testing, you manually retrieve ciphertext from the database and decrypt it to ensure the data can be read. After decrypting the data, you are worried something is wrong because the plaintext data isn’t legible. Why can you not read the original plaintext data after decrypting the ciphertext?

    $ vault write transit/decrypt/krausen-key ciphertext=vault:v1:8SDd3WHDOjf7mq69C.....

    Key Value

    --- -----

    plaintext Zml2ZSBzdGFyIHByYWN0aWNlIGV4YW1zIGJ5IGJyeWFuIGtyYXVzZW4=


A.

The incorrect key was selected when decrypting the ciphertext. Use the correct key to successfully read the data


B.

The incorrect key version was used to decrypt the data. Update the ciphertext and change the v1 to v3 to use the latest key version


C.

The plaintext is Base64 encoded. Decode the plaintext to see the original data


D.

The data was also encrypted on the database. Therefore Vault cannot decrypt the original data


Get Premium HCVA0-003 Questions

Contribute your Thoughts:


Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.