Skip to content

wcc7023/KeyChain

 
 

Repository files navigation

中文 | English

密钥盒子

数据安全问题非常严重的现在,您需要高强度密钥与物理隔离于网络的密钥存储。密钥盒子目的就在此。您可以放心使用它保存您的账号。不用担心泄漏。
密钥盒子没有申请任何权限,意味着它无法将您的密码上传网络,也不能存到您的SD卡。数据加密存储于自己的私有本地数据库。密钥盒子使用AES(高级加密标准)算法进行加密,没有加密密钥破解需花数亿年。
APP不会保存加密密钥,而是将启动时您输入的解锁密码作为加密密钥,而验证您的解锁密码则是直接尝试用它解密设置解锁密码时加密的特定文本。所以解锁密码也是同样安全的。

下载

gp Google Play: https://play.google.com/store/apps/details?id=com.jude.keychain 希望能从Google Play下载并给个5星好评。十分感谢。 如果翻墙不便,可以从[豌豆荚](http://www.wandoujia.com/apps/com.jude.keychain)或[直接下载](http://7xn7nj.com2.z0.glb.qiniucdn.com/passwordbox1.5.apk)

截图

01 02 03 04

开源库使用

Beam
SwipeBackHelper
EasyRecyclerView
TAGView
Utils
material-dialogs
gson
material-ripple
jpinyin
butterknife

License

Copyright 2015 Jude

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.

About

PasswordBox APP

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 100.0%