NTLM Secret » History » Version 3
Version 2 (Tobias Brunner, 24.10.2012 15:28) → Version 3/4 (Tobias Brunner, 25.10.2012 09:46)
h1. NTLM Secret
The format of NTLM secrets is the same as that of [[PSKSecret|PSK [[EAPSecret|EAP secrets]], but the secret is stored as NTLM hash, which is @MD4(UTF-16LE(secret))@, instead of as cleartext.
*NTLM secrets can only be used with the eap-mschapv2 plugin.*
h2. Notation
_<user id>_ : NTLM _<secret>_
h2. Examples
<pre>
carol : NTLM "F7A28E343924D9A06C8183971A7C8373"
dave@strongswan.org : NTLM "6E9A3A46012EF27D9DB6F2FF682B1B80"
</pre>
The format of NTLM secrets is the same as that of [[PSKSecret|PSK [[EAPSecret|EAP secrets]], but the secret is stored as NTLM hash, which is @MD4(UTF-16LE(secret))@, instead of as cleartext.
*NTLM secrets can only be used with the eap-mschapv2 plugin.*
h2. Notation
_<user id>_ : NTLM _<secret>_
h2. Examples
<pre>
carol : NTLM "F7A28E343924D9A06C8183971A7C8373"
dave@strongswan.org : NTLM "6E9A3A46012EF27D9DB6F2FF682B1B80"
</pre>