NTLM Secret » History » Version 2
Version 1 (Tobias Brunner, 24.10.2012 15:27) → Version 2/4 (Tobias Brunner, 24.10.2012 15:28)
h1. NTLM Secret
The format of NTLM secrets is the same as that of [[EAPSecret|EAP secrets]], but the secret is stored as NTLM hash, which is @MD4(UTF-16LE(secret))@, @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 [[EAPSecret|EAP secrets]], but the secret is stored as NTLM hash, which is @MD4(UTF-16LE(secret))@, @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>