Live data from Hacker News

Viewing profile — philnash

philnash

HN member
Joined
Thu, Jun 18, 2009, 11:24 PM UTC
HN karma
535
Public activity
89 items

About philnash

No profile information was provided.

Recent public activity

  1. story
  2. comment
    Comment #46587047

    Ah, time zones. This is a real thing that happened to me so I wanted to share so that no one else ever finds out their date calculations are off by 9 months.

  3. story
  4. story
  5. story
  6. comment
    Comment #38252511

    It’s a calculator to help you hit your financial goals by breaking down the formula showing you: - how many sales you need per day - how many sales you need per month - monthly tra…

  7. story
  8. story
  9. story
  10. story
  11. story
  12. comment
    Comment #23522100

    Here's an idea about how to start with the mailbox sensor: https://www.twilio.com/blog/iot-mailbox-sensor-m2m-to-sms-fu... . This one sends an SMS when triggered, but you could cer…

  13. story
  14. story
  15. story
  16. comment
    Comment #22040799

    I shy away from any rules that say you can’t mess something up simply by avoiding one thing, especially in this sort of case. Consider also that avoiding 2FA by SMS may avoid sim s…

  17. comment
    Comment #22025623

    There are a numbers of things here that are true. * Applications that take a phone number for one reason (2FA or otherwise) and also use it as a single factor for account reset are…

  18. comment
    Comment #22025597

    Further to this, it is also why I suggested the pattern workaround for older browsers. You shouldn't find yourself in too much trouble in a browser if you add an attribute to an el…

  19. comment
    Comment #22025592

    This allows a developer to have all the benefit of the Authy API, including enhancing the experience using push authentication or dropping back to SMS if needed, as well as allowin…

  20. comment
    Comment #22025577

    You are absolutely right and I don't know where I read that (or why I believed it, given I had the spec open at the time too). I've updated the post, thank you for your help!

  21. comment
    Comment #22025091

    The security hole there is using SMS as an account reset, which makes it a one factor solution (see other discussions of this in the thread). The error was in that implementation, …

  22. comment
    Comment #22024536

    Oops! Thank you for pointing this out, it is supposed to be "text". I have updated the post.

  23. comment
    Comment #22023118

    Absolutely correct, I've even given talks on this. Check out slide 52, I think we're in strong agreement here: https://speakerdeck.com/philnash/2fa-wtf-at-pycon-singapore?... . I'm…

  24. comment
    Comment #22022987

    But as I said towards the end of the previous comment, if you deem the threat to your users great enough that targeted SMS attacks are a problem, you can turn off that fallback.

  25. comment
    Comment #22022970

    The Twilio 2FA API actually allows you to generate secrets and QR codes for generic authenticator applications now. Check out the documentation here: https://www.twilio.com/docs/au…