- compileSdkVersion 28
- targetSdkVersion 28
- Gradle Version 4.6
- Kotlin Version 1.2.71
./gradlew assembleDebug
gradlew assembleDebug
项目可直接导入
Android Studio 3.2
中运行。
“七圈密码” 是一款用来保存你的各类账号及密码的软件,你只需要记住一个主密码即可轻松管理保存的所有密码,大大减轻了记忆负担。
- 如果用户设置了主密码,则用户所保存的密码都会使用AES加密算法进行加密,加密密钥根据主密码生成;如果用户选择不设置主密码,则保存在数据库中的密码数据将会以明文形式存储;
- 该应用不联网,用户存储的所有密码均保存在本地;
- 该应用的部分界面参考了:https://github.com/o602075123/MyPassword 。
2018-10-16
CSDN:http://blog.csdn.net/u012939909
Email:liruoer2008@yeah.net
Copyright 2017-2018 独毒火
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.