Skip to content

Commit ffe3400

Browse files
committed
Rebranding
1 parent a89e83a commit ffe3400

19 files changed

Lines changed: 2274 additions & 52 deletions

README.md

Lines changed: 21 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,25 @@
1-
PfP: Pain-free Passwords
2-
========================
1+
Adrium Easy Pass
2+
================
33

4-
PfP: Pain-free Passwords is a Firefox, Chrome, Opera and Edge password manager. Most passwords will be generated for a specific site and account from your master password whenever needed, these passwords are never stored on disk and can be recreated easily if data is lost. For passwords that cannot be changed for some reason, storing the password with the extension data is also supported. All extension data is safely encrypted.
4+
This is a fork of [PfP: Pain-free Passwords](https://pfp.works).
5+
6+
The motivation is briefly discussed in [an issue](https://github.com/palant/pfp/issues/80).
7+
8+
Differences to the original version:
9+
10+
* Multiple master passwords can be used
11+
* Show the passwords concealed to use drag and drop
12+
* Smaller layout
13+
14+
What does not work (yet?):
15+
16+
* Import/Export/Migration
17+
* Only Chrome and Web tested
18+
19+
Description
20+
===========
21+
22+
Adrium Easy Pass is a Firefox, Chrome, Opera and Edge password manager. Most passwords will be generated for a specific site and account from your master password whenever needed, these passwords are never stored on disk and can be recreated easily if data is lost. For passwords that cannot be changed for some reason, storing the password with the extension data is also supported. All extension data is safely encrypted.
523

624
You can get an idea of how PfP works by using the [online version](https://pfp.works/webclient/). Please make sure to read the warnings when using this one!
725

data/_shared.scss

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,24 +4,26 @@
44
* http://mozilla.org/MPL/2.0/.
55
*/
66

7-
$font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
8-
$font-family-monospace: 'Courier New', monospace;
9-
$font-size: 24px;
10-
$font-size-small: 16px;
7+
$font-family: sans-serif;
8+
$font-family-monospace: monospace;
9+
$font-size: 14px;
10+
$font-size-small: 12px;
1111

1212
$text-color: #000;
1313
$background-color: #fff;
1414
$warning-background: #faa;
1515
$success-background: #cfc;
1616
$error-text: #f44;
1717

18+
$panel-width: 400px;
19+
1820
$block-spacing: 15px;
1921
$block-padding: 5px;
2022
$inline-spacing: 5px;
2123
$border-radius: $block-padding;
2224
$dialog-padding: 20px;
2325

24-
$icon-size: 32px;
26+
$icon-size: 24px;
2527
$large-icon-size: 48px;
2628
$logo-size: 128px;
2729
$logo-spacing: 16px;

data/images/icon.svg

Lines changed: 2230 additions & 22 deletions
Loading

data/images/icon128.png

1.08 KB
Loading

data/images/icon16.png

386 Bytes
Loading

data/images/icon20.png

477 Bytes
Loading

data/images/icon25.png

663 Bytes
Loading

data/images/icon30.png

766 Bytes
Loading

data/images/icon32.png

379 Bytes
Loading

data/images/icon40.png

832 Bytes
Loading

0 commit comments

Comments
 (0)