{"id":19762560,"url":"https://github.com/agus-dot1/passkeeper-security","last_synced_at":"2025-02-28T03:26:22.091Z","repository":{"id":259633522,"uuid":"879088304","full_name":"Agus-dot1/PassKeeper-Security","owner":"Agus-dot1","description":"PassKeeper is a lightweight, account-free password manager built with C# and WPF. ","archived":false,"fork":false,"pushed_at":"2025-01-04T21:15:35.000Z","size":632,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-01-10T23:42:26.577Z","etag":null,"topics":["csharp","desktop-application","open-source","password-generator","password-manager"],"latest_commit_sha":null,"homepage":"https://passkeeper-security.vercel.app/","language":"C#","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/Agus-dot1.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","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-10-26T23:58:42.000Z","updated_at":"2024-12-14T20:57:40.000Z","dependencies_parsed_at":"2024-10-27T01:25:50.569Z","dependency_job_id":"e37839b1-c6b5-4c8d-899f-dc037dda9111","html_url":"https://github.com/Agus-dot1/PassKeeper-Security","commit_stats":null,"previous_names":["agus-dot1/passkeeper-security"],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Agus-dot1%2FPassKeeper-Security","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Agus-dot1%2FPassKeeper-Security/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Agus-dot1%2FPassKeeper-Security/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Agus-dot1%2FPassKeeper-Security/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Agus-dot1","download_url":"https://codeload.github.com/Agus-dot1/PassKeeper-Security/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241094630,"owners_count":19908674,"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":["csharp","desktop-application","open-source","password-generator","password-manager"],"created_at":"2024-11-12T04:05:05.522Z","updated_at":"2025-02-28T03:26:22.067Z","avatar_url":"https://github.com/Agus-dot1.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# PassKeeper\n\n**PassKeeper** is a simple yet powerful and secure password manager, built with C# and WPF, designed to help users protect their sensitive information without the need for creating an account. This is my first large-scale project, developed as part of my degree, where I applied my knowledge of encryption, secure storage, and modern UI design principles. With PassKeeper, users can easily store, encrypt, and manage passwords locally, using a master key for authentication. The app allows users to manually add their passwords or automatically generate strong ones for improved security, making it an essential tool for anyone looking to safeguard their digital life.\n\n## Table of Contents\n\n- [Features](#features)\n- [Installation](#installation)\n- [Usage](#usage)\n- [Technologies](#technologies)\n- [Roadmap](#roadmap)\n- [Contributing](#contributing)\n- [License](#license)\n- [Project Structure](#project-structure)\n\n## Features\n\n- **Master Key Authentication**: Secure access with a master key that encrypts and decrypts passwords.\n- **Local Storage**: Passwords are stored locally, eliminating the need for online accounts.\n- **AES Encryption**: Ensures stored data is secure using AES encryption.\n- **Password Management**: Manually add passwords or use the built-in password generator.\n- **MVVM Architecture**: Code is organized for clarity and scalability.\n\n## Installation\n\n1. Clone the repository:\n   ```bash\n   git clone https://github.com/Agus-dot1/PassKeeper-Security.git\n2. Open the solution in Visual Studio.\n3. Restore NuGet packages to ensure all dependencies are available.\n4. Build and run the application.\n\n## Usage\n\n1. **Launch PassKeeper** and enter your master key to unlock the application.\n2. **Add a New Password**: Click on the '+' button on the password page to open the modal dialog and enter your password details.\n3. **Generate a Password**: Use the password generator to create secure, random passwords.\n5. **Store Passwords Securely**: Your passwords will be encrypted and stored locally, accessible only with the correct master key.\n\n## Technologies\n\n- **C#**: Core language for application development.\n- **WPF**: UI framework for building a clean, responsive desktop interface.\n- **MVVM Toolkit**: Implements the MVVM pattern for a well-structured and maintainable codebase.\n- **WPF UI**: Provides predefined components that are very usefull.\n- **AES Encryption**: Ensures password data is securely encrypted and stored locally.\n## Roadmap\n\n- **1.0.0** - Initial Version\n  - Account-free password management\n  - Basic encryption using AES and local storage\n  - Manual and auto-generated password options\n  \nIf you want to see more of detail of the versions you could go to [passkeeper/versionnotes](https://passkeeper-security.vercel.app/versionnotes)\n\n- **Future Updates**\n  - **Enhanced Encryption Options**: Provide users with more choices for encrypting passwords.\n  - **Mobile Support**: Develop a mobile version of PassKeeper for cross-platform access (first i need to learn .NET MAUI).\n  - **Database Integration**: Optional MySQL integration for centralized storage of encrypted data.\n  - **Security Auditing Tools**: Add tools to check password strength and offer security tips.\n  - **Additional Customization**: Improve UI customization and theming options.\n \nTo see more future updates you can go to [passkeeper/futurefeatures](https://passkeeper-security.vercel.app/futurefeatures)\n\n \n## Contributing\n\nContributions are welcome! To contribute:\n\n1. Fork the repository.\n2. Create a new branch:\n   ```bash\n   git checkout -b feature/YourFeature\n3. Make your changes and commit them:\n   ```bash\n   git commit -m 'Add YourFeature'\n4. Push to the branch:\n   ```bash\n   git push origin feature/YourFeature\n5. Open a pull request with a description of the changes you've made.\n6. Wait for review and feedback from the project maintainers.\n\n## License\nLicense\nThis project is licensed under the MIT License. See the LICENSE file for details.\n    \n## Project Structure\n\n```plaintext\nPassKeeper/\n├── Assets/                # Images or custom fonts.\n├── Helpers/               # Reusable converters.\n├── Models/                # Data models for storing password information.\n├── Services/              # Backend services for encryption, storage, etc.\n├── ViewModels/            # MVVM ViewModels for handling UI logic.\n├── Views/                 # WPF Views for the application's UI components.\n├── App.xaml               # Application entry point and settings.\n└── AppSettings.cs         # User prefences.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fagus-dot1%2Fpasskeeper-security","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fagus-dot1%2Fpasskeeper-security","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fagus-dot1%2Fpasskeeper-security/lists"}