-
Notifications
You must be signed in to change notification settings - Fork 43
/
Copy pathparams.json
6 lines (6 loc) · 4.03 KB
/
params.json
1
2
3
4
5
6
{
"name": "Puff-android",
"tagline": "Password Manager for Android Using Blowfish Encryption",
"body": "# Puff\r\n\r\nPassword Utility Free Forever\r\n\r\n## Features\r\n\r\n* Open Source\r\n* **Blowfish Encryption**\r\n* **Totally Offline** - we don't even require an internet access permission\r\n* Quick access your credentials\r\n* Cross Platform - Working in Progress\r\n\r\n## Screenshots\r\n\r\n|  |  |  |  |\r\n| --------------------------------------- | ---------------------------------------- | ---------------------------------------- | ---------------------------------------- |\r\n| Home | Builtin Categories | Password Generator | Gesture Lock |\r\n\r\n\r\n|  |  |  |  |\r\n| ---------------------------------------- | ---------------------------------------- | ---------------------------------------- | ---------------------------------------- |\r\n| View Detail | Pin to Notification | Puff Quick Access Keyboard | Quick Access Dialog |\r\n\r\n\r\n## How does it works ?\r\n\r\n### Design Guideline\r\n\r\nLike other password manager, Puff also use a master password for encryption & decryption. All your credentials are encrypted with it using `Blowfish Encryption`.\r\n\r\nPuff's most important design guideline is we **DO NOT** upload your database to anywhere. Not to a cloud or self-hosted server. We **DO NOT** require internet permission in this app. All your credentials are in your local storage safely.\r\n\r\nSecond guideline is, we try to avoid store your master password, even if it's the encrypted. We need you enter your master password on demand. If you don't enable gesture lock, the app can never know your master password.\r\n\r\n### Quick Access Tools\r\n\r\nPuff provide two ways for quick access your account credentials.\r\n\r\n* **Pin**\r\n\r\n Pin means pin your account information in a notification. As you can see in the screenshot, for each credential there is a button in the notification. Click that button the credential will be copied to your clipboard automatically. And the notification will be dissmissed in 1 minute.\r\n\r\n\r\n* **Puff Secure Keyboard**\r\n\r\n Puff Secure Keyboard is a keyboard, aka input method. You can switch to it like other input method programs. The different between Puff keyboard and other IMEs is Puff keyboard can access your credential quickly. Just click on the blowfish icon and a dialog contains your account list will pop up. Select one and decrypt it with your master password. Then click the other three keys in Puff keyboard which stands for 'Account', 'Password' & 'Additional Field' which will auto fill the corresponding information for you.\r\n\r\n## Roadmap\r\n\r\n* Bug fix & UI tweaks on Android version\r\n* Ship Android APP on GooglePlay\r\n* Develop iOS version\r\n* Develop Desktop version\r\n\r\n## Credits\r\n\r\nIcons in this app are brought you by [Icons8.com](https://icons8.com)\r\n\r\n[Event Bus](https://github.com/greenrobot/EventBus)\r\n\r\n[Green DAO](https://github.com/greenrobot/greenDAO)\r\n\r\n[Scissors](https://github.com/lyft/scissors)\r\n\r\n[AnimateCheckBox](https://github.com/hanks-zyh/AnimateCheckBox)\r\n\r\n[Picasso](https://github.com/square/picasso)\r\n\r\n[CircularReveal](https://github.com/ozodrukh/CircularReveal)\r\n\r\n[Android-PatternView](https://github.com/geftimov/android-patternview)\r\n\r\n[MaterialSettings](https://github.com/kenumir/MaterialSettings)\r\n\r\n[Android-About-Page](https://github.com/medyo/android-about-page)\r\n",
"note": "Don't delete this file! It's used internally to help with page regeneration."
}