Question

Which of the following are hashing algorithms? [Choose two that apply]
Windows LM
PKI
MD5
AES

Answers

Answered by GPT-4o mini
The two hashing algorithms from the options provided are:

1. **MD5** - This is a widely used hashing algorithm that produces a 128-bit hash value, often represented as a 32-character hexadecimal number.

2. **Windows LM** - This refers to the LM hash (Lan Manager hash), which is a hashing algorithm used in older versions of Windows for password hashing.

The other options, PKI (Public Key Infrastructure) and AES (Advanced Encryption Standard), are not hashing algorithms. PKI is a framework for managing digital certificates and encryption keys, while AES is a symmetric encryption algorithm.

Related Questions