santsys / node-tacacs-plus

Node library for TACACS+ Authentication.
GNU General Public License v3.0
6 stars 5 forks source link

CHAP authentication service #6

Closed sudhirbitsgoa closed 4 years ago

sudhirbitsgoa commented 5 years ago

The chap authentication says that there is three way handshake. The password is hashed

Does this module take care of handshake and hashing when CHAP authentication service is selected.

santsys commented 5 years ago

This code does not currently handle any CHAP authentication specific processes. You should be able to use this code to pass CHAP authentications back and forth (the handshake process), but it doesn't have any special handling currently implemented. If there is something specific you're looking for, please outline it and we can bump it as a feature request.

50rayn commented 6 months ago

Hello @sudhirbitsgoa , As far as I know, this module doesn't support this type of encryption and I don't see it to be maintained. Please consider this instead @noction/tacacs-plus. 😊