top | item 7928107

Project Euler is partly back

50 points| akg | 11 years ago |projecteuler.net

16 comments

order
[+] yeukhon|11 years ago|reply
How did they find out they were hacked in the first place? This is always interesting to me as I don't think Project Euler would have some sophisticated security logging audit system in place.
[+] Igglyboo|11 years ago|reply
Well it's not back completely, now it's just a static site with the problem set restored. No ability to check answers or log in and track your progress.
[+] djf1|11 years ago|reply
The part about salting confuses me. Shouldn't salting remain effective against rainbow tables even when the salting mechanism is known?
[+] wolf550e|11 years ago|reply
crypto101 says that because of how fast GPUs are at computing hashes, even using long per-user salt is now broken and you must use pbkdf2 or better yet, scrypt.
[+] dnet|11 years ago|reply
It should, and they just said "the integrity of weak passwords cannot be guaranteed" -- even the best salting cannot prevent attackers performing brute force attacks; it will be slow, but weak passwords may be cracked in reasonable time.
[+] jejones3141|11 years ago|reply
The forum has returned, but OTOH when I try to log in it says it has no record of my username.
[+] akg|11 years ago|reply
Looks like they have enabled answer checking again .
[+] dang|11 years ago|reply
We changed the title to say "partly".