{"id":21074561,"url":"https://github.com/shamikaredkar/secure-password-manager","last_synced_at":"2026-05-12T16:03:18.828Z","repository":{"id":231947871,"uuid":"783100277","full_name":"shamikaredkar/Secure-Password-Manager","owner":"shamikaredkar","description":"The \"Secure Password Manager\" is a Python-based tool for securely storing and managing passwords locally. Utilizing advanced encryption provided by the cryptography library, it offers a simple CLI for easy and safe password handling. Ideal for educational purposes or personal use, it ensures your sensitive information remains secure on your device.","archived":false,"fork":false,"pushed_at":"2024-04-07T00:18:42.000Z","size":20,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-20T22:38:58.795Z","etag":null,"topics":["command-line","cryptography","fernet","fernet-cryptography","fernet-decryption","fernet-encryption","fernet-key","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":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/shamikaredkar.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}},"created_at":"2024-04-07T00:04:49.000Z","updated_at":"2024-04-07T00:15:16.000Z","dependencies_parsed_at":"2024-04-07T02:09:18.349Z","dependency_job_id":"f0a84fda-f34d-4aac-8bfb-4ac9e21a83c9","html_url":"https://github.com/shamikaredkar/Secure-Password-Manager","commit_stats":null,"previous_names":["shamikaredkar/secure-password-manager"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shamikaredkar%2FSecure-Password-Manager","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shamikaredkar%2FSecure-Password-Manager/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shamikaredkar%2FSecure-Password-Manager/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shamikaredkar%2FSecure-Password-Manager/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/shamikaredkar","download_url":"https://codeload.github.com/shamikaredkar/Secure-Password-Manager/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243517297,"owners_count":20303599,"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":["command-line","cryptography","fernet","fernet-cryptography","fernet-decryption","fernet-encryption","fernet-key","password-manager","python"],"created_at":"2024-11-19T19:16:46.031Z","updated_at":"2025-12-30T16:35:56.120Z","avatar_url":"https://github.com/shamikaredkar.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Secure Password Manager 🗄️\n\nA simple and secure password manager built with Python, utilizing the `cryptography` library to securely encrypt and decrypt passwords. This tool allows users to safely store and manage their passwords locally.\n\n## Installation\n\nBefore you begin, ensure you have Python installed on your system. This project was developed with Python 3.9.18, but it should work with other versions with some compatibility.\n\n### Dependencies\n\nThe project relies on the `cryptography` library. You can install it using pip:\n\n`pip install cryptography`\n\nIf you encounter any issues with the installation, consider checking your Python interpreter or installing the library in a virtual environment.\n\n### Usage\n\nTo start using the Secure Password Manager, you first need to generate an encryption key. This key will be used to encrypt your passwords and store them securely.\nRun the write_key function to generate a key. This step is required only once, before the first use:\n\n`write_key()  # Remember to comment this out after the first run`\n\nWith the key generated, you can now add and view passwords:\n  1. To add a new password, run the program and select option 1.\n  2. To view existing passwords, run the program and select option 2.\n\n### Features\n  1. Secure Encryption: Utilizes Fernet encryption from the cryptography library for secure password management.\n  2. Easy to Use: Simple CLI interface for adding and viewing passwords.\n  3. Local Storage: Passwords are stored locally in an encrypted format, ensuring your data stays private.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshamikaredkar%2Fsecure-password-manager","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fshamikaredkar%2Fsecure-password-manager","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshamikaredkar%2Fsecure-password-manager/lists"}