{"id":21845339,"url":"https://github.com/flashblaze/password-generator","last_synced_at":"2026-04-13T00:03:57.331Z","repository":{"id":112129358,"uuid":"217105313","full_name":"flashblaze/password-generator","owner":"flashblaze","description":"A simple password generator and manager","archived":false,"fork":false,"pushed_at":"2023-10-25T23:47:09.000Z","size":461,"stargazers_count":2,"open_issues_count":1,"forks_count":1,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-10-04T16:29:00.870Z","etag":null,"topics":["antd","firebase","firestore","react","react-router","redux","signing"],"latest_commit_sha":null,"homepage":"https://password-generator-3cd5e.web.app/","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/flashblaze.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}},"created_at":"2019-10-23T16:37:04.000Z","updated_at":"2023-03-09T03:40:14.000Z","dependencies_parsed_at":null,"dependency_job_id":"dc024af5-5c79-4b7e-a9b5-7fc89649b2b6","html_url":"https://github.com/flashblaze/password-generator","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/flashblaze/password-generator","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flashblaze%2Fpassword-generator","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flashblaze%2Fpassword-generator/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flashblaze%2Fpassword-generator/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flashblaze%2Fpassword-generator/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/flashblaze","download_url":"https://codeload.github.com/flashblaze/password-generator/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flashblaze%2Fpassword-generator/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279174845,"owners_count":26119347,"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-16T02:00:06.019Z","response_time":53,"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":["antd","firebase","firestore","react","react-router","redux","signing"],"created_at":"2024-11-27T23:09:36.757Z","updated_at":"2025-10-16T09:50:17.371Z","avatar_url":"https://github.com/flashblaze.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Password Generator [![Build Status](https://travis-ci.com/FlashBlaze/password-generator.svg?branch=master)](https://travis-ci.com/FlashBlaze/password-generator)\n\nA simple password generator and manager using\n\n- React\n- Redux\n- Antd\n- Firebase\n\n## Installation and Running app\n\n1. Clone the repo: `git clone https://github.com/FlashBlaze/password-generator.git`\n2. Go to password-generator: `cd password-generator` and install dependencies: `npm install`\n3. Go to [Firebase Console](https://console.firebase.google.com) and create a project\n4. Create a Firebase web app and replace the `firebase config` object with the given object\n5. Go to Authentication and under Sign-in method, enable Google\n6. Create database in test mode and create 3 collections with collection ids: `masterPasswords`, `passwords` and `users`\n7. Install firebase cli globally: `npm i -g firebase-cli` and follow the instructions given [here](https://firebase.google.com/docs/hosting/quickstart)\n8. Run `npm run start` to start the project\n\n## Current Implementation\n\n1. Anyone can create a random password without signing in.\n2. The user has the option to sign in using Google account.\n3. If the user signs in, then the user is asked to create a master password. Currently there are no criterias regarding length, the type of characters required, etc.\n4. The master password is then hashed using [bcrypt](https://www.npmjs.com/package/bcryptjs) and stored in Firebase.\n5. To encrypt the various passwords entered, master password along with the uid of the user (which is unique and generated by Google when signed in using OAuth) is used.\n6. This encrypted password is then stored in Firebase along with the website's name.\n7. Before retrieving passwords, the user is asked to enter the master password for verification and then the passwords are decrypted on the client side.\n\n## What's next\n\nMy previous goals and planned features/todos can be found in [Projects](https://github.com/FlashBlaze/password-generator/projects). You are free to open a pull request.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fflashblaze%2Fpassword-generator","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fflashblaze%2Fpassword-generator","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fflashblaze%2Fpassword-generator/lists"}