-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
77 lines (77 loc) · 4.16 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
<!DOCTYPE html>
<html lang="en">
<head>
<title>Keyster</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="icon" href="/img/logo.ico">
<link rel="stylesheet" href="https://unpkg.com/tachyons/css/tachyons.min.css">
<link rel="stylesheet" href="/css/style.css">
</head>
<body>
<header class="sans-serif w-100 mb3 ph3 pv3 pv4-ns ph4-m ph5-l f5 f4-ns">
<nav class="fl">
<a class="link keyster-blue dim ph1 ph3-l pb2 bb" href="/" title="Home">Home</a>
<a class="link black dim ph1 ph3-l" href="/downloads/" title="Downloads">Downloads</a>
<a class="link black dim ph1 ph3-l" href="/security/" title="Security">Security</a>
</nav>
<nav class="fr">
<a class="link keyster-blue dim ba br-pill ph3 pv1" href="https://web.keyster.io" title="Web Client">Web Client</a>
</nav>
</header>
<div class="sans-serif mh4 mh6-l mt5 mt4-m mt0-l mb4">
<div class="tc mb4">
<img class="mw4" src="/img/logo.svg" alt="">
<div class="f1 gray">
Keyster
</div>
<div class="f4 gray">
A password manager with tact
</div>
</div>
<div class="mw7 center">
<img class="dn di-ns" src="/img/desktop.png" alt="">
<img class="di dn-ns" src="img/mobile.png" alt="">
</div>
<div class="lh-title lh-copy-ns">
<div class="mv3 pa3">
<div class="mid-gray f4">
<div class="b mb3">Keyster is a password manager.</div>
Password managers allow you to use one master key and unlock different, complex passwords for each of your accounts. Many password managers already exist, from both third parties and operating systems. So why should you choose Keyster?
</div>
</div>
<div class="mv3 br2 bg-nearer-white pa3">
<div class="f4 keyster-blue mb3">
Modern Software
</div>
<div class="mid-gray">
Keyster will always be completely free and open source. Any password manager that offers less than that should never be used, considering the importance of the data at hand. Another major goal of Keyster is usability — our UI is clean and consistent across all platforms. We also offer a web client for quick use on public computers or devices that we don't currently support.
</div>
</div>
<div class="mv3 br2 bg-nearer-white pa3">
<div class="f4 keyster-blue mb3">
Device Sync and Local Backup
</div>
<div class="mid-gray">
Keyster offers access to your passwords on any device without hassle. Any changes you make to your account on one device are automatically synced to the rest. Additionally, all applications store backups locally, in the event that either you or our servers are offline.
</div>
</div>
<div class="mv3 br2 bg-nearer-white pa3">
<div class="f4 keyster-blue mb3">
Uncompromising Security
</div>
<div class="mid-gray">
<p>As a password manager, Keyster's primary goal is to keep your accounts safe. We will never send or store information that can reveal your master key or any generated passwords. Because of this, you must enter your master key every time you need to log in, and Keyster cannot offer services such as autofill. While convenient, these practices make your passwords vulnerable to anyone with access to your device.</p>
The end result is that an attacker will not be able to extract any meaningful data about your password from our servers, your computer, or the data sent between them. If you are interested in the benefits of password managers and Keyster specifically, we invite you to read our Security page.
</div>
</div>
</div>
<div>
<hr class="mt4 mb3 bw1 b--black-10">
<div class="f6">
<p class="dib mid-gray pr2">Keyster is an ongoing project developed by the following: Kevin Higgs, William Wang</p>
<a class="dib link white bg-dark-gray dim ba br2 pa2" href="https://github.com/keyster" title="GitHub">GitHub</a>
</div>
</div>
</div>
</body>
</html>