Password Authentication Protocol: Difference between revisions

Content deleted Content added
NoobX (talk | contribs)
cleanup
NoobX (talk | contribs)
m added link/info about EAP
Line 2:
 
Authentication is a process of validating a user, accessing the resources. Almost all [[Network operating system]] remote servers support PAP.
PAP transmits unencrypted [[ASCII]] passwords over the network and is therefore considered insecure,. itIt 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).
 
==Working cycle==
Line 63:
==See also==
* CHAP - [[Challenge-handshake authentication protocol]]
* EAP - [[Extensible_Authentication_Protocol]]
 
{{compu-network-stub}}