password encryption [solved]

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

password encryption [solved]

by TARD » Fri Sep 23, 2016 00:31

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: 1121
Joined: Sun Jun 01, 2014 20:00
In-game: ExeterDad

Re: password encryption

by ExeterDad » Fri Sep 23, 2016 01:03

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.
٩(̾●̮̮̃̾•̃̾)۶

Kibbie and I have a beautiful public server now! HOMETOWN
 

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

Re: password encryption

by TARD » Fri Sep 23, 2016 01:35

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
Member
 
Posts: 172
Joined: Mon Dec 29, 2014 01:49

Re: password encryption [solved]

by est31 » Tue Sep 27, 2016 13:51

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.
 


Return to Minetest Problems

Who is online

Users browsing this forum: No registered users and 8 guests

cron