{"id":21832759,"url":"https://github.com/liying2008/qpassword","last_synced_at":"2025-04-14T07:37:26.761Z","repository":{"id":54341795,"uuid":"108359995","full_name":"liying2008/QPassword","owner":"liying2008","description":"A simple password book written in Kotlin.","archived":false,"fork":false,"pushed_at":"2021-11-23T11:12:27.000Z","size":1932,"stargazers_count":4,"open_issues_count":0,"forks_count":4,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-27T21:11:52.160Z","etag":null,"topics":["android","android-app","android-application","android-studio","application","gradle","kotlin","kotlin-android","kotlin-app","kotlin-application","password"],"latest_commit_sha":null,"homepage":"","language":"Kotlin","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/liying2008.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2017-10-26T04:04:31.000Z","updated_at":"2024-01-21T10:55:26.000Z","dependencies_parsed_at":"2022-08-13T12:40:16.250Z","dependency_job_id":null,"html_url":"https://github.com/liying2008/QPassword","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/liying2008%2FQPassword","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/liying2008%2FQPassword/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/liying2008%2FQPassword/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/liying2008%2FQPassword/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/liying2008","download_url":"https://codeload.github.com/liying2008/QPassword/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248840501,"owners_count":21169998,"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":["android","android-app","android-application","android-studio","application","gradle","kotlin","kotlin-android","kotlin-app","kotlin-application","password"],"created_at":"2024-11-27T19:25:22.926Z","updated_at":"2025-04-14T07:37:26.736Z","avatar_url":"https://github.com/liying2008.png","language":"Kotlin","funding_links":[],"categories":[],"sub_categories":[],"readme":"# QPassword (七圈密码)\n\n[![GitHub release](https://img.shields.io/github/release/liying2008/QPassword.svg)](https://github.com/liying2008/QPassword/releases)\n[![Build Status](https://travis-ci.org/liying2008/QPassword.svg?branch=master)](https://travis-ci.org/liying2008/QPassword)\n[![Github Releases](https://img.shields.io/github/downloads/liying2008/QPassword/total.svg)](https://codeload.github.com/liying2008/QPassword/zip/master)\n[![license](https://img.shields.io/github/license/liying2008/QPassword.svg)](https://github.com/liying2008/QPassword/blob/master/LICENSE)\n\n\n\u003e ### [Download Latest APK](https://github.com/liying2008/QPassword/releases/download/v1.0.1/qpassword_v1.0.1.apk)\n\n## Compiling Environment\n\n- compileSdkVersion 28\n- targetSdkVersion 28\n- Gradle Version 4.6\n- Kotlin Version 1.2.71\n\n### Linux\n\n```shell\n./gradlew assembleDebug\n```\n\n### Windows\n\n```shell\ngradlew assembleDebug\n```\n\n\u003e **项目可直接导入 \u003ccode\u003eAndroid Studio 3.2\u003c/code\u003e 中运行。**\n\n## Primary Function\n\n“**七圈密码**” 是一款用来保存你的各类账号及密码的软件，你只需要记住一个主密码即可轻松管理保存的所有密码，大大减轻了记忆负担。\n\n### Others\n\n1. 如果用户设置了主密码，则用户所保存的密码都会使用AES加密算法进行加密，加密密钥根据主密码生成；如果用户选择不设置主密码，则保存在数据库中的密码数据将会以明文形式存储；\n2. 该应用不联网，用户存储的所有密码均保存在本地；\n3. 该应用的部分界面参考了：https://github.com/o602075123/MyPassword 。\n\n## ScreenShot\n\n![ScreenShot1](screenshot/1.png)\n![ScreenShot2](screenshot/2.png)\n![ScreenShot3](screenshot/3.png)\n![ScreenShot4](screenshot/4.png)\n![ScreenShot5](screenshot/5.png)\n![ScreenShot6](screenshot/6.png)\n\n## Update\n\n2018-10-16\n\n## ChangeLog\n\n[点击查看更新日志](CHANGELOG.md)\n\n## Contact Me\n\nCSDN：[http://blog.csdn.net/u012939909](http://blog.csdn.net/u012939909)  \nEmail：[liruoer2008@yeah.net](mailto:liruoer2008@yeah.net)  \n\n## Thanks\n\n- [fastjson](https://github.com/alibaba/fastjson)\n- [PatternLockView](https://github.com/aritraroy/PatternLockView)\n- [guava](https://github.com/google/guava)\n\n## License\n\n```\nCopyright 2017-2018 独毒火\n\nLicensed under the Apache License, Version 2.0 (the \"License\");\nyou may not use this file except in compliance with the License.\nYou may obtain a copy of the License at\n\n   http://www.apache.org/licenses/LICENSE-2.0\n\nUnless required by applicable law or agreed to in writing, software\ndistributed under the License is distributed on an \"AS IS\" BASIS,\nWITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\nSee the License for the specific language governing permissions and\nlimitations under the License.\n```\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fliying2008%2Fqpassword","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fliying2008%2Fqpassword","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fliying2008%2Fqpassword/lists"}