Multiple choice general knowledge science & technology

In Which of the follqwing security mechanisms,data is not encrypted

  1. Basic

  2. Form-Based

  3. Client

  4. Digest

Reveal answer Fill a bubble to check yourself
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.