-
Website
http://buildingbrowsergames.com -
Original page
http://buildingbrowsergames.com/2009/04/14/stop-using-md5/ -
Subscribe
All Comments -
Community
-
Top Commenters
-
sunchaser
2 comments · 1 points
-
krie999
2 comments · 1 points
-
Luke
103 comments · 1 points
-
HughCompton
2 comments · 1 points
-
JohnMunsch
9 comments · 1 points
-
-
Popular Threads
-
The Tutorial List
3 weeks ago · 4 comments
-
The Tutorial List
Instead of having each player change their passwords, wouldn't it be easier to catch the posted password at login and perform the change automatically from md5 to whatever new algorithm you choose? Of course you'd also have to remove the md5 hash after changing it, or it would be sort of pointless.
- Use Post instead of Get
- Don't use common file names like admin.php, config.php, etc.
- Hide your files by starting your directories with a period
- Generate random field names for each users request.
These methods aren't the end-all-be-all of security, but when used in conjunction with other best practices, they make it that much more difficult for a would-be villain to nab your stuff.