Re: One Time Password
Date: November 03, 2009 02:38PM
1) Homegrown security solutions tend to suck, not saying yours does, just that odds are in favor of it.
2) Well, you have to trust the SMS gateway, the protocol you're delivering it to the gateway with (ie: email). Then as you mention bluetooth hijacking, viruses on the phone or even call interception.
3) see #1
4) Lets say you only use 4-5 digits, which is common, an attacker may just brute force it for a day or for weeks...harder to do than static password, but not impossible, and if I get the user's pin even easier.
5) what PRNG are you using? Have you read FIPS-140? With your 3 failed lockout, can an attacker DoS your business?
So yes, there's lots of ways a one time password can be compromised, I don't have all of them listed here, but interception, guessing and circumnavigation of the authentication are the obvious ones.
-id
Edited 1 time(s). Last edit at 11/03/2009 03:36PM by id.