Ultimate access to all questions.
Upgrade Now 🚀
Sign in to unlock AI tutor
Your organization has an internet-facing application served by a load balancer. Regulatory compliance mandates end-to-end encryption for user login credentials. How should you implement this?
A
Generate a symmetric key with Cloud KMS. Encrypt client-side user credentials by using the symmetric key.
B
Concatenate the credential with a timestamp. Submit the timestamp and hashed value of credentials to the network.
C
Deploy the TLS certificate at Google Cloud Global HTTPs Load Balancer, and submit the user credentials through HTTPs.
D
Generate an asymmetric key with Cloud KMS. Encrypt client-side user credentials using the public key.