EAP-MSCHAPv2 can use stored NT hashes in addition to plaintext passwords
This commit is contained in:
@@ -41,6 +41,8 @@ enum shared_key_type_t {
|
||||
SHARED_PRIVATE_KEY_PASS,
|
||||
/** PIN to unlock a smartcard */
|
||||
SHARED_PIN,
|
||||
/** Calculated NT Hash = MD4(UTF-16LE(password)) */
|
||||
SHARED_NT_HASH,
|
||||
};
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user