Multiple choice technology web technology

Security

  1. Extend SSL for XML

  2. Encrypt specific elements or a complete XML document

  3. Encrypts XML using a public key that can only be decrypted with a secret private key

  4. B and C

Reveal answer Fill a bubble to check yourself
D Correct answer
Explanation

XML Encryption provides fine-grained security for XML documents. It can encrypt entire documents or specific elements within them, and supports both symmetric and asymmetric encryption. When using public key cryptography, data encrypted with a public key can only be decrypted with the corresponding private key, ensuring confidentiality.