When you are unsealing Vault using unseal keys, what are you actually doing?
A.
Creating the recovery keys
B.
Exporting the encryption key
C.
Reconstructing the root key
D.
Decrypting the Vault data
The Answer Is:
C
This question includes an explanation.
Explanation:
Comprehensive and Detailed In-Depth Explanation:
Unsealing involves:
C. Reconstructing the root key : " Unsealing is the process of obtaining the plaintext root key necessary to read the decryption key to decrypt the data, allowing access to the Vault. " The unseal keys reconstruct this root key via Shamir’s Secret Sharing.