{"id":22412451,"url":"https://github.com/tusharpamnani/password-manager","last_synced_at":"2025-03-27T03:22:19.498Z","repository":{"id":241737908,"uuid":"807538738","full_name":"tusharpamnani/Password-Manager","owner":"tusharpamnani","description":"A simple command-line password manager written in Rust. This project allows users to store, view, and search for password entries securely in a JSON file.","archived":false,"fork":false,"pushed_at":"2024-05-29T09:49:04.000Z","size":17,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-01T08:46:24.243Z","etag":null,"topics":["cli","password-manager","project","rust"],"latest_commit_sha":null,"homepage":"","language":"Rust","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/tusharpamnani.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-05-29T09:42:34.000Z","updated_at":"2024-05-30T08:51:29.000Z","dependencies_parsed_at":"2024-05-29T22:57:53.385Z","dependency_job_id":"6b505dbd-160a-4c5b-be79-bbb90799f7bf","html_url":"https://github.com/tusharpamnani/Password-Manager","commit_stats":null,"previous_names":["tusharpamnani/password-manager"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tusharpamnani%2FPassword-Manager","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tusharpamnani%2FPassword-Manager/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tusharpamnani%2FPassword-Manager/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tusharpamnani%2FPassword-Manager/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tusharpamnani","download_url":"https://codeload.github.com/tusharpamnani/Password-Manager/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245773627,"owners_count":20669819,"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","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":["cli","password-manager","project","rust"],"created_at":"2024-12-05T14:08:53.285Z","updated_at":"2025-03-27T03:22:19.475Z","avatar_url":"https://github.com/tusharpamnani.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Password Manager\n\nA simple command-line password manager written in Rust. This project allows users to store, view, and search for password entries securely in a JSON file.\n\n## Features\n\n- Add new password entries\n- View all stored password entries\n- Search for a specific password entry by service name\n- Secure storage of password entries in a JSON file\n\n## Installation\n\nTo use this password manager, you need to have Rust installed on your machine. If you don't have Rust installed, you can get it from [rust-lang.org](https://www.rust-lang.org/).\n\nClone the repository and navigate to the project directory:\n\n```sh\ngit clone https://github.com/tusharpamnani/Password-Manager.git\ncd Password-Manager\n```\n\n## Usage\n\nTo run the password manager, use the following command:\n\n```sh\ncargo run\n```\n\n### Menu Options\n\n1. **Add a new password entry**: Prompts you to enter the service name, username, and password.\n2. **View all password entries**: Displays all stored password entries.\n3. **Search for a password entry**: Allows you to search for a password entry by service name.\n4. **Exit**: Exits the application.\n\n## Example\n\n```plaintext\n  _____               __      __         _ _   \n  |  __ \\              \\ \\    / /        | | |  \n  | |__) |_ _ ___ ___   \\ \\  / /_ _ _   _| | |_ \n  |  ___/ _` / __/ __|   \\ \\/ / _` | | | | | __|\n  | |  | (_| \\__ \\__ \\    \\  / (_| | |_| | | |_ \n  |_|   \\__,_|___/___/     \\/ \\__,_|\\__,_|_|\\__|\n\n\nPassword Manager Menu:\n1. Add a new password entry\n2. View all password entries\n3. Search for a password entry\n4. Exit\n\nEnter your choice: 1\nService: GitHub\nUsername: user123\nPassword: mypassword\n\nAdded new password entry\n\nPassword Manager Menu:\n1. Add a new password entry\n2. View all password entries\n3. Search for a password entry\n4. Exit\n\nEnter your choice: 2\n\nService: GitHub\n- Username: user123\n- Password: mypassword\n```\n\n## File Structure\n\n- `src/`\n  - `main.rs`: The main entry point for the application.\n  - `pass_entry.rs`: Contains the `ServiceInfo` struct and associated functions.\n- `passwords.json`: The file where password entries are stored.\n\n## Contribution\n\nIf you would like to contribute to this project, feel free to open a pull request or file an issue on GitHub.\n\n## License\n\nThis project is licensed under the MIT License.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftusharpamnani%2Fpassword-manager","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftusharpamnani%2Fpassword-manager","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftusharpamnani%2Fpassword-manager/lists"}