{"id":21424711,"url":"https://github.com/kyle8973/password-manager","last_synced_at":"2026-05-15T12:08:15.331Z","repository":{"id":251971653,"uuid":"839011503","full_name":"Kyle8973/Password-Manager","owner":"Kyle8973","description":"This Is A Web-Based Password Manager Application That Allows Users To Generate, Save, View, And Delete Passwords Securely. The App Encrypts Stored Passwords, Ensuring That Only An Admin Can View The Saved Passwords","archived":false,"fork":false,"pushed_at":"2024-08-12T21:02:12.000Z","size":384,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-06-29T21:05:05.389Z","etag":null,"topics":["mongodb","password","password-generator","password-manager","web"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","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/Kyle8973.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":"FUNDING.yml","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},"funding":{"github":["kyle8973"]}},"created_at":"2024-08-06T19:38:05.000Z","updated_at":"2024-08-12T21:02:14.000Z","dependencies_parsed_at":"2024-08-12T23:30:57.033Z","dependency_job_id":null,"html_url":"https://github.com/Kyle8973/Password-Manager","commit_stats":null,"previous_names":["kyle8973/password-manager"],"tags_count":5,"template":false,"template_full_name":null,"purl":"pkg:github/Kyle8973/Password-Manager","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Kyle8973%2FPassword-Manager","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Kyle8973%2FPassword-Manager/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Kyle8973%2FPassword-Manager/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Kyle8973%2FPassword-Manager/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Kyle8973","download_url":"https://codeload.github.com/Kyle8973/Password-Manager/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Kyle8973%2FPassword-Manager/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":271035426,"owners_count":24688406,"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-08-18T02:00:08.743Z","response_time":89,"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":["mongodb","password","password-generator","password-manager","web"],"created_at":"2024-11-22T21:24:00.184Z","updated_at":"2026-05-15T12:08:15.309Z","avatar_url":"https://github.com/Kyle8973.png","language":"JavaScript","funding_links":["https://github.com/sponsors/kyle8973"],"categories":[],"sub_categories":[],"readme":"# Password Manager\r\n\r\n## Description:\r\nThis Is A Web-Based Password Manager Application That Allows Users To Generate, Save, View, And Delete Passwords Securely. The App Encrypts Stored Passwords, Ensuring That Only An Admin Can View The Saved Passwords\r\n\r\n## Features:\r\n- **User-Generated Admin Password:** Create An Admin Password Of Your Choice During The Initital Setup That Is Encrypted And Stored Securely In The Database\r\n- **Rate Limits:** Prevent Brute-Force Attacks By Limiting The Number Of Admin Password Login Requests In A Set Interval (Default 5 Attempts Within A 5 Minute Window, Configurable)\r\n- **Generate Strong Passwords:** Create Random Passwords With Customisable Length And Character Types (Uppercase, Lowercase, Numbers, Symbols)\r\n- **Save Passwords:** Save Generated Passwords Along With Website And Username Information\r\n- **View Passwords:** Admins Can View Saved Passwords After Entering The Admin Password\r\n- **Delete Passwords:** Remove Saved Passwords From The Database\r\n- **Dark Mode:** Dark Mode Functionality With Toggle\r\n\r\n## Tech Stack:\r\n\r\n- **Frontend:** HTML, CSS, JavaScript\r\n- **Backend:** Node.js, Express.js\r\n- **Database:** MongoDB\r\n- **Encryption:** crypto-js\r\n\r\n\r\n## Installation:\r\n\r\nClone The Repository:\r\n```bash\r\ngit clone https://github.com/Kyle8973/password-manager\r\ncd password-manager\r\n```\r\n\r\nInstall Dependencies:\r\n```bash\r\nnpm install\r\n```\r\n\r\nCreate A .env File And Add The Following:\r\n```bash\r\nPORT=3000 # Port The Server Will Run On\r\nMONGODB_URL= # MongoDB URL\r\nRATE_LIMIT_WINDOW_MINUTES=5 # Rate Limit Window In Minutes\r\nRATE_LIMIT_MAX_REQUESTS=5 # Maximum Number Of Requests Allowed In The Rate Limit Window\r\n```\r\n\r\nRun The Server Setup:\r\n```bash\r\nnode setup.js\r\n```\r\n\r\nStart The Server:\r\n```bash\r\nnpm start\r\n```\r\n\r\n## Usage:\r\n\r\n**Generating Passwords:**\r\n- Set The Desired Password Length\r\n- Select The Types Of Characters You Want To Include: Uppercase, Lowercase, Numbers, And / Or Symbols\r\n- Click The \"Generate\" Button To Create A New Password\r\n\r\n**Saving Passwords:**\r\n- After Generating A Password, Click \"Save Password\"\r\n- Fill Out The Website And Username Fields, Then Click \"Submit\"\r\n\r\n**Viewing Saved Passwords:**\r\n- Click \"View Saved Passwords\" Button\r\n- Enter The Admin Password\r\n- Click The \"View Passwords\" Button\r\n- A List Of Saved Passwords Will Be Displayed\r\n- Use The \"Reveal\" Button To Show A Password, Or The \"Delete\" Button To Remove It\r\n\r\n## Screenshots:\r\n![Main Page](images/Main_Page.png)\r\n![Generated Password](images/Generated_Password.png)\r\n![Save Password](images/Save_Password.png)\r\n![View Passwords](images/View_Passwords.png)\r\n![Dark Mode](images/Dark_Mode.png)\r\n\r\n## FAQs:\r\n#### How Do I Set An Admin Password?\r\nRun `node setup.js`\r\n\r\n#### How Do I Start The Server?\r\nRun `npm start`\r\n\r\n#### How Do I Reset My Admin Password?\r\nIf You Have Already Set An Admin Password And Wish To Reset It, Run `node setup.js` And Follow The Instructions In The Console\r\n\r\n## Change Log:\r\nSee The [Change Log](CHANGELOG.md) File For Details\r\n\r\n## License:\r\nThis Project Is Licensed Under The MIT License - See The [LICENSE](LICENSE) File For Details\r\n\r\n## Authors:\r\n\r\n- [Kyle8973](https://www.github.com/kyle8973)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkyle8973%2Fpassword-manager","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkyle8973%2Fpassword-manager","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkyle8973%2Fpassword-manager/lists"}