Posts Tagged ‘applications’

Mar 10, 2009

Naughty Naughty

As reported on the register - grey hat hackers discovered an SQL injection vulnerability in the Daily Telegraph property website. Not only did their website allow malacious users to access information stored in their website but the site was storing users passwords in plain text.  I am finding it hard to believe that there are developers out there who aren't aware of the best practice for storing passwords.  Even if your site and database are secure you are taking a huge risk with someone else's private data,  so many users share password across sites that if your site needs a password you have a responsibility to ensure that your user authentication does not rely on the storage of a password in plain text.

Use of SHA1 plus salt is current best practise for storing passwords and something we use in all of our development work.

Sep 3, 2008

Google Chrome Beta Released

Google Chrome

Yesterday saw the first beta release of Google's new internet browser Google Chrome.

Being a Google product, it is naturally packed to the brim with new technology with an interface that makes it effortless to use.

Head over to the website and download it now. (Currently Windows XP/Vista only)

Jul 15, 2008

Google App Engine

Google have recently launched Google App Engine.

"Google App Engine enables you to build web applications on the same scalable systems that power Google applications."

I haven't as yet seen anything in their preview gallery that interests me, but I'm keen to see what people can create using this system and where it ends up going.