Lua Parser for NTLM SSP
Parses the Type-3 message string of the NTLM authentication scheme for HTTP. The message is assumed to be in the HTTP header 'Proxy-Authorization'.
(c) 2013: Johannes Bader (baderj@gmx.net)
licensed under the terms of the LGPL2
uses adapted base64 snippets from
Lua 5.1+ base64 v3.0
(c) 2009 by Alex Kloss <alexthkloss@web.de>
licensed under the terms of the LGPL2
Netwitness provides a built-in base64 Decoder that you can call with:
I probably could have used this function too.