How to generate NTLM hash?
Using our NTLM hash generator is simple:
- Enter your password in the input box.
- The NTLM hash will be generated automatically as you type.
- Copy the generated hash for use in your projects.
What is NTLM?
NTLM (NT LAN Manager) is a Microsoft authentication protocol used in Windows systems. NTLM hash is computed by applying MD4 to the UTF-16LE encoded password. NTLM is used for authentication in Windows domains and SMB protocols.
NTLM characteristics
- MD4-based: Uses MD4 hash algorithm.
- UTF-16LE encoding: Password is encoded in UTF-16LE before hashing.
- Windows authentication: Used in Windows authentication protocols.
- Legacy protocol: Still used in older Windows systems.
- Not secure: Vulnerable to various attacks.