Difference between revisions of "Widget:NTLMgenerator"
m (minor fixes) |
m (firefix) |
||
(4 intermediate revisions by the same user not shown) | |||
Line 16: | Line 16: | ||
</noinclude><includeonly> | </noinclude><includeonly> | ||
− | + | <b>NTLM hash generator</b><br/> | |
− | + | (note that there is no roundtrip involved, hash is generated client-side using utf8-to-utf16 little endian and md4 hash)<br/> | |
− | (note that there is no roundtrip involved, hash is generated client-side using utf8-to-utf16 little endian and md4 hash) | ||
− | |||
<script type="text/javascript"> | <script type="text/javascript"> | ||
/** | /** | ||
Line 53: | Line 51: | ||
{ | { | ||
"use strict"; | "use strict"; | ||
− | document.write( '<input size="40" type="password" onchange="generateNTLM()" | + | document.write( '<input size="40" type="password" onchange="generateNTLM(event)" onkeyup="generateNTLM(event)" onpaste="generateNTLM(event)" /><br/><input size="40" type="text" readonly="readonly" id="NTLM" />' ); |
}( )); | }( )); | ||
</script> | </script> | ||
</includeonly> | </includeonly> |
Latest revision as of 15:36, 19 August 2018
This widget allows you to create an NTLM hash from a password (used in spacenet accounts)
Created by Xopr
Using this widget
To insert this widget, use the following code:
{{#widget:NTLMgenerator}}
This will give the following result:
NTLM hash generator
(note that there is no roundtrip involved, hash is generated client-side using utf8-to-utf16 little endian and md4 hash)
Copy to your site
To use this widget on your site, just install MediaWiki Widgets extension and copy full source code of this page to your wiki as Widget:NTLMgenerator article.