{"id":16136812,"url":"https://github.com/jarne/passpanda","last_synced_at":"2026-01-26T17:01:39.181Z","repository":{"id":226900913,"uuid":"769917007","full_name":"jarne/passpanda","owner":"jarne","description":"🔐 Instantly create robust passwords and passphrases on the web","archived":false,"fork":false,"pushed_at":"2026-01-19T19:33:36.000Z","size":9408,"stargazers_count":1,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-01-20T01:19:55.788Z","etag":null,"topics":["javascript","passphrase","password","password-generator","react","web"],"latest_commit_sha":null,"homepage":"https://pass.wayspace.net","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jarne.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2024-03-10T12:34:19.000Z","updated_at":"2026-01-16T05:36:20.000Z","dependencies_parsed_at":"2024-05-01T02:32:18.362Z","dependency_job_id":"e359a571-01d9-4e44-b8b4-32a985480fc5","html_url":"https://github.com/jarne/passpanda","commit_stats":null,"previous_names":["jarne/passpanda"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/jarne/passpanda","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jarne%2Fpasspanda","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jarne%2Fpasspanda/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jarne%2Fpasspanda/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jarne%2Fpasspanda/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jarne","download_url":"https://codeload.github.com/jarne/passpanda/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jarne%2Fpasspanda/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28782618,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-26T13:55:28.044Z","status":"ssl_error","status_checked_at":"2026-01-26T13:55:26.068Z","response_time":59,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["javascript","passphrase","password","password-generator","react","web"],"created_at":"2024-10-09T23:24:24.406Z","updated_at":"2026-01-26T17:01:39.174Z","avatar_url":"https://github.com/jarne.png","language":"TypeScript","readme":"\u003cp align=\"center\"\u003e\n    \u003cimg src=\".github/media/logo.png\" width=\"120\" height=\"120\" alt=\"PassPanda app logo\"\u003e\n\u003c/p\u003e\n\n\u003ch1 align=\"center\"\u003ePassPanda\u003c/h1\u003e\n\u003cp align=\"center\"\u003eInstantly create robust passwords and passphrases on the web\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n    \u003ca href=\"https://github.com/jarne/passpanda/blob/main/package.json\"\u003e\n        \u003cimg src=\"https://img.shields.io/github/package-json/v/jarne/passpanda.svg\" alt=\"Package version\"\u003e\n    \u003c/a\u003e\n    \u003ca href=\"https://github.com/jarne/passpanda/actions/workflows/build-deploy.yml\"\u003e\n        \u003cimg src=\"https://github.com/jarne/passpanda/actions/workflows/build-deploy.yml/badge.svg\" alt=\"Build and deploy web app status\"\u003e\n    \u003c/a\u003e\n    \u003ca href=\"https://github.com/jarne/passpanda/blob/main/LICENSE\"\u003e\n        \u003cimg src=\"https://img.shields.io/github/license/jarne/passpanda.svg\" alt=\"License\"\u003e\n    \u003c/a\u003e\n\u003c/p\u003e\n\n## 📙 Description\n\nPassPanda is a user-friendly static web application designed to facilitate the generation of secure passwords and Diceware passphrases.\n\n### Features\n\n- **Password Generation**\n    - Users can generate common passwords with customizable parameters such as length and inclusion of letters, numbers, and special characters.\n\n- **Easily Memorable Passwords**\n    - PassPanda can also generate easily memorable passwords using the [omgopass library](https://github.com/Omgovich/omgopass), which creates passwords that are both strong and simple to recall.\n\n- **Diceware Passphrase Generation**\n    - PassPanda offers the generation of Diceware passphrases (based on the [EFF word list](https://www.eff.org/files/2016/07/18/eff_large_wordlist.txt)), leveraging the renowned method of creating strong yet memorable passwords through randomly selected words.\n\n- Clipboard Copy Functionality\n- Regenerate Button\n- Dark Mode\n\n### Screenshots\n\n\u003cimg src=\".github/media/screenshot_common.png\" alt=\"Common password generation page\"\u003e\n\n\u003cimg src=\".github/media/screenshot_memorable.png\" alt=\"Memorable password generation page\"\u003e\n\n\u003cimg src=\".github/media/screenshot_passphrase.png\" alt=\"Passphrase generation page\"\u003e\n\n### Architecture\n\nPassPanda is a static web app based on the React framework and Bootstrap as a style framework.\nIt uses the [omgopass](https://github.com/Omgovich/omgopass) library for generating memorable passwords.\nFor generating common passwords and diceware passphrases, a implementation inside this application is used.\nThey both use the browser's secure `crypto.getRandomValues` API, and diceware passphrases are\nbased on the [EFF word list](https://www.eff.org/files/2016/07/18/eff_large_wordlist.txt).\n\n## 🖥 Usage\n\n### Using the hosted version of the app\n\nUse the hosted version at [pass.wayspace.net](https://pass.wayspace.net).\n\n### Build it locally\n\nClone the repository and install the dependencies using:\n\n```\n$ pnpm install\n```\n\nThen run this command to build the web app:\n\n```\n$ pnpm run build\n```\n\nThe built website will be available in the `dist`-folder, just open the `index.html`-file in your browser or upload the files to a web server.\n\n## 🙋‍ Contribution\n\nContributions are always very welcome! It's completely equal if you're a beginner or a more experienced developer.\n\nThanks for your interest 🎉👍!\n\n## 👨‍⚖️ License\n\n[MIT](https://github.com/jarne/passpanda/blob/main/LICENSE)\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjarne%2Fpasspanda","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjarne%2Fpasspanda","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjarne%2Fpasspanda/lists"}