2 pointsby techmanager12 hours ago1 comment
  • techmanager12 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.