-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgithub.html
More file actions
85 lines (72 loc) · 5.4 KB
/
Copy pathgithub.html
File metadata and controls
85 lines (72 loc) · 5.4 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>GoblinPass - Why We Use GitHub</title>
<link rel="stylesheet" href="assets/css/style.css?v=20260611-backup-email" />
<meta name="author" content="Carl Hatton">
<meta name="copyright" content="Carl Hatton">
<meta name="application-name" content="GoblinPass">
</head>
<body>
<header class="site-header">
<nav class="nav" aria-label="Main navigation">
<a class="brand" href="index.html" aria-label="GoblinPass home"><span class="brand-mark" aria-hidden="true">GP</span><span>GoblinPass</span></a>
<button id="navToggle" class="nav-toggle" type="button" aria-label="Open navigation menu" aria-controls="navLinks" aria-expanded="false"><span></span><span></span><span></span></button>
<div id="navLinks" class="nav-links">
<a class="nav-link" href="index.html">Home</a>
<details class="nav-dropdown">
<summary>Web Tools</summary>
<div class="dropdown-menu">
<a href="app.html">Stateless Gen 1.0</a>
<a href="stateless-gen2.html">Stateless Gen 2.0 (Beta)</a>
<a href="stateless-gen3.html">Stateless Gen 3.0 (Beta)</a>
<a href="gen4/index.html">Stateless Gen 4.0</a>
<a href="checker.html">Password Checker</a>
<a href="backup-codes.html">Secure Notes</a>
<a href="goblinpass/offline-id-logbook/">Offline ID Logbook</a>
<a href="app.html#build-fork">Build Fork</a>
</div>
</details>
<details class="nav-dropdown"><summary>Security</summary><div class="dropdown-menu"><a href="security.html">Security Overview</a><a href="security-model.html">Security Model</a><a href="security.html#trusted-device-protection">Trusted Device Protection</a><a href="security.html#security-key">Additional Secret</a><a href="security.html#google-security-factor">Google Security Factor</a><a href="security.html#yubikey-prf">YubiKey PRF</a><a href="security.html#copy-password-only">Copy Password Only</a></div></details>
<details class="nav-dropdown">
<summary>Guide</summary>
<div class="dropdown-menu">
<a href="guide.html">Guide 1.0</a>
<a href="guide2.html">Guide 2.0</a>
</div>
</details>
<a class="nav-link" href="faq.html">FAQ</a>
<details class="nav-dropdown"><summary>About Us</summary><div class="dropdown-menu"><a href="about-me.html">About Me</a><a href="about.html">About GoblinPass</a><a href="github.html">Why We Use GitHub</a>
<a href="lesspass.html">GoblinPass vs LessPass</a></div></details>
<a class="nav-link build-link" href="app.html">Stateless Gen 1.0</a>
</div>
</nav>
</header>
<main>
<section class="section content-section" aria-labelledby="github-title">
<div class="section-intro">
<p class="eyebrow">Why We Use GitHub</p>
<h1 id="github-title">Security should be visible, not hidden</h1>
<p>Trust is important, especially when it comes to security tools. GoblinPass uses GitHub so users can inspect how the project works rather than simply trust a claim.</p>
<div class="hero-actions">
<a class="demo-link" href="https://github.com/goblinpassuk/goblinpassuk.github.io" target="_blank" rel="noopener noreferrer">View Source</a>
<a class="demo-link secondary-link" href="app.html#build-fork">Build Fork</a>
</div>
</div>
<div class="content-cards two-column">
<article><h2>Public project history</h2><p>By using GitHub, every code change can be recorded publicly. Anyone can review previous versions, inspect the source code, and see what has changed over time.</p></article>
<article><h2>Visible does not mean perfect</h2><p>Publicly viewable source is not automatically secure. Public code allows security researchers, developers, and curious users to inspect the software, identify issues, and suggest improvements.</p></article>
<article><h2>Our goal</h2><ul class="plain-list"><li>Be transparent</li><li>Be honest</li><li>Keep things local whenever possible</li><li>Avoid unnecessary data collection</li><li>Give users control over their own security</li></ul></article>
<article><h2>Verify for yourself</h2><p>If you do not trust us, that is perfectly reasonable. We encourage you to inspect the code, review the project history, and make your own judgement.</p></article>
</div>
</section>
</main>
<footer class="site-footer"><div class="footer-brand"><p><strong>GoblinPass</strong></p><p>Tiny vault. Minimal secrets.</p><p>Publicly viewable source. Local first. No password storage.</p></div><nav class="footer-links" aria-label="Footer navigation"><a href="index.html">Home</a><a href="about.html">About Us</a><a href="checker.html">Password Checker</a>
<a href="backup-codes.html">Secure Notes</a>
<a href="goblinpass/offline-id-logbook/">Offline ID Logbook</a><a href="security.html">Security</a></nav>
<p class="footer-attribution">GoblinPass © 2026 Carl Hatton · <a href="https://github.com/goblinpassuk/goblinpassuk.github.io/blob/main/LICENSE">License</a></p></footer>
<script src="assets/js/app.js"></script>
</body>
</html>