{"id":25761103,"url":"https://github.com/cluena/password-manager","last_synced_at":"2026-06-07T21:01:26.491Z","repository":{"id":271257093,"uuid":"912866968","full_name":"clueNA/Password-Manager","owner":"clueNA","description":null,"archived":false,"fork":false,"pushed_at":"2025-01-17T14:58:04.000Z","size":8,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-17T15:48:59.725Z","etag":null,"topics":["cryptography","password-manager","python"],"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/clueNA.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":"2025-01-06T14:58:14.000Z","updated_at":"2025-01-17T14:58:05.000Z","dependencies_parsed_at":"2025-01-07T03:15:44.032Z","dependency_job_id":null,"html_url":"https://github.com/clueNA/Password-Manager","commit_stats":null,"previous_names":["cluena/password-manager"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/clueNA%2FPassword-Manager","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/clueNA%2FPassword-Manager/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/clueNA%2FPassword-Manager/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/clueNA%2FPassword-Manager/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/clueNA","download_url":"https://codeload.github.com/clueNA/Password-Manager/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240910954,"owners_count":19877280,"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":["cryptography","password-manager","python"],"created_at":"2025-02-26T18:28:48.326Z","updated_at":"2026-06-07T21:01:26.220Z","avatar_url":"https://github.com/clueNA.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"![Password-Manager](https://socialify.git.ci/clueNA/Password-Manager/image?font=KoHo\u0026language=1\u0026name=1\u0026owner=1\u0026pattern=Transparent\u0026theme=Dark)\n\n# Password Manager\n\nThis is a Python-based Password Manager application with a graphical user interface (GUI) built using Tkinter. The application allows users to securely store, retrieve, generate, and manage their passwords.\n\n## Features\n\n- Secure Encryption: Passwords are encrypted using the Fernet symmetric encryption from the cryptography library.\n\n- Password Management: Add, view, and delete passwords for different services.\n\n- Password Validation: Ensure passwords meet strength requirements (length, uppercase, lowercase, special characters).\n\n- Password Generation: Generate strong, random passwords of customizable length.\n\n- Clipboard Copy: Copy usernames and passwords to the clipboard with a single click.\n\n- Tab-Based Interface: Easy navigation between stored passwords and password generation.\n\n## Requirements\n\n- Python 3.7+\n\n- `tkinter` (pre-installed with Python)\n\n- `cryptography`\n\n## Installation\n\n1. Clone the repository:\n\n```bash\ngit clone https://github.com/your-username/password-manager.git\n```\n```bash\ncd password-manager\n```\n\n2. Install dependencies:\n```bash\npip install cryptography\n```\n3. Run the application:\n```bash\npython password_manager.py\n```\n\n## Usage\n\n1. Adding a Password\n\n- Navigate to the Passwords tab.\n\n- Click on Add Password.\n\n- Enter the service name, username, and password (or generate a strong password).\n\n- Save the password. It will be securely encrypted and stored.\n\u003cbr\u003e\u003cbr\u003e\n\n2. Viewing a Password\n\n- Select a service from the password list.\n\n- Click on View Password to see the username and password.\n\n- Copy the username or password to the clipboard using the provided buttons.\n  \u003cbr\u003e\u003cbr\u003e\n\n3. Deleting a Password\n\n- Select a service from the password list.\n\n- Click on Delete Password to remove it.\n  \u003cbr\u003e\u003cbr\u003e\n\n4. Generating a Password\n\n- Navigate to the Generate Password tab.\n\n- Specify the desired length (minimum 8 characters).\n\n- Click Generate to create a random password.\n\n- Save the generated password to a service or copy it to the clipboard.\n\u003cbr\u003e\u003cbr\u003e\n\n## File Structure\n\n`password_manager.py`: Main application file.\n\n`key.key`: Automatically generated encryption key (stored securely).\n\n`passwords.enc`: Encrypted file storing all passwords.\n\n## Security Notes\n\n- The application uses Fernet encryption to securely encrypt and decrypt password data.\n\n- The `key.key` file is required to access the encrypted passwords. Keep this file secure and do not share it.\n\n- Always use strong master passwords and enable additional security measures if integrating with external systems.\n\n## Future Enhancements\n\n- Implement a master password to further secure access to the application.\n\n- Add support for exporting and importing password data.\n\n- Integrate cloud backup for encrypted password storage.\n\n- Provide more customization options for password generation.\n\n## License\n\nThis project is licensed under the MIT License.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcluena%2Fpassword-manager","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcluena%2Fpassword-manager","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcluena%2Fpassword-manager/lists"}