NTLM (NT LAN Manager) is a suite of security protocols used by Windows for authentication, integrity, and confidentiality. NTLM hashes are often used to store passwords securely. When a user creates a password, Windows doesn't store the password itself but rather a cryptographic hash of it.
An NTLM hash is not a password-equivalent stored in plaintext. It is the MD4 digest of the UTF-16LE encoded password. ntlm-hash-decrypter
A quick Google search for "ntlm-hash-decrypter" yields dozens of websites claiming to decrypt hashes. For example: NTLM (NT LAN Manager) is a suite of
This blog post explores the technical realities of NTLM hashes, focusing on why "decryption" is a misnomer and how security professionals use tools to recover plaintext passwords. An NTLM hash is not a password-equivalent stored
: A massive online lookup service using pre-computed rainbow tables for instant results. What is an NTLM hash? - Tarlogic Security