Welcome to AspAdvice Sign in | Join | Help

Hosting Company Breached

Fasthosts, "the UK's number 1 web host" (by self acclamation I'm sure) is in the news today because apparently all of their customers' passwords (in plaintext) were compromised by a security breach.  They've asked all of their customers to change their passwords immediately, and of course since many people use the same passwords on multiple web sites, the breadth of this breach could be quite large.

I first heard about this on Brad Kingsley's blog, and I have to share Brad's thoughts on the one thing Fasthosts said that makes no sense whatsoever (and if you read the comments on the Register article you can see most people share this opinion).  They claimed:

"Historically, Internet companies have rarely encrypted passwords to aid customer service"

Excuse me?  I think "Internet companies" is a pretty broad term to be throwing around in the first place, but I don't think hashing of passwords is all that new.  And I'd say in the 21st century it's pretty much a given that it's a best practice and should be the rule, not the exception.  So, I agree with Brad (and I'm happy that I'm hosting my applications with Orcsweb) that Fasthosts shouldn't try and speak for anybody else, nor should they try and lessen their failure by trying to say "but everybody else is just as insecure" when plainly this is not so.

Published Thursday, October 18, 2007 11:45 AM by ssmith
Filed under:

Comment Notification

If you would like to receive an email when updates are made to this post, please register here

Subscribe to this post's comments using RSS

Comments

# re: Hosting Company Breached

One response to the statement from Fasthosts I thought was funny was someone who said, "Yeah, right. Any developer worth his salt wouldn't make such a hash of this." I find the perhaps unintended pun to be quite excellent. The passwords should definitely be encrypted, and on top of that it should use a salt stored in a separate table so even if they get the encrypted passwords it is VERY hard to crack if they did not also get the salt.

Thursday, October 18, 2007 3:46 PM by Brendan

# Completeley unprofessional

It is completely unprofessional. The basic rules of passwords these days are :

1. Never keep the plain text password ANYWHERE

2. Hash with a SALT - mandatory!!!

3. Keep salt in a different place than the passwords place

4. Preferrably DON'T USE MD5. Use a slower / more complex hashing algorithm.

Thursday, October 18, 2007 5:02 PM by Andrei Rinea

Leave a Comment

(required) 
required 
(required) 
Enter the code you see below