{"id":28317079,"url":"https://github.com/beastcodz/winkey","last_synced_at":"2025-10-07T17:10:03.673Z","repository":{"id":294541729,"uuid":"987309794","full_name":"BeastCodZ/WinKey","owner":"BeastCodZ","description":"WinKey is a lightweight Electron app that generates TOTP codes for two-factor authentication. It’s clean, simple, and designed to keep your accounts secure without fuss.","archived":false,"fork":false,"pushed_at":"2025-06-21T03:35:23.000Z","size":155,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-07-13T08:17:03.349Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/BeastCodZ.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2025-05-20T22:21:36.000Z","updated_at":"2025-06-20T19:20:28.000Z","dependencies_parsed_at":"2025-05-20T23:42:08.210Z","dependency_job_id":null,"html_url":"https://github.com/BeastCodZ/WinKey","commit_stats":null,"previous_names":["beastcodz/winkey"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/BeastCodZ/WinKey","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BeastCodZ%2FWinKey","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BeastCodZ%2FWinKey/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BeastCodZ%2FWinKey/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BeastCodZ%2FWinKey/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/BeastCodZ","download_url":"https://codeload.github.com/BeastCodZ/WinKey/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BeastCodZ%2FWinKey/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":278811851,"owners_count":26050183,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-10-07T02:00:06.786Z","response_time":59,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-05-25T03:08:57.348Z","updated_at":"2025-10-07T17:10:03.665Z","avatar_url":"https://github.com/BeastCodZ.png","language":"JavaScript","readme":"# WinKey\n\n\u003cimg src=\"https://github.com/user-attachments/assets/bced1892-14da-4a13-aecf-45e134a196ee\" alt=\"WinKey Logo\" width=\"48\"/\u003e\n\n\u003e **Your slick, no-nonsense Electron 2FA Authenticator —**  \n\u003e *because security shouldn’t be ugly or complicated.*\n\n---\n\n## What is WinKey?\n\nWinKey is an Electron-based Two-Factor Authentication (2FA) app designed to provide a clean, aesthetic, and easy-to-use experience for generating Time-based One-Time Passwords (TOTP). This lightweight desktop authenticator simplifies the process of securing your online accounts with an elegant interface and reliable token generation.\n\n---\n\n## ✨ What’s New in v2\n  - **✅ Google Drive Sync** — backup \u0026 restore your secrets with a click.\n  - **✅ Improved UI** — more aesthetic, smoother interaction.\n  - **✅ Basic backup system** — local and remote backups before overwriting.\n  - **⚙️ Clean multi-user codebase (experimental)** — prepping for multiple accounts.\n\n## 🚧 Roadmap / Coming Soon\n\n- 🔐 Encryption for stored secrets — so your secrets.json is useless to thieves.\n- 🔑 bcrypt — hashed local passwords to guard your local database.\n- 🧩 GitHub login option — log in with your GitHub account.\n- 👥 Fully-fledged multi-account login — switch between different cloud accounts seamlessly.\n\n---\n\n## Peek the goods\n\n![Login Screen](https://github.com/user-attachments/assets/3cb387f6-6f02-4699-960a-ce88b66f8560)\n![Dashboard](https://github.com/user-attachments/assets/fcd9e253-7e69-44fc-8136-22842d162beb)\n![Add Code Screen](https://github.com/user-attachments/assets/7c69616c-daa7-423b-b8ce-62765bc731c3)\n![Sync Menu](https://github.com/user-attachments/assets/881e051a-a088-4177-b4a0-eb93c309504c)\n\n## ⚡ Features that matters\n- RFC 6238 TOTP generation — trusted, time-based codes.\n- Simple Electron Builder setup — clone, build, run.\n- Google Drive Integration — secure cloud backup in your own cloud we manual backups.\n\n---\n\n## Heads-up: Known issues\n\n- **No encryption on stored secrets.**  \n  Handle your `secrets.json` like it’s gold. If someone gets it, they get your keys.  \n  Find your secrets.json here:  \n  `C:\\Users\\[Your Username]\\AppData\\Roaming\\winkey`\n\n- **No auto backups.**  \n  Make sure to sync manually for now. Automatic backup in V3.\n\n---\n\n## Tech stack \u0026 toolkit\n\n- **Electron** v32 — power your desktop app with web tech  \n- **bcrypt** — hashed passwords (To be implemented soon)  \n- **otplib** — TOTP engine  \n- **qrcode** — instant QR code generation (To be implemented soon)\n\n---\n\n## License\n\nISC License © BeastCodZ\n\n---\n\n## Disclaimer\n\n*WinKey is a personal project and comes as-is. Don’t trust it blindly with your crown jewels. — I’m not your IT department.*\n\n---\n\n\u003e **Lock down your accounts with taste. Use WinKey.**\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbeastcodz%2Fwinkey","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbeastcodz%2Fwinkey","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbeastcodz%2Fwinkey/lists"}