Simple TOTP Generator that works in the browser

(2fasecure.com)

2 points | by techmanager 11 hours ago ago

1 comments

  • techmanager 11 hours ago

    I built this small TOTP generator because sometimes I need to access 2FA codes on systems where I can't install apps like Google Authenticator.

    The tool generates standard TOTP codes directly in the browser and doesn't store any secrets on a server.

    It was mainly an experiment to understand how the TOTP algorithm works and to build a minimal implementation.

    I'd love feedback from the community about security concerns or improvements.