In Which of the follqwing security mechanisms,data is not encrypted
-
Basic
-
Form-Based
-
Client
-
Digest
A,B
Correct answer
Explanation
Basic authentication and Form-Based authentication don't encrypt data - they send credentials in plaintext (Basic uses Base64 encoding which is easily reversible). Client Certificate and Digest authentication provide encryption - Digest uses a one-way hash and Client Certificate uses SSL/TLS encryption.