{"id":20406930,"url":"https://github.com/justsomerandomdude264/password_manager","last_synced_at":"2026-02-16T09:39:59.277Z","repository":{"id":247433522,"uuid":"825833305","full_name":"justsomerandomdude264/Password_Manager","owner":"justsomerandomdude264","description":"A simple app to manage all your passwords.","archived":false,"fork":false,"pushed_at":"2026-02-09T16:51:54.000Z","size":222422,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-02-09T20:16:49.682Z","etag":null,"topics":["electron","electron-app","encryption","encryption-decryption","mysql","mysql-database","react","spring-boot"],"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/justsomerandomdude264.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}},"created_at":"2024-07-08T15:31:43.000Z","updated_at":"2026-02-09T16:51:58.000Z","dependencies_parsed_at":"2025-01-15T12:05:49.698Z","dependency_job_id":null,"html_url":"https://github.com/justsomerandomdude264/Password_Manager","commit_stats":null,"previous_names":["krishnapaliwal264/password_manager","justsomerandomdude264/password_manager"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/justsomerandomdude264/Password_Manager","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/justsomerandomdude264%2FPassword_Manager","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/justsomerandomdude264%2FPassword_Manager/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/justsomerandomdude264%2FPassword_Manager/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/justsomerandomdude264%2FPassword_Manager/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/justsomerandomdude264","download_url":"https://codeload.github.com/justsomerandomdude264/Password_Manager/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/justsomerandomdude264%2FPassword_Manager/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29505066,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-16T09:05:14.864Z","status":"ssl_error","status_checked_at":"2026-02-16T08:55:59.364Z","response_time":115,"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":["electron","electron-app","encryption","encryption-decryption","mysql","mysql-database","react","spring-boot"],"created_at":"2024-11-15T05:20:04.116Z","updated_at":"2026-02-16T09:39:59.272Z","avatar_url":"https://github.com/justsomerandomdude264.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Password Manager\n\nThis project aims to create a simple but efficient password manager. It includes two versions:\n1. **Desktop App** ([DEMO](demo.mp4))\n2. **Web Deployable**\n\n## Desktop App\n\n### Installation\n\nTo install this program on your Windows device:\n\n1. Download one of the installers from `Installers/Windows`.\n2. Double-click the installer and follow the prompts to install the program.\n3. A warning might be seen as for windows defender if using `.msi` but the program is safe. The Read More button can be clicked and then it can be installed.\n\n### Source Code\n\nTo edit or review the source code:\n\n1. Clone the repository:\n    ```sh\n    git clone https://github.com/justsomerandomdude264/Password_Manager.git\n    ```\n2. Navigate to the `desktop_app` folder:\n    ```sh\n    cd Password_Manager/desktop_app\n    ```\n\n## Web Deployable\n\n### Usage \n\nTo use the web version, follow these steps:\n\n1. **Clone the repository**:\n    ```sh\n    git clone https://github.com/justsomerandomdude264/Password_Manager.git\n    cd Password_Manager/web_deployable\n    ```\n\n2. **Make the Docker image and Run it**:\n    ```sh\n    docker-compose up --build\n    ```\n\n### Source Code\n\nTo edit or review the source code:\n\n1. Clone the repository:\n    ```sh\n    git clone https://github.com/justsomerandomdude264/Password_Manager.git\n    ```\n2. Navigate to the `web_deployable` folder:\n    ```sh\n    cd Password_Manager/web_deployable\n    ```\n\n## Project Workflow\n\n1. Desktop app\n   - This is made using an electron app with react integrated in it.\n   - The passwords and the data is tored in local storage and is unencrypted.\n   - Credentials are used as an alternative for Multi-Factor Authentication.\n\n2. Web Deployable\n   - This uses react as its frontend and java's spring boot framework for backend.\n   - MySQL8 is used for database management.\n   - Two tables are made one with user data and the other has password data mapped with users.\n   - All data managed using JPA in spring boot and multiple API endpoints are set up for multiple uses like register, login, saving passwords etc.\n   - The data stored is completely encrypted whether its user passwords or the passwords stored in the database.\n   - The user account passswords include using sha256 hashing for encryption while for the saved passwords key based encryption is used.\n\n## Contributing\n\nWould like if someone built the Mac and Linux installers.\nContributions are welcome! Please fork the repository and submit a pull request.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjustsomerandomdude264%2Fpassword_manager","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjustsomerandomdude264%2Fpassword_manager","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjustsomerandomdude264%2Fpassword_manager/lists"}