TooTallNate / node-telnet

Telnet implementation for Node.js
87 stars 30 forks source link

Telnet SRP and encryption #15

Open chjj opened 9 years ago

chjj commented 9 years ago

I don't know how many clients support this, but it would be interesting to eventually add.

Telnet SRP is described in: https://tools.ietf.org/html/rfc2946 and https://tools.ietf.org/html/rfc2944

SRP: https://en.wikipedia.org/wiki/Secure_Remote_Password_protocol

Other relevant RFCs: