-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathterms.html
More file actions
45 lines (39 loc) · 1.74 KB
/
terms.html
File metadata and controls
45 lines (39 loc) · 1.74 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
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>Terms & Conditions | SecurePass Studio</title>
<link rel="icon" href="icons/icon-32.png" type="image/png" />
<link rel="stylesheet" href="legal.css" />
</head>
<body class="legal terms">
<main class="page">
<div class="hero">
<img class="logo" src="icons/icon-128.png" alt="SecurePass Studio logo" />
<div>
<h1>Terms & Conditions</h1>
<div class="meta">Last updated: March 10, 2026</div>
</div>
</div>
<h2>Overview</h2>
<p>SecurePass Studio provides local password strength checks and a generator. It runs inside your browser and is provided for convenience only.</p>
<h2>Responsible Use</h2>
<ul>
<li>Use strong, unique passwords for every account.</li>
<li>Do not rely on the score as a guarantee of security.</li>
<li>Prefer a trusted password manager to store credentials.</li>
</ul>
<h2>Security Guidance</h2>
<p>Avoid testing real passwords on shared or public devices. Generated passwords are suggestions only; you are responsible for how you use and store them.</p>
<h2>Limitations</h2>
<p>Strength results are estimates based on common patterns and entropy. Actual resistance to attacks depends on many factors outside this tool’s control.</p>
<h2>Changes</h2>
<p>These terms may change over time. Review the “Last updated” date to stay current.</p>
<div class="nav">
<a href="popup.html?full=1">Back to SecurePass Studio</a>
<a href="privacy.html">Privacy Policy</a>
</div>
</main>
</body>
</html>