Jump to content

LAN Manager: Difference between revisions

From Wikipedia, the free encyclopedia
Content deleted Content added
See also
Undid revision 303826724 by 83.254.210.47 (talk)
Line 14: Line 14:
LAN Manager authentication uses a particularly weak method of [[Cryptographic hash function|hashing]] a user's [[password]] known as the [[LM hash]] algorithm. This makes the authentication crackable in a matter of seconds using [[Rainbow Table]]s or in few hours using [[brute force]]. Its successor [[NTLM]] is still vulnerable to Rainbow Tables, but less vulnerable to brute force attacks
LAN Manager authentication uses a particularly weak method of [[Cryptographic hash function|hashing]] a user's [[password]] known as the [[LM hash]] algorithm. This makes the authentication crackable in a matter of seconds using [[Rainbow Table]]s or in few hours using [[brute force]]. Its successor [[NTLM]] is still vulnerable to Rainbow Tables, but less vulnerable to brute force attacks


==See also==
* [[LAN messenger]]
* [[NTLM]]


[[Category:OS/2]]
[[Category:OS/2]]
Line 23: Line 20:
[[Category:Authentication methods]]
[[Category:Authentication methods]]
[[Category:Articles lacking sources (Erik9bot)]]
[[Category:Articles lacking sources (Erik9bot)]]



{{operating-system-stub}}
{{operating-system-stub}}



[[de:LAN Manager]]
[[de:LAN Manager]]

Revision as of 00:06, 14 August 2009

The LAN Manager (not to be confused with NTLM) was a Network Operating System (NOS) from Microsoft developed in cooperation with RKO Radio Pictures. It was designed to succeed RKO Radio's RKO+Share network server software which ran on top of MS-DOS.

LAN Manager is based on OS/2. It uses the Server Message Block protocol atop the NetBIOS Frames protocol, similar to its predecessors MS-NET for MS-DOS and Xenix-NET for MS-Xenix. There was also LAN Manager/X (LMX) for UNIX based systems.

In 1990, Microsoft announced LAN Manager 2.0 with a lot of improvements. The latest version LAN Manager, 2.2, which included an MS-OS/2 1.31 base operating system, remained Microsoft's strategic server system until the release of Windows NT Advanced Server in 1993.

Many vendors shipped licensed versions, including:

Security Vulnerability

LAN Manager authentication uses a particularly weak method of hashing a user's password known as the LM hash algorithm. This makes the authentication crackable in a matter of seconds using Rainbow Tables or in few hours using brute force. Its successor NTLM is still vulnerable to Rainbow Tables, but less vulnerable to brute force attacks