[Freeciv-Dev] Re: Passwd auth with MD5 hash
[Top] [All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index] [Thread Index]
On Tue, 21 Aug 2001, Auth Gábor wrote:
> >> [...] the owner of the save game file can always change the password
> >> or hack the server to not hash it, so it doesn't add any security.
> > It does in civserver.freeciv.org where password-based authentication
> > would be very nice, while the savegames are published on the website.
> I try write usable password authentication to FreeCiv, because while
> my connection is closed, meanwhile other people can't join in my name...
> DES or MD5 hash is very good for insecure usage, where I can't trust
> in the server admin. The MD5 hash can't explain, except brutal force. If
It doesn't add anything if you can't trust the server admin, since he can just
modify the server to tell him the password when you enter it.
But Reinier has a point, that if save games are made available to anyone then
you really need to keep the password hidden in the save game file.
Since crypt() isn't portable, there should be an autoconf check for it, and
platforms that don't have it can just not have password support. It's only
really needed for public servers, which all run UNIX at this point.
- [Freeciv-Dev] Re: Passwd auth with MD5 hash, Bernd Jendrissek, 2001/08/21
- [Freeciv-Dev] Re: Passwd auth with MD5 hash, Trent Piepho, 2001/08/21
- [Freeciv-Dev] Re: Passwd auth with MD5 hash, Reinier Post, 2001/08/21
- [Freeciv-Dev] Re: Passwd auth with MD5 hash, Auth Gábor, 2001/08/21
- [Freeciv-Dev] Re: Passwd auth with MD5 hash,
Trent Piepho <=
- [Freeciv-Dev] Re: Passwd auth with MD5 hash, Erik Sigra, 2001/08/21
- [Freeciv-Dev] Re: Passwd auth with MD5 hash, Trent Piepho, 2001/08/21
- [Freeciv-Dev] Re: Passwd auth with MD5 hash, Erik Sigra, 2001/08/21
- [Freeciv-Dev] Re: Passwd auth with MD5 hash, Trent Piepho, 2001/08/21
- [Freeciv-Dev] Re: Passwd auth with MD5 hash, Erik Sigra, 2001/08/21
- [Freeciv-Dev] Re: Passwd auth with MD5 hash, Paul Zastoupil, 2001/08/24
[Freeciv-Dev] Re: Passwd auth with MD5 hash, Gaute B Strokkenes, 2001/08/21
|
|