diff --git a/Site/2013-05/algorithm.html b/Site/2013-05/algorithm.html index 9ce39abc..d734aec6 100644 --- a/Site/2013-05/algorithm.html +++ b/Site/2013-05/algorithm.html @@ -70,13 +70,6 @@ -
- Get it for: - iPhone | - OS X (beta) (closed) | - CLI -
-
diff --git a/Site/2013-05/css/main.css b/Site/2013-05/css/main.css index fb9f24b9..650e445f 100644 --- a/Site/2013-05/css/main.css +++ b/Site/2013-05/css/main.css @@ -7,6 +7,40 @@ body { font-weight: 300; } +a { + position: relative; + color: inherit; +} +a:link, a:visited { + color: #08c; +} +a:hover { + text-decoration: none; +} +a:link:hover { + text-decoration: underline; +} +a .popup { + display: none; + background: rgba(0, 0, 0, 0.5); + border: 1px solid; + border-radius: 5px; + color: #AAA; + + position: absolute; + z-index: 99; + right: 0; + bottom: 100%; + max-width: inherit; + max-height: 400px; + margin-right: -100px; + margin-bottom: 20px; + padding: 8px; +} +a:hover .popup { + display: block; +} + nav { font-family: "Myriad Pro", "Gill Sans", "Gill Sans MT", Calibri, sans-serif; } diff --git a/Site/2013-05/faq.html b/Site/2013-05/faq.html index 40ed6cc3..897fa98b 100644 --- a/Site/2013-05/faq.html +++ b/Site/2013-05/faq.html @@ -70,13 +70,6 @@
-
- Get it for: - iPhone | - OS X (beta) (closed) | - CLI -
-

Master Password is an "unconventional" way of managing passwords. If you've got questions and need answers, read on. For a full overview of the security features in this app, see the Security page. For the technical details on how Master diff --git a/Site/2013-05/img/c-cli.png b/Site/2013-05/img/c-cli.png new file mode 100644 index 00000000..46979987 Binary files /dev/null and b/Site/2013-05/img/c-cli.png differ diff --git a/Site/2013-05/img/favicon.png b/Site/2013-05/img/favicon.png index c8d73c2f..f8fe4085 100644 Binary files a/Site/2013-05/img/favicon.png and b/Site/2013-05/img/favicon.png differ diff --git a/Site/2013-05/img/glyphicons-halflings.png b/Site/2013-05/img/glyphicons-halflings.png old mode 100755 new mode 100644 index a9969993..8bc9e642 Binary files a/Site/2013-05/img/glyphicons-halflings.png and b/Site/2013-05/img/glyphicons-halflings.png differ diff --git a/Site/2013-05/img/ios.png b/Site/2013-05/img/ios.png new file mode 100644 index 00000000..bcbff2a3 Binary files /dev/null and b/Site/2013-05/img/ios.png differ diff --git a/Site/2013-05/img/java-cli.png b/Site/2013-05/img/java-cli.png new file mode 100644 index 00000000..1507d01c Binary files /dev/null and b/Site/2013-05/img/java-cli.png differ diff --git a/Site/2013-05/img/java-gui.png b/Site/2013-05/img/java-gui.png new file mode 100644 index 00000000..172ea060 Binary files /dev/null and b/Site/2013-05/img/java-gui.png differ diff --git a/Site/2013-05/img/mac-gui.png b/Site/2013-05/img/mac-gui.png new file mode 100644 index 00000000..30c70ef5 Binary files /dev/null and b/Site/2013-05/img/mac-gui.png differ diff --git a/Site/2013-05/img/mp-authenticate.png b/Site/2013-05/img/mp-authenticate.png index f68c168a..9cd27a8e 100644 Binary files a/Site/2013-05/img/mp-authenticate.png and b/Site/2013-05/img/mp-authenticate.png differ diff --git a/Site/2013-05/img/mp-authenticate@2x.png b/Site/2013-05/img/mp-authenticate@2x.png index 9d12de9e..93272af6 100644 Binary files a/Site/2013-05/img/mp-authenticate@2x.png and b/Site/2013-05/img/mp-authenticate@2x.png differ diff --git a/Site/2013-05/img/mp-process-angled.png b/Site/2013-05/img/mp-process-angled.png index 3a8af4c0..64be64e3 100644 Binary files a/Site/2013-05/img/mp-process-angled.png and b/Site/2013-05/img/mp-process-angled.png differ diff --git a/Site/2013-05/img/mp-process-black.png b/Site/2013-05/img/mp-process-black.png index be93741e..78498410 100644 Binary files a/Site/2013-05/img/mp-process-black.png and b/Site/2013-05/img/mp-process-black.png differ diff --git a/Site/2013-05/img/mp-process-white.png b/Site/2013-05/img/mp-process-white.png index 250dccd5..b6fbe577 100644 Binary files a/Site/2013-05/img/mp-process-white.png and b/Site/2013-05/img/mp-process-white.png differ diff --git a/Site/2013-05/img/re-enable-1.png b/Site/2013-05/img/re-enable-1.png index 06e09d88..933a0460 100644 Binary files a/Site/2013-05/img/re-enable-1.png and b/Site/2013-05/img/re-enable-1.png differ diff --git a/Site/2013-05/img/re-enable-2.png b/Site/2013-05/img/re-enable-2.png index 0d5adc32..a7f20326 100644 Binary files a/Site/2013-05/img/re-enable-2.png and b/Site/2013-05/img/re-enable-2.png differ diff --git a/Site/2013-05/img/re-enable-3.png b/Site/2013-05/img/re-enable-3.png index cc7f4721..4015a660 100644 Binary files a/Site/2013-05/img/re-enable-3.png and b/Site/2013-05/img/re-enable-3.png differ diff --git a/Site/2013-05/img/re-enable-4.png b/Site/2013-05/img/re-enable-4.png index 2c3f42e8..75e9783a 100644 Binary files a/Site/2013-05/img/re-enable-4.png and b/Site/2013-05/img/re-enable-4.png differ diff --git a/Site/2013-05/img/re-enable-5.png b/Site/2013-05/img/re-enable-5.png index 3f9a3b71..95650c08 100644 Binary files a/Site/2013-05/img/re-enable-5.png and b/Site/2013-05/img/re-enable-5.png differ diff --git a/Site/2013-05/img/recovery-1.png b/Site/2013-05/img/recovery-1.png index 3a2d65e7..f43bb4dc 100644 Binary files a/Site/2013-05/img/recovery-1.png and b/Site/2013-05/img/recovery-1.png differ diff --git a/Site/2013-05/img/recovery-2.png b/Site/2013-05/img/recovery-2.png index af5efa42..d5a79ad9 100644 Binary files a/Site/2013-05/img/recovery-2.png and b/Site/2013-05/img/recovery-2.png differ diff --git a/Site/2013-05/img/recovery-3.png b/Site/2013-05/img/recovery-3.png index 7df3cbb6..29ed72e3 100644 Binary files a/Site/2013-05/img/recovery-3.png and b/Site/2013-05/img/recovery-3.png differ diff --git a/Site/2013-05/img/recovery-4.png b/Site/2013-05/img/recovery-4.png index 3b80753e..972c0c00 100644 Binary files a/Site/2013-05/img/recovery-4.png and b/Site/2013-05/img/recovery-4.png differ diff --git a/Site/2013-05/img/recovery-5.png b/Site/2013-05/img/recovery-5.png index ca81907e..474d9c3d 100644 Binary files a/Site/2013-05/img/recovery-5.png and b/Site/2013-05/img/recovery-5.png differ diff --git a/Site/2013-05/img/recovery-6.png b/Site/2013-05/img/recovery-6.png index 49ba0ead..7cc45ad6 100644 Binary files a/Site/2013-05/img/recovery-6.png and b/Site/2013-05/img/recovery-6.png differ diff --git a/Site/2013-05/img/recovery-7.png b/Site/2013-05/img/recovery-7.png index bdef5358..1fc0609a 100644 Binary files a/Site/2013-05/img/recovery-7.png and b/Site/2013-05/img/recovery-7.png differ diff --git a/Site/2013-05/img/recovery-8.png b/Site/2013-05/img/recovery-8.png index 9eff6214..206ecf5e 100644 Binary files a/Site/2013-05/img/recovery-8.png and b/Site/2013-05/img/recovery-8.png differ diff --git a/Site/2013-05/img/shot-laptop-leaning-iphone.png b/Site/2013-05/img/shot-laptop-leaning-iphone.png index 957b84c5..88563b8b 100644 Binary files a/Site/2013-05/img/shot-laptop-leaning-iphone.png and b/Site/2013-05/img/shot-laptop-leaning-iphone.png differ diff --git a/Site/2013-05/img/shot-laptop-standing-iphone-angled-flipped.png b/Site/2013-05/img/shot-laptop-standing-iphone-angled-flipped.png index 43176222..252e806c 100644 Binary files a/Site/2013-05/img/shot-laptop-standing-iphone-angled-flipped.png and b/Site/2013-05/img/shot-laptop-standing-iphone-angled-flipped.png differ diff --git a/Site/2013-05/img/shot-laptop-standing-iphone-angled.png b/Site/2013-05/img/shot-laptop-standing-iphone-angled.png index 9e0455a0..2ccc3829 100644 Binary files a/Site/2013-05/img/shot-laptop-standing-iphone-angled.png and b/Site/2013-05/img/shot-laptop-standing-iphone-angled.png differ diff --git a/Site/2013-05/img/shot-laptop-standing-iphone-facing.png b/Site/2013-05/img/shot-laptop-standing-iphone-facing.png index 740101ab..86d35231 100644 Binary files a/Site/2013-05/img/shot-laptop-standing-iphone-facing.png and b/Site/2013-05/img/shot-laptop-standing-iphone-facing.png differ diff --git a/Site/2013-05/img/thumb-authenticate.png b/Site/2013-05/img/thumb-authenticate.png index a03b30cf..ef4eefde 100644 Binary files a/Site/2013-05/img/thumb-authenticate.png and b/Site/2013-05/img/thumb-authenticate.png differ diff --git a/Site/2013-05/img/thumb-authenticate@2x.png b/Site/2013-05/img/thumb-authenticate@2x.png index 8b61acfd..f9645c4d 100644 Binary files a/Site/2013-05/img/thumb-authenticate@2x.png and b/Site/2013-05/img/thumb-authenticate@2x.png differ diff --git a/Site/2013-05/img/thumb-iphone-broken.png b/Site/2013-05/img/thumb-iphone-broken.png index 971e68a5..0a1e2e27 100644 Binary files a/Site/2013-05/img/thumb-iphone-broken.png and b/Site/2013-05/img/thumb-iphone-broken.png differ diff --git a/Site/2013-05/img/thumb-iphone-broken@2x.png b/Site/2013-05/img/thumb-iphone-broken@2x.png index 7be5d412..8a8f1754 100644 Binary files a/Site/2013-05/img/thumb-iphone-broken@2x.png and b/Site/2013-05/img/thumb-iphone-broken@2x.png differ diff --git a/Site/2013-05/img/thumb-iphone-mac-sync.png b/Site/2013-05/img/thumb-iphone-mac-sync.png index 3cda7a2b..fd63b0e4 100644 Binary files a/Site/2013-05/img/thumb-iphone-mac-sync.png and b/Site/2013-05/img/thumb-iphone-mac-sync.png differ diff --git a/Site/2013-05/img/thumb-iphone-mac-sync@2x.png b/Site/2013-05/img/thumb-iphone-mac-sync@2x.png index 9cb4db3b..32c5d495 100644 Binary files a/Site/2013-05/img/thumb-iphone-mac-sync@2x.png and b/Site/2013-05/img/thumb-iphone-mac-sync@2x.png differ diff --git a/Site/2013-05/img/thumb-iphone-pw.png b/Site/2013-05/img/thumb-iphone-pw.png index cdbb444b..e386c853 100644 Binary files a/Site/2013-05/img/thumb-iphone-pw.png and b/Site/2013-05/img/thumb-iphone-pw.png differ diff --git a/Site/2013-05/img/thumb-iphone-pw@2x.png b/Site/2013-05/img/thumb-iphone-pw@2x.png index f767e8cf..2eaed2ab 100644 Binary files a/Site/2013-05/img/thumb-iphone-pw@2x.png and b/Site/2013-05/img/thumb-iphone-pw@2x.png differ diff --git a/Site/2013-05/img/thumb-iphone-types.png b/Site/2013-05/img/thumb-iphone-types.png index 502fce8b..29ad1a12 100644 Binary files a/Site/2013-05/img/thumb-iphone-types.png and b/Site/2013-05/img/thumb-iphone-types.png differ diff --git a/Site/2013-05/img/thumb-iphone-types@2x.png b/Site/2013-05/img/thumb-iphone-types@2x.png index f6a73853..3d3bd5e2 100644 Binary files a/Site/2013-05/img/thumb-iphone-types@2x.png and b/Site/2013-05/img/thumb-iphone-types@2x.png differ diff --git a/Site/2013-05/img/thumb-process-black.png b/Site/2013-05/img/thumb-process-black.png index 3c0cca49..e0d23c9d 100644 Binary files a/Site/2013-05/img/thumb-process-black.png and b/Site/2013-05/img/thumb-process-black.png differ diff --git a/Site/2013-05/img/thumb-process-black@2x.png b/Site/2013-05/img/thumb-process-black@2x.png index 9f0453d5..a727bd6b 100644 Binary files a/Site/2013-05/img/thumb-process-black@2x.png and b/Site/2013-05/img/thumb-process-black@2x.png differ diff --git a/Site/2013-05/index.html b/Site/2013-05/index.html index bb03097e..52b0d505 100644 --- a/Site/2013-05/index.html +++ b/Site/2013-05/index.html @@ -14,7 +14,7 @@ - + @@ -73,9 +73,11 @@

Get it for: - iPhone | - OS X (beta) (closed) | - CLI + iPhone / iPad | + OS X (beta, closed) | + Desktop (Java) | + Terminal (Java) | + Terminal (C)
diff --git a/Site/2013-05/masterpassword-gui.jar b/Site/2013-05/masterpassword-gui.jar new file mode 100644 index 00000000..8217e315 Binary files /dev/null and b/Site/2013-05/masterpassword-gui.jar differ diff --git a/Site/2013-05/security.html b/Site/2013-05/security.html index 354bad56..c0544103 100644 --- a/Site/2013-05/security.html +++ b/Site/2013-05/security.html @@ -70,13 +70,6 @@
-
- Get it for: - iPhone | - OS X (beta) (closed) | -CLI -
-

The following is an overview of the security properties of the Master Password solution. It aims to answer all questions related to the strengths and weaknesses of the algorithm behind Master Password. If you have any unanswered questions after reading this page, don't hesitate to get in touch.

diff --git a/Site/2013-05/support.html b/Site/2013-05/support.html index 84dbd077..f7eeadaa 100644 --- a/Site/2013-05/support.html +++ b/Site/2013-05/support.html @@ -70,13 +70,6 @@
-
- Get it for: - iPhone | - OS X (beta) (closed) | -CLI -
-

We take personal satisfaction and your security very seriously. If you have any questions about features, usability, technical details, or any other topic, don't hesitate to get in touch with us. We try to give thorough, detailed and personal assistance to everyone.