Password Authentication Protocol: Difference between revisions

Content deleted Content added
NoobX (talk | contribs)
m added link/info about EAP
Line 4:
PAP transmits unencrypted [[ASCII]] passwords over the network and is therefore considered insecure. It is used as a last resort when the remote server does not support a stronger authentication protocol, like [[Challenge-handshake authentication protocol|CHAP]] or [[Extensible_Authentication_Protocol|EAP]] (while the last is actually a framework).
 
Aditya Ja raha he bahut dur........
==Working cycle==
*Client sends username and password
*Server sends authentication-ack (if credentials are OK) or authentication-nak (otherwise)
 
==PAP Packets==