How to keep your users safe
blog.clef.io
How to keep your users safe
1–5 of 5 posts
Re: How to keep your users safe
#2Re: How to keep your users safe
#3This is not true at all (the expensive part). The hardware component for setting up two-factor auth for users is effectively free if your users have smart phones (i.e. Google Authenticator and equivalents). Honestly, users that don't probably have smart phones probably aren't going to use two-factor auth anyway.
Similarly the server software side isn't that complicated to implement either. In my experience with implementing it, most of the complexity is in handling emergency codes for resets as implementing the TOTP/HOTP parts are pretty straight forward.
I remember hearing that single purpose two-factor hardware token (i.e. something like those RSA SecurID keychains) are on the order of $5-10 per user (was a couple years ago, price is probably lower now). If you're dealing with less sophisticated users but the cost of compromising a user's account is high (ex: you're a financial institution) then I think that price is well worth it.
Re: How to keep your users safe
#4"Two-factor ... These devices can be expensive ... " This is not true at all (the expensive part). The hardware component for setting up two-factor auth for users is effectively free if your users have smart phones (i.e. Google Authenticator and equivalents). Honestly, users that don't probably have smart phones probably aren't going to use two-factor auth anyway. Similarly the server software side isn't that complic…
You're right that this technology is getting much better, but cost is still a barrier to entry for this space.
Re: How to keep your users safe
#5"Two-factor ... These devices can be expensive ... " This is not true at all (the expensive part). The hardware component for setting up two-factor auth for users is effectively free if your users have smart phones (i.e. Google Authenticator and equivalents). Honestly, users that don't probably have smart phones probably aren't going to use two-factor auth anyway. Similarly the server software side isn't that complic…
Many companies still charge $50/user/year for two-factor authentication (Wells Fargo wanted to charge me $180/year for it) and even programs that use smartphones can be expensive. What you're suggesting is that companies do it in-house, which is possible with a sophisticated IT department, but still takes significant time (cost) to implement and manage. You're right that this technology is getting much better, but co…