Page 5 of 5

Re: What happened you ask?

Posted: 09 May 2008, 17:37
by darkfate
Roxas wrote:Bibian, can u pls give us a link to the new manual??
You can use Google's cache as long as the manual is down.
http://www.google.com/search?hl=de&q=si ... uche&meta=

Re: What happened you ask?

Posted: 22 May 2008, 00:12
by kali
http://hakore.bot.nu/openkore/manual/

Someone made a copy of the old manual (non-wiki)

Re: What happened you ask?

Posted: 25 May 2008, 19:20
by Bibian

Re: What happened you ask?

Posted: 04 Jun 2008, 11:46
by toni2004560
Gosh~

EDITED. LOL

Re: What happened you ask?

Posted: 04 Jun 2008, 22:59
by leetkrew
junq wrote:md5 isn't crypt, md5 is a hash. and you can attack md5 hashes with the use of rainbow tables. on weak passwords it won't take long to break a password hash.

anyways, any information available as to which account got compromised and lead to the problems?

.junq


maybe we should change the way phpBB logs and adds its users. Salt the password first and apply md5 hashing.

Code: Select all

<?php

  $salt = 'random_stuff_12345';
  $hash = md5 ($pass . $salt);

?>
this will defend our board from "rainbow table lookup".

Re: What happened you ask?

Posted: 06 Jun 2008, 20:39
by Bibian
phpbb3 already uses its own salting + hashing methods
the passwords are not stored as normal MD5

Re: What happened you ask?

Posted: 08 Jul 2008, 22:11
by bakaro
Lol this scared me, too see all my old post gone, i hope they are back i miss them :roll: