2
0

UI improvements & security.

[ADDED]     Settings for remembering and storing the master password.
[ADDED]     KeyChain used to store master password & hash.
[IMPROVED]  Remember whether help is hidden.
[FIXED]     Making passwords stored.
[ADDED]     Generated password counter. Edit stored passwords.
[IMPROVED]  UI prettier and better documented.
[ADDED]     Warnings when changing a site's password.
This commit is contained in:
Maarten Billemont
2012-01-19 17:40:39 +01:00
parent f4eb33e728
commit 713ec69a20
32 changed files with 857 additions and 254 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 18 KiB

After

Width:  |  Height:  |  Size: 60 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 117 KiB

After

Width:  |  Height:  |  Size: 475 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 20 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.4 KiB

After

Width:  |  Height:  |  Size: 6.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.5 KiB

After

Width:  |  Height:  |  Size: 3.5 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.7 KiB

After

Width:  |  Height:  |  Size: 1.7 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.4 KiB

After

Width:  |  Height:  |  Size: 4.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.4 KiB

After

Width:  |  Height:  |  Size: 4.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 13 KiB

After

Width:  |  Height:  |  Size: 13 KiB

View File

@@ -8,17 +8,22 @@
text-shadow: 0 1px black;
font: 16px "Baskerville";
}
h1 {
h1, h2 {
margin-top: 1em;
padding-top: 1em;
font: inherit;
font-family: inherit;
font-weight: bold;
}
h2 {
font-size: inherit;
}
</style>
</head>
<body>
<h1 id="1">&mdash; 1 &mdash;</h1>
<h1>One Password</h1>
<h2>by Lyndir</h2>
<h2 id="1">&mdash; 1 &mdash;</h2>
<p>
<b>Find the site</b> that you need a password for by entering it into the <i>search field</i>.
</p>
@@ -27,19 +32,20 @@
The counter shows how many times you've generated a password for the site.
</p>
<h1 id="2">&mdash; 2 &mdash;</h1>
<h2 id="2">&mdash; 2 &mdash;</h2>
<p>
<b>Your site</b>'s password is now displayed.
<b>The site</b>'s password is now displayed.
</p>
<p>
<b>Below it</b> you can set the <i>password type</i>. Some types <i>auto-generate</i> passwords,
<b>Below it</b> you can set the site's <i>password type</i>. Some types <i>auto-generate</i> a password,
others let you <i>choose your own</i>.
</p>
<p>
<b>If your new password</b> is not deemed <q>valid</q> by the site, try changing the password type.
</p>
<p>
<b>To generate a new password</b> for the site, you can increment its <i>password counter</i>.
<b>To generate a new password</b> for the site, you can increment the site's <i>password counter</i>.
Do this when, for instance, you've had to share the password with somebody else.
</p>
</body>