PPRuNe Forums - View Single Post - passwords, passwords, everywhere...
View Single Post
Old 2nd November 2005 | 21:15
  #22 (permalink)  
Saab Dastard
Administrator
 
Joined: Mar 2001
: PPL
Posts: 8,121
Likes: 686
From: Twickenham, home of rugby
sniffing the first 20 or 30 characters of each ip packet which passes across a node would probably get you enough passwords
Only if sent in plain text - which is not the case using https, where the data is encrypted. This is why you should NEVER use a strong password that you use for any secure purpose over an insecure link.

If you are speaking of LANs, it really is no longer the case that logon passwords are sent in clear text to be intercepted by packet analyzers.

MS have implemented Kerberos since 2000 (although care must be taken in mixed NT and 2000 envrionments, as NTLM authentication is considerably weaker), where all authentication traffic is encrypted. There's good docs on Kerberos on the MS website.

SD
Saab Dastard is offline