19 Jul
2006
19 Jul
'06
11:16 a.m.
Most authentication methods don't use the secret as part of the password encoding and use independent information for encoding.
PAP is the only authentication method that depends on the secret.
For example CHAP uses the password, two random numbers and MD5 to encode the password.
Thanks a lot, I understand your previous mail now. Thibault