-
Notifications
You must be signed in to change notification settings - Fork 43
/
index.html
172 lines (134 loc) · 6.97 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
<!DOCTYPE html>
<html>
<head>
<meta charset='utf-8'>
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<link href='https://fonts.googleapis.com/css?family=Architects+Daughter' rel='stylesheet' type='text/css'>
<link rel="stylesheet" type="text/css" href="stylesheets/stylesheet.css" media="screen">
<link rel="stylesheet" type="text/css" href="stylesheets/github-light.css" media="screen">
<link rel="stylesheet" type="text/css" href="stylesheets/print.css" media="print">
<!--[if lt IE 9]>
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<title>Puff-android by PuffOpenSource</title>
</head>
<body>
<header>
<div class="inner">
<h1>Puff-android</h1>
<h2>Password Manager for Android Using Blowfish Encryption</h2>
<a href="https://github.com/PuffOpenSource/Puff-Android" class="button"><small>View project on</small> GitHub</a>
</div>
</header>
<div id="content-wrapper">
<div class="inner clearfix">
<section id="main-content">
<h1>
<a id="puff" class="anchor" href="#puff" aria-hidden="true"><span aria-hidden="true" class="octicon octicon-link"></span></a>Puff</h1>
<p>Password Utility Free Forever</p>
<h2>
<a id="features" class="anchor" href="#features" aria-hidden="true"><span aria-hidden="true" class="octicon octicon-link"></span></a>Features</h2>
<ul>
<li>Open Source</li>
<li><strong>Blowfish Encryption</strong></li>
<li>
<strong>Totally Offline</strong> - we don't even require an internet access permission</li>
<li>Quick access your credentials</li>
<li>Cross Platform - Working in Progress</li>
</ul>
<h2>
<a id="screenshots" class="anchor" href="#screenshots" aria-hidden="true"><span aria-hidden="true" class="octicon octicon-link"></span></a>Screenshots</h2>
<table>
<thead>
<tr>
<th><img src="img/screenshots/SC_01_Home.png" alt="Home"></th>
<th><img src="img/screenshots/SC_02_Categories.png" alt="Home"></th>
<th><img src="img/screenshots/SC_03_Generator.png" alt="Home"></th>
<th><img src="img/screenshots/SC_04_GestureLock.png" alt="Home"></th>
</tr>
</thead>
<tbody>
<tr>
<td>Home</td>
<td>Builtin Categories</td>
<td>Password Generator</td>
<td>Gesture Lock</td>
</tr>
</tbody>
</table>
<table>
<thead>
<tr>
<th><img src="img/screenshots/SC_05_Detail.png" alt="Home"></th>
<th><img src="img/screenshots/SC_06_Notification.png" alt="Home"></th>
<th><img src="img/screenshots/SC_07_Keyboard.png" alt="Home"></th>
<th><img src="img/screenshots/SC_08_KeyboardDialog.png" alt="Home"></th>
</tr>
</thead>
<tbody>
<tr>
<td>View Detail</td>
<td>Pin to Notification</td>
<td>Puff Quick Access Keyboard</td>
<td>Quick Access Dialog</td>
</tr>
</tbody>
</table>
<h2>
<a id="how-does-it-works-" class="anchor" href="#how-does-it-works-" aria-hidden="true"><span aria-hidden="true" class="octicon octicon-link"></span></a>How does it works ?</h2>
<h3>
<a id="design-guideline" class="anchor" href="#design-guideline" aria-hidden="true"><span aria-hidden="true" class="octicon octicon-link"></span></a>Design Guideline</h3>
<p>Like other password manager, Puff also use a master password for encryption & decryption. All your credentials are encrypted with it using <code>Blowfish Encryption</code>.</p>
<p>Puff's most important design guideline is we <strong>DO NOT</strong> upload your database to anywhere. Not to a cloud or self-hosted server. We <strong>DO NOT</strong> require internet permission in this app. All your credentials are in your local storage safely.</p>
<p>Second 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.</p>
<h3>
<a id="quick-access-tools" class="anchor" href="#quick-access-tools" aria-hidden="true"><span aria-hidden="true" class="octicon octicon-link"></span></a>Quick Access Tools</h3>
<p>Puff provide two ways for quick access your account credentials.</p>
<ul>
<li>
<p><strong>Pin</strong></p>
<p>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.</p>
</li>
<li>
<p><strong>Puff Secure Keyboard</strong></p>
<p>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.</p>
</li>
</ul>
<h2>
<a id="roadmap" class="anchor" href="#roadmap" aria-hidden="true"><span aria-hidden="true" class="octicon octicon-link"></span></a>Roadmap</h2>
<ul>
<li>Bug fix & UI tweaks on Android version</li>
<li>Ship Android APP on GooglePlay</li>
<li>Develop iOS version</li>
<li>Develop Desktop version</li>
</ul>
<h2>
<a id="credits" class="anchor" href="#credits" aria-hidden="true"><span aria-hidden="true" class="octicon octicon-link"></span></a>Credits</h2>
<p>Icons in this app are brought you by <a href="https://icons8.com">Icons8.com</a></p>
<p><a href="https://github.com/greenrobot/EventBus">Event Bus</a></p>
<p><a href="https://github.com/greenrobot/greenDAO">Green DAO</a></p>
<p><a href="https://github.com/lyft/scissors">Scissors</a></p>
<p><a href="https://github.com/hanks-zyh/AnimateCheckBox">AnimateCheckBox</a></p>
<p><a href="https://github.com/square/picasso">Picasso</a></p>
<p><a href="https://github.com/ozodrukh/CircularReveal">CircularReveal</a></p>
<p><a href="https://github.com/geftimov/android-patternview">Android-PatternView</a></p>
<p><a href="https://github.com/kenumir/MaterialSettings">MaterialSettings</a></p>
<p><a href="https://github.com/medyo/android-about-page">Android-About-Page</a></p>
</section>
<aside id="sidebar">
<a href="https://github.com/PuffOpenSource/Puff-Android/zipball/master" class="button">
<small>Download</small>
.zip file
</a>
<a href="https://github.com/PuffOpenSource/Puff-Android/tarball/master" class="button">
<small>Download</small>
.tar.gz file
</a>
<p class="repo-owner"><a href="https://github.com/PuffOpenSource/Puff-Android"></a> is maintained by <a href="https://github.com/PuffOpenSource">PuffOpenSource</a>.</p>
<p>This page was generated by <a href="https://pages.github.com">GitHub Pages</a> using the Architect theme by <a href="https://twitter.com/jasonlong">Jason Long</a>.</p>
</aside>
</div>
</div>
</body>
</html>