Storing passwords is always a tricky proposition. For a great number of sites they have simply washed their hands of the responsibility by outsourcing to a third party such as Twitter, Google or even Facebook. This is usually done through a system known as OpenID. It exploits the difference between authentication and authorization. Authentication is proving that somebody is who they say they are. This can be done with a password or through a multi-factor...
Friday, January 23, 2015
Monday, January 12, 2015
January 12, 2015

Visual Studio Auto Updater
Always keep your extensions up to date with the Visual Studio Auto Updater.
This extension allows you to specify which of your Visual Studio extensions you want to automatically update when a new version is released.
How it works
Every time Visual Studio opens, a background process checks for updates to the extensions...