{"id":24113519,"url":"https://github.com/ezhil56x/password-manager-cli","last_synced_at":"2025-07-29T02:08:16.092Z","repository":{"id":186396606,"uuid":"675110301","full_name":"ezhil56x/password-manager-cli","owner":"ezhil56x","description":"An elegant Python CLI password manager with secure encryption, MariaDB/MySQL support, and clipboard integration","archived":false,"fork":false,"pushed_at":"2023-08-05T20:13:37.000Z","size":7,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-07-19T11:53:22.830Z","etag":null,"topics":["cli","cli-tools","command-line-tool","password-management","password-manager","password-vault","passwordmanager","python-password-manager"],"latest_commit_sha":null,"homepage":"","language":"Python","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/ezhil56x.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}},"created_at":"2023-08-05T20:13:10.000Z","updated_at":"2025-04-06T11:13:50.000Z","dependencies_parsed_at":null,"dependency_job_id":"38b90844-6c03-47a8-9c43-76a85fa08325","html_url":"https://github.com/ezhil56x/password-manager-cli","commit_stats":null,"previous_names":["ezhil56x/password-manager-cli"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ezhil56x/password-manager-cli","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ezhil56x%2Fpassword-manager-cli","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ezhil56x%2Fpassword-manager-cli/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ezhil56x%2Fpassword-manager-cli/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ezhil56x%2Fpassword-manager-cli/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ezhil56x","download_url":"https://codeload.github.com/ezhil56x/password-manager-cli/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ezhil56x%2Fpassword-manager-cli/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":267617643,"owners_count":24116208,"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-07-29T02:00:12.549Z","response_time":2574,"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":["cli","cli-tools","command-line-tool","password-management","password-manager","password-vault","passwordmanager","python-password-manager"],"created_at":"2025-01-11T04:03:40.528Z","updated_at":"2025-07-29T02:08:16.048Z","avatar_url":"https://github.com/ezhil56x.png","language":"Python","readme":"# Password Manager CLI\n\n## Description\n\nThe Password Manager is a command-line tool that allows you to store, retrieve and generate passwords securely. It provides a simple way to manage your passwords without having to remember them. This tool uses a master password to secure your passwords. The master password is configured when you first run the tool and is used to encrypt and decrypt your passwords. It is written in Python and uses the cryptography module and mariadb or mysql server to store the passwords. This tool uses `pyperclip` module to copy the password to the clipboard.\n\n## Requirements\n\n- Python 3.6 or higher\n- mariadb or mysql server\n\n## Installation\n\n1. Clone the repository\n\n```\ngit clone https://github.com/ezhil56x/password-manager-cli.git\n```\n\n2. Go to password-manager-cli directory\n\n```\ncd password-manager-cli\n```\n\n3. Install mariadb or mysql server\n\n```\nsudo apt install mariadb-server\n```\n\n4. Login to mariadb or mysql server and create a user\n\n```\nsudo mysql -u root\n```\n\n```\nMariaDB [(none)]\u003e GRANT ALL PRIVILEGES ON *.* TO 'username'@'localhost' IDENTIFIED BY 'password';\n```\n\n5. Install the required packages using the following command\n\n```\npip install -r requirements.txt\n```\n\n## Usage\n\n1. Run --config for the first time to configure the master password and databases\n\n```\npython password_manager.py --config\n```\n\n2. To store a new credential, run the following command\n\n```\npython password_manager.py --operation store --master-password \u003cmaster-password\u003e --service \u003cservicename\u003e --password \u003cpassword\u003e\n```\n\n3. To retrieve a credential, run the following command\n\n```\npython password_manager.py --operation retrieve --master-password \u003cmaster-password\u003e --search \u003csearch\u003e\n```\n\n4. To generate a password, run the following command\n\n```\npython password_manager.py --operation generate --length \u003clength\u003e\n```\n\n5. For help, run the following command\n\n```\npython password_manager.py --help\n```\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fezhil56x%2Fpassword-manager-cli","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fezhil56x%2Fpassword-manager-cli","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fezhil56x%2Fpassword-manager-cli/lists"}