Difference between revisions of "Widget:NTLMgenerator"
m (why does wiki syntax suddenly not work??) |
m (whoops, html tag fail) |
||
Line 16: | Line 16: | ||
</noinclude><includeonly> | </noinclude><includeonly> | ||
− | <b>NTLM hash generator<b><br/> | + | <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)<br/> | ||
<script type="text/javascript"> | <script type="text/javascript"> |
Revision as of 08:35, 20 April 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.