Password Authentication Protocol: Difference between revisions

Content deleted Content added
destub
Hollyfeld (talk | contribs)
m Removed a redundant link and fixed grammar
 
Line 5:
As the [[Point-to-Point Protocol]] (PPP) sends data unencrypted and "in the clear", PAP is vulnerable to any attacker who can observe the PPP session. An attacker can see the users name, password, and any other information associated with the PPP session. Some additional security can be gained on the PPP link by using [[Challenge-Handshake Authentication Protocol|CHAP]] or [[Extensible Authentication Protocol|EAP]]. However, there are always tradeoffs when choosing an authentication method, and there is no single answer for which is more secure.
 
When PAP is used in PPP, it is considered a weak authentication scheme. Weak schemes are simpler and have lighter [[overhead (computing)|computational overhead]] than more complex schemes, such as [[Transport Layer Security]] (TLS), but they are much more vulnerable to attack. While weakWeak schemes are used where the transport layer is expected to be physically secure, such as a home [[DSL]] link. Where the transport layer is not physically secure a system such as [[Transport Layer Security|Transport Layer Security (TLS)]] or [[IPsec|Internet Protocol Security]] (IPsec)]] is used instead.
 
==Other uses of PAP==