{"id":19914843,"url":"https://github.com/fedi6431/password-manager","last_synced_at":"2026-04-10T11:02:01.987Z","repository":{"id":243429170,"uuid":"812402324","full_name":"Fedi6431/Password-Manager","owner":"Fedi6431","description":"A simple password manager with json database","archived":false,"fork":false,"pushed_at":"2025-11-19T21:09:53.000Z","size":46,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-01-03T22:52:29.480Z","etag":null,"topics":["linux","not-secure","password-manager","python","tool","windows"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Fedi6431.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-06-08T19:37:00.000Z","updated_at":"2025-11-19T21:09:57.000Z","dependencies_parsed_at":"2024-11-12T21:39:20.697Z","dependency_job_id":"6c1e5a80-4e57-4ff5-900a-a6efca805651","html_url":"https://github.com/Fedi6431/Password-Manager","commit_stats":null,"previous_names":["fedi6431/password-manager"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Fedi6431/Password-Manager","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Fedi6431%2FPassword-Manager","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Fedi6431%2FPassword-Manager/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Fedi6431%2FPassword-Manager/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Fedi6431%2FPassword-Manager/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Fedi6431","download_url":"https://codeload.github.com/Fedi6431/Password-Manager/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Fedi6431%2FPassword-Manager/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31639524,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-10T07:40:12.752Z","status":"ssl_error","status_checked_at":"2026-04-10T07:40:11.664Z","response_time":98,"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":["linux","not-secure","password-manager","python","tool","windows"],"created_at":"2024-11-12T21:37:19.647Z","updated_at":"2026-04-10T11:02:01.964Z","avatar_url":"https://github.com/Fedi6431.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n# Password Manager\n\n## Description\nA simple password manager that allows users to store and retrieve passwords for various websites. The passwords are stored in a JSON file and can be accessed through a command-line interface.\n\n## Features\n- Store passwords securely in a JSON file.\n- Retrieve stored passwords.\n- Simple command-line interface.\n\n## Installation\n1. Clone the repository:\n   ```bash\n   git clone https://github.com/Fedi6431/PasswordManager.git\n   ```\n2. Navigate to the project directory:\n   ```bash\n   cd PasswordManager\n   ```\n\n## Usage\n1. Run the script:\n   ```bash\n   python password_manager.py\n   ```\n2. Follow the on-screen instructions to add or retrieve passwords.\n\n## Code Explanation\n### Functions\n- `load_passwords(filename)`: Loads existing passwords from a JSON file.\n- `save_passwords(passwords, filename)`: Saves passwords to a JSON file.\n- `add_password(passwords, website, username, password)`: Adds a new password to the dictionary.\n- `get_password(passwords, website)`: Retrieves a password from the dictionary.\n\n### Main Loop\nThe main loop provides a command-line interface for users to interact with the password manager. Users can choose to add a new password, retrieve a stored password, or quit the application.\n\n## Example\n```python\n# Example usage\npassword_file = \"passwords.json\"\npasswords = load_passwords(password_file)\n\n# Add a new password\nadd_password(passwords, \"example.com\", \"user123\", \"password123\")\nsave_passwords(passwords, password_file)\n\n# Retrieve a password\nstored_password = get_password(passwords, \"example.com\")\nprint(stored_password)\n```\n\n## Contributing\nPull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.\n\nPlease make sure to update tests as appropriate.\n\n## Contact\nFor any questions or suggestions, please contact [Fedi6431](https://github.com/Fedi6431).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffedi6431%2Fpassword-manager","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffedi6431%2Fpassword-manager","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffedi6431%2Fpassword-manager/lists"}