News Feed
Jobs Feed
Sections




News Archive
Liip Blog:
2-Step Verification with Google Authenticator and PHP
August 31, 2011 @ 09:53:05

On the Liip blog there's a recent post talking about a tool Google offers to help you authenticate your users, a one-time passcode generator called Google Authenticator. The post talks about a PHP port of the same idea.

The main point about 2-step verification is that something else than your computer provides that token. If it's on your computer and that one gets stolen (or hacked into), it won't help much for the additional security. That's why you need a second device for those tokens. Some banks do that with SMS/Text Messages (Facebook, too), other give you special devices for that (eg. RSA keys) and the last group does it with your smartphone.

At the request of a client, they created a tool that did just this, but for PHP. As a result, they created the GoogleAuthenticator library that makes it easy to implement in your application. There's even an example of it in use. For more information about the Google Authenticator tool, see this page on Google Code.

2 comments voice your opinion now!
google authenticator library port twostep verification user qrcode


blog comments powered by Disqus

Similar Posts

Splitbrain.org: PHP Semacode Encoder

Asvin Balloo's Blog: AJAX image cropper with YUI and PHP

SitePoint PHP Blog: PHP extension for Cairo graphics library

Felix Geisendorfer's Blog: New Google Analytics API / DataSource!

Kevin van Zonneveld's Blog: Porting PHP to Javascript


Community Events











Don't see your event here?
Let us know!


release development functional code opinion database series object example zendframework2 application community testing introduction framework language unittest phpunit podcast interview

All content copyright, 2013 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework