From 5c5e17c0b200004c6d18a51e2c02fd21d710f04f Mon Sep 17 00:00:00 2001 From: Stefan Beller Date: Sat, 6 Aug 2011 03:25:31 +0200 Subject: Client logs in with salted password now. The password is salted by a random number sent by server. Reviewed by Bertram. --- src/net/logindata.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/net/logindata.h') diff --git a/src/net/logindata.h b/src/net/logindata.h index 4d8fc043..b842bdfd 100644 --- a/src/net/logindata.h +++ b/src/net/logindata.h @@ -1,7 +1,7 @@ /* * The Mana Client * Copyright (C) 2004-2009 The Mana World Development Team - * Copyright (C) 2009-2010 The Mana Developers + * Copyright (C) 2009-2011 The Mana Developers * * This file is part of The Mana Client. * @@ -36,6 +36,7 @@ public: std::string username; std::string password; + std::string randomSeed; std::string newPassword; std::string updateHost; @@ -61,6 +62,7 @@ public: { username.clear(); password.clear(); + randomSeed.clear(); newPassword.clear(); updateHost.clear(); email.clear(); -- cgit v1.2.3-70-g09d2