GSNA · Question #39
Which of the following encryption encoding techniques is used in the basic authentication method?
The correct answer is D. Base64. Base64 encryption encoding, which can easily be decoded, is used in the basic authentication Answer: B is incorrect. The Md5 hashing technique is used in the digest authentication method. Answer: A is incorrect. The HMAC_MD5 hashing technique is used in the NTLMv2…
Question
Which of the following encryption encoding techniques is used in the basic authentication method?
Options
- AHMAC_MD5
- BMd5
- CDES (ECB mode)
- DBase64
How the community answered
(35 responses)- A9% (3)
- B3% (1)
- C6% (2)
- D83% (29)
Explanation
Base64 encryption encoding, which can easily be decoded, is used in the basic authentication Answer: B is incorrect. The Md5 hashing technique is used in the digest authentication method. Answer: A is incorrect. The HMAC_MD5 hashing technique is used in the NTLMv2 authentication Answer: C is incorrect. DES (ECB mode) is used in the NTLMv1 authentication method.
Topics
Community Discussion
No community discussion yet for this question.