{"id":26815201,"url":"https://github.com/christian-2003/password-vault","last_synced_at":"2026-04-29T17:39:40.212Z","repository":{"id":196645647,"uuid":"695515094","full_name":"Christian-2003/password-vault","owner":"Christian-2003","description":"Are you tired of managing all your account data? Password Vault stores your most sensitive account data like passwords or e-mail addresses with the highest industrial encryption standards on your device locally.","archived":false,"fork":false,"pushed_at":"2026-04-24T19:13:35.000Z","size":58095,"stargazers_count":1,"open_issues_count":9,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2026-04-24T21:23:40.135Z","etag":null,"topics":["account-manager","android","data-storage","password-manager","userdata-manager"],"latest_commit_sha":null,"homepage":"https://passwordvault.christian2003.de","language":"Java","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/Christian-2003.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","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":"2023-09-23T12:29:53.000Z","updated_at":"2026-01-03T11:32:24.000Z","dependencies_parsed_at":null,"dependency_job_id":"c47ef95a-448c-4308-b4f3-695386876017","html_url":"https://github.com/Christian-2003/password-vault","commit_stats":null,"previous_names":["christian-2003/password-vault"],"tags_count":23,"template":false,"template_full_name":null,"purl":"pkg:github/Christian-2003/password-vault","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Christian-2003%2Fpassword-vault","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Christian-2003%2Fpassword-vault/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Christian-2003%2Fpassword-vault/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Christian-2003%2Fpassword-vault/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Christian-2003","download_url":"https://codeload.github.com/Christian-2003/password-vault/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Christian-2003%2Fpassword-vault/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32437109,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-29T17:34:55.123Z","status":"ssl_error","status_checked_at":"2026-04-29T17:34:45.749Z","response_time":110,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: 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":["account-manager","android","data-storage","password-manager","userdata-manager"],"created_at":"2025-03-30T02:18:41.036Z","updated_at":"2026-04-29T17:39:40.191Z","avatar_url":"https://github.com/Christian-2003.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cimg src=\"docs/img/icon.png\" height=\"150\" align=\"right\"\u003e\n\n# Password Vault\n![GitHub](https://img.shields.io/github/license/Christian-2003/password-vault?color=red)\n![GitHub](https://img.shields.io/github/issues/Christian-2003/password-vault?color=purple)\n![GitHub](https://img.shields.io/github/repo-size/Christian-2003/password-vault?color=blue)\n\nAre you tired of managing all your account data? Password Vault stores your most sensitive account data like passwords or e-mail addresses with the highest industrial encryption standards on your device locally.\n\n\u003cdiv align=\"center\"\u003e\n    \u003cimg src=\"docs/img/preview_1.png\" height=\"390\"\u003e\n    \u003cimg src=\"docs/img/preview_2.png\" height=\"390\"\u003e\n    \u003cimg src=\"docs/img/preview_3.png\" height=\"390\"\u003e\n\u003c/div\u003e\n\n\n###### Table of Contents\n1. [Description](#description)\n2. [Install and Use the Project](#install-and-use-the-project)\n3. [Contributors](#contributors)\n4. [License](#license)\n5. [How to contribute](#how-to-contribute)\n\n\u003cbr/\u003e\n\n## Description\nPassword Vault allows you to securely store your most sensitive account data on your device locally. You can add as many accounts to the app as you wish. Each account can contain as many details as you like, such as passwords, e-mail addresses, security questions, etc.\n\n###### Used Technologies\nThe application is developed with Android Views and Java through the Android Studio IDE. Therefore, the app is built using Gradle.\n\nThe app uses Google's Material Design to implement a comfortable and visually pleasing design, that users can intuitively work with.\n\nFurthermore, all data is encrypted through the Advanced Encryption Standard (AES) with Galois / Counter Mode (GCM) with a key size of 256 bits.\n\n###### Miscellaneous\nThe version numbers for this project are determined based on the guidelines provided by [semver](https://semver.org/).\n\nThe project contains a [changelog](CHANGELOG.md) which documents all changes that were made to the application in between software versions.\n\nThe app implements multiple frameworks that are reused multiple times within the app. An API documentation for these frameworks can be found [here](docs/development/api/README.md).\n\n\u003cbr/\u003e\n\n## Install and Use the Project\n\n###### Install the App\nIf you want to use the app, you can download the APK file [here](https://github.com/Christian-2003/password-vault/releases/latest). For further details about the installation as well as system requirements, take a look at the [installation guide](docs/manual/Install%20and%20Run%20the%20App.md).\n\nInformation about app updates can be found in the installation guide as well. Keep in mind that updating from version 3.1.0 or lower requries special attention as described [here](docs/manual/Update%20to%20Version%203.2.0.md).\n\nSteps to build and run the project through the Android Studio IDE are covered within the installation guide as well: [Cloning This Repository](docs/manual/Install%20and%20Run%20the%20App.md#cloning-this-repository).\n\n###### How to Use the Application\nA detailed quickstart guide can be found [here](https://passwordvault.christian2003.de/en/blog/quickstart/). This guide covers all steps to add a new account to the app.\n\n\u003cbr/\u003e\n\n## Contributors\nCurrently, I ([Christian-2003](https://github.com/Christian-2003)) am the only developer.\n\n\u003cbr/\u003e\n\n## License\nThe project is licensed under the terms and conditions of the MIT license. You can view a copy of the license [here](https://github.com/Christian-2003/password-vault/blob/master/LICENSE.txt).\n\n\u003cbr/\u003e\n\n## How to Contribute\nIf you want to contribute to this project, feel free to do so.\n\nFeel free to open issues, for anything you feel is appropriate. If you want to report bugs, please provide steps to reproduce the bug.\n\nIf you want to contribute to the code development, be a self respecting person and use the coding guidelines for Java that are taught in school and university.\n\nA few guides for development-purposes are published [here](docs/development/). If you are interested in contributing, this would be a good start.\n\nThe project will be developed in English.\n\n\u003cbr/\u003e\n\n***\n2025-01-12  \n\u0026copy; Christian-2003\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchristian-2003%2Fpassword-vault","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fchristian-2003%2Fpassword-vault","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchristian-2003%2Fpassword-vault/lists"}