AuthWeb is a minimalist web-based tool for generating secure TOTP tokens and passwords. Built with privacy and security in mind, all computations are performed client-side with no data storage. Key features: - Generate TOTP tokens with QR code support - Configurable password generator (single/batch mode) - Zero data collection or storage - Clean, responsive UI built with Tailwind CSS - Self-hostable and open source under MIT license The project aims to provide a reliable alternative to proprietary authenticator apps while maintaining simplicity and user privacy. QR codes are generated on Cloudflare's edge network for enhanced security. Try it out: https://auth.web.id Source code: https://github.com/riipandi/authweb Looking forward to feedback from the HN community! Let me know what you think about the implementation and security aspects. #security #opensource #authentication #privacy |