You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
docs(README): remove outdated GitHub Pages setup info
feat(ui): enhance "About" section with detailed app overview, features, and tips
test(e2e): ensure navigation flows tested in key generation, encryption, and signing specs
fix(ui): add spacing between private and public keys in key generation output
ci(cypress): run Cypress in headless Chrome
refactor(toast): improve import success message clarity
<pclass="card-description">A client-side PGP encryption tool built with OpenPGP.js</p>
426
+
<divclass="card-header">
427
+
<h2class="card-title">About CommonKey</h2>
428
+
<pclass="card-description">A private, client‑side PGP toolkit for generating keys, encrypting/decrypting messages, and signing/verifying data—right in your browser.</p>
429
+
</div>
430
+
<divclass="card-content space-y-6">
431
+
<divclass="space-y-2">
432
+
<h3class="text-lg font-semibold">What is CommonKey?</h3>
433
+
<p>
434
+
CommonKey is a lightweight web app for everyday PGP tasks. It focuses on simplicity, privacy, and portability—no accounts, no servers, and no tracking.
435
+
</p>
436
+
</div>
437
+
438
+
<divclass="space-y-2">
439
+
<h3class="text-lg font-semibold">How it works</h3>
440
+
<ulclass="list-disc pl-6 space-y-1">
441
+
<li>All cryptographic operations happen locally in your browser.</li>
442
+
<li>An entropy overlay collects randomness from mouse movement during initialization.</li>
443
+
<li>Imported keys are stored only in your browser’s local storage (if you choose to save them).</li>
444
+
<li>No data is transmitted to any server; passphrases are never stored.</li>
0 commit comments