Y
Hacker News
new
|
ask
|
show
|
jobs
by
niekmaas
5114 days ago
Perhaps a rather naive questions, but: were the username and pw transfered in plaintext?
3 comments
sirclueless
5114 days ago
Think of the username and password as a tracking cookie, more than actual authentication.
link
EricR23
5114 days ago
Yep, I remember both being sent via plaintext.
link
merlincorey
5113 days ago
RFC 1459 Internet Relay Chat[1] clearly shows in its example that it uses plaintext passwords:
Example: PASS secretpasswordhere
It also explains how the server password can be set either globally or per client.
[1]
http://tools.ietf.org/html/rfc1459#section-4.1.1
link