password encryption [solved]

Post Reply
TARD
Member
Posts: 45
Joined: Thu Sep 01, 2016 23:28
GitHub: kingtard
IRC: turd
In-game: TARD

password encryption [solved]

by TARD » Post

When a user creates a new account to join a server does the password encryption start at client before traveling the internet or does this take place on the server side?
Last edited by TARD on Fri Sep 23, 2016 01:36, edited 1 time in total.

User avatar
ExeterDad
Member
Posts: 1717
Joined: Sun Jun 01, 2014 20:00
In-game: ExeterDad
Location: New Hampshire U.S.A

Re: password encryption

by ExeterDad » Post

Client side. Password is never really sent over the wire. Only hashes unique to the server. In other words, if you use the same password on every server you play, the stored hash on the servers will not be the same, nor can be used by a evil server owner to log in as you on another server.

TARD
Member
Posts: 45
Joined: Thu Sep 01, 2016 23:28
GitHub: kingtard
IRC: turd
In-game: TARD

Re: password encryption

by TARD » Post

ExeterDad wrote: nor can be used by a evil server owner to log in as you on another server.
Solved, Thank. This what I was worry about because I ask stolen account user's if they use same password on other servers and they say yes.

est31
Developer
Posts: 173
Joined: Mon Dec 29, 2014 01:49

Re: password encryption [solved]

by est31 » Post

For increased security, make sure the send_pre_v25_init option is flipped to false, which is the default in the dev version, but 0.4.14 still defaults to true.

Post Reply

Who is online

Users browsing this forum: No registered users and 5 guests