Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 646 Bytes

README.md

File metadata and controls

7 lines (4 loc) · 646 Bytes

Password Authentication Protocol (PAP)

PAP is considered a weak authentication scheme (weak schemes are simple and have lighter computational overhead but are much more vulnerable to attack; while weak schemes may have limited application in some constrained environments, they are avoided in general). Among PAP's deficiencies is the fact that it transmits unencrypted passwords over the network. PAP is therefore used only as a last resort when the remote server does not support a stronger scheme such as CHAP or EAP.

Proof of Concept

alt text