Skip to content

Latest commit

 

History

History
69 lines (48 loc) · 2.79 KB

README.md

File metadata and controls

69 lines (48 loc) · 2.79 KB

#PwdBook - A better password tool#

PwdBook runs on Android 4.0+ and helps you to manage sensitive data securely with delightful Material experience1 and powerful features.


Features

  • AES encryption, with 256 bits key and PKCS#5 standard
  • Data synchronization2
  • Data import and export
  • Password generation
  • Multiple Material themes
  • Free edit: add or remove any information as you wish, without a template
  • In-app Search (under development, available in 2.0)

About the Name

PwdBook was originally called Passbook. After I realized many other apps also use this name, I decided to change it to PwdBook, another abbreviation form of "Password Book". For all releases before version 2.0, the name was Passbook.

Download

![image] [image]: https://developer.android.com/images/brand/en_generic_rgb_wo_60.png "Get it on Google Play"


Credits

Translations

  • Français: Xuechen Xu
  • Please visit here to help on translations.
  • Many thanks to OneSky for providing the translation collaboration platform.

Icons

Open Source Projects/Libraries

  • OpenCSV, Copyright © OpenCSV team

License

PwdBook is licensed under Apache License 2.0.

/*
 * Copyright (C) 2015 Qianqian Zhu <zhuqianqian.299@gmail.com>
 *
 * 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.
 */

Notes

1Material Themes: Certain Material features require Android 4.4 or Android 5.0.

2data synchronization: Synchronization before version 2 uses Google Play Games snapshot service, which can save up to 3MB data. The integration with Google Drive is underdevelopment and it is to be available in version 2.0.