[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"project-1853":3},{"id":4,"name":5,"fullName":6,"owner":7,"repo":5,"description":8,"homepage":9,"htmlUrl":9,"language":10,"languages":9,"totalLinesOfCode":9,"stars":11,"forks":12,"watchers":13,"openIssues":14,"contributorsCount":15,"subscribersCount":15,"size":15,"stars1d":15,"stars7d":16,"stars30d":17,"stars90d":15,"forks30d":15,"starsTrendScore":15,"compositeScore":18,"rankGlobal":9,"rankLanguage":9,"license":19,"archived":20,"fork":20,"defaultBranch":21,"hasWiki":22,"hasPages":20,"topics":23,"createdAt":9,"pushedAt":9,"updatedAt":24,"readmeContent":25,"aiSummary":26,"trendingCount":15,"starSnapshotCount":15,"syncStatus":27,"lastSyncTime":28,"discoverSource":29},1853,"DrPasswords","thedrmaker\u002FDrPasswords","thedrmaker","Open-source physical password manager built with ESP32-S3 with HID typing and TOTP support.",null,"C++",198,42,4,11,0,5,32,4.9,"Other",false,"main",true,[],"2026-06-12 02:00:33","# Dr. Passwords 🔐\n\n\u003Cp align=\"center\">\n  \u003Cimg src=\"assets\u002Fdevice.jpg\" width=\"300\"\u002F>\n\u003C\u002Fp>\n\n\u003Cp align=\"center\">\n  \u003Cb>A physical open-source password manager built with ESP32-S3\u003C\u002Fb>\n\u003C\u002Fp>\n\n---\n\n## 🎬 Watch the video\n\n[![Watch the video](https:\u002F\u002Fimg.youtube.com\u002Fvi\u002FtpA8L6P6DDg\u002F0.jpg)](https:\u002F\u002Fwww.youtube.com\u002Fwatch?v=tpA8L6P6DDg)\n\n---\n\n## 🚀 Features\n\n- 🔐 Store passwords locally (no cloud)\n- ⌨️ Type passwords automatically (HID keyboard emulation)\n- 👤 Username \u002F Password \u002F Username+TAB+Password modes\n- 🔢 Built-in TOTP (2FA) generator\n- 📟 On-device UI (screen + buttons)\n- ⚙️ Settings page (add \u002F edit \u002F delete passwords)\n- 🔑 Generate strong random passwords\n- 🌐 Wi-Fi assisted time sync for TOTP\n\n---\n\n## 🧠 Concept\n\nThis project is inspired by **hardware crypto wallets**.\n\nInstead of trusting cloud services, your passwords are stored in a **physical device** that you control.\n\n---\n\n## 🛠️ Hardware\n\n### Main board\n- ESP32-S3 (recommended)\n\n### Optional parts\n- RTC module (for offline time keeping)\n- Compact USB adapter (for flash-drive style form factor)\n\n---\n\n### 🔗 Components & Links\n\n| Component | Link |\n|----------|------|\n| LILYGO ESP32-S3 | [Buy here](https:\u002F\u002Fs.click.aliexpress.com\u002Fe\u002F_c3U8wX7j) |\n| RTC Module | [Buy here](https:\u002F\u002Fs.click.aliexpress.com\u002Fe\u002F_c4W6CP4H) |\n| USB-C to USB-C Adapter | [Buy here](https:\u002F\u002Fs.click.aliexpress.com\u002Fe\u002F_c4nUhoEV) |\n| USB-C to USB-A Adapter | [Buy here](https:\u002F\u002Fs.click.aliexpress.com\u002Fe\u002F_c43FLfM9) |\n\n---\n\n> 💡 Some links may be affiliate links that help support the project.\n\n---\n\n## ⚡ How it works\n\n### 🔐 Password Mode\n- Select account\n- Device types:\n  - username\n  - password\n  - both automatically\n\n### 🔢 TOTP Mode\n- Generates 2FA codes (like Google Authenticator)\n- Works based on time + secret key\n- Can auto-type the code via USB\n\n### ⚙️ Settings Mode\n- Connect to device Wi-Fi\n- Open local page\n- Add \u002F edit \u002F delete accounts\n- Generate passwords\n\n---\n\n## 📦 Status\n\n**Version 1 (Prototype)**\n\nMore features coming soon 👇\n\n---\n\n## 🔮 Roadmap\n\n- [ ] Bluetooth HID support\n- [ ] Encrypted storage\n- [ ] Backup & restore\n- [ ] Fingerprint \u002F local unlock\n- [ ] Better UI\u002FUX\n- [ ] Hardware improvements\n\n---\n\n## ⚠️ Important Notice\n\nThis project is for **educational and personal use only**.\n\n❌ Selling this project is NOT allowed  \n❌ Commercial use is NOT allowed  \n\n✅ Only the original creator (**Dr. Maker**) has the right to commercialize this project.\n\n---\n\n## ❤️ Support the project\n\nIf you like this project and want to support its development:\n\n[![Support me](https:\u002F\u002Fimg.shields.io\u002Fbadge\u002FSupport-PayPal-blue?style=for-the-badge&logo=paypal)](https:\u002F\u002Fpaypal.com\u002Fncp\u002Fpayment\u002FCRE2CT9J2JJRQ)\n\n\n---\n\n## 🤝 Contributing\n\nThis is an open-source project — let’s build it together!\n\nYou can help by:\n- improving the code\n- suggesting features\n- improving UI\u002FUX\n- enhancing security\n- testing on different devices\n\n---\n\n## 👨‍💻 Author\n\n**Dr. Maker**\n\n---\n\n## 📄 License\n\nThis project uses a custom non-commercial license.  \nCommercial use and selling are not allowed.\n\nSee the [LICENSE](LICENSE) file for details.\n","Dr. Passwords 是一个基于ESP32-S3开发的开源物理密码管理器，支持HID键盘模拟输入和TOTP双因素认证。其核心功能包括本地存储密码、自动键入用户名与密码组合、内置TOTP生成器以及通过设备上的屏幕和按钮进行操作的用户界面。此外，它还提供了设置页面用于添加、编辑或删除账户信息，并能生成强随机密码。该项目适用于需要提高个人数据安全性的场景，特别是对云端服务不完全信任的用户。通过Wi-Fi辅助的时间同步功能，即使在离线状态下也能准确生成一次性密码。此项目目前处于原型阶段，未来计划增加更多功能如蓝牙支持和加密存储等。",2,"2026-06-06 02:47:15","CREATED_QUERY"]