Releases: seQRets/My-Passphrase
Release list
v1.6.2 — QR modal polish
The QR modal is titled Your Passphrase QR (matching the sister's Your Seed QR) and its explanatory text is left-justified for easier reading. Footer version bumped to match.
Verify your download
shasum -a 256 index.html
9076e00120614d91403c1f3936bcc5f518328ab867c5f754b9279f6ac6238030
🤖 Generated with Claude Code
v1.6.1 — Versioned footer
The footer now shows the version — v1.6.1 · runs offline — so a saved copy can be compared against the repo's releases at a glance. Mirrored on the sister site.
Verify your download
shasum -a 256 index.html
744b12e5ca62dee702d6ccfb40721087946e52b2a6eb00603a161bdaf2be7acf
🤖 Generated with Claude Code
v1.6.0 — Download the QR
QR improvements, shipped alongside a larger batch on the sister site.
New
- Download button in the QR modal: saves a ~2000px PNG drawn from the same matrix the modal displays — generated and saved entirely locally via a blob, no network, off-screen drawing wiped after saving. The modal hint warns that the file contains the secret; delete it once it has served its purpose
- The displayed QR grows to 320px (was 248) — roomier modules for cameras, especially on long content
Verify your download
shasum -a 256 index.html
3f54327b5e028afedebd198764fcce8597ade46ead77def0be1e61a0d1474530
🤖 Generated with Claude Code
v1.5.1 — Controls for typed secrets
Bug fix, mirrored on the sister site: typing into the field made the eye, copy and QR icons disappear. The blur still lifts while you type — typing must stay visible — but the controls now show whenever the box has content, so hand-entered secrets get the copy button and QR export too. They leave only when the box is empty, and the blur-preference for generated secrets is unchanged.
Verify your download
shasum -a 256 index.html
a4e6853de60ca4abf787c0c5c06d419cf3ebd04addf5680e3045d2d58fa012ea
🤖 Generated with Claude Code
v1.5.0 — Generate new PIN
A fourth generation pool: PIN digits, for the PINs hardware wallets ask you to set.
New
- PIN digits · 0–9 in the pool dropdown — lengths 4 to 12, defaulting to 6
- Each digit is drawn independently from
crypto.getRandomValueswith rejection sampling, so leading zeros are as likely as anything else:0042is a valid 4-digit PIN — exactly what pick-a-number-in-a-range generators can never produce (a range of 1000–9999 silently discards every PIN starting with 0) - Blur-by-default, copy, QR export and the honest entropy meter all apply (~3.3 bits per digit)
- A new FAQ explains why a PIN's ~20 bits is fine behind a hardware wallet's lockout and catastrophic anywhere unlimited guessing is possible — never reuse a device PIN as an online password
- The generate button names what it makes: Generate new PIN / password / passphrase, following the selected pool
Verify your download
shasum -a 256 index.html
3eb9269773a866a474104471b82c082c1efeb674cf0c98455e1b1bb4c174479f
🤖 Generated with Claude Code
v1.4.6 — Safe to generate
Two small clarity fixes, mirrored on the sister site. No functional changes.
Changed
- The offline badge now reads Offline — safe to generate — "no route out" meant the secret has no way off the machine, but read as "you're trapped." The badge pair now answers the question visitors actually have: 🟠 Online — your secret is at risk / 🟢 Offline — safe to generate
- The ⓘ tooltip chips are solid black with a white i in light mode (they were pale outlines that vanished on the light ground) — dark mode gets the mirror treatment automatically
Verify your download
shasum -a 256 index.html
56c64bc91fb7c2047b429b800bdebf2cd28b91fc420bd7e3d9bdd90fb71db9ef
🤖 Generated with Claude Code
v1.4.5 — Plain words, tidy edges
A sweep of review-driven polish, mirrored on the sister site. No functional changes to generation.
Changed
- "Internet", not "network" — everywhere a person reads, on the page and in the docs (the DevTools Network tab keeps its proper name; the embedded wordlists are untouched)
- The online badge states the stakes: Online — your secret is at risk (green Offline — no route out unchanged)
- The crack-time explanation lives in an ⓘ beside the meter label; each generation now shows just the one-line bits readout
- Mobile: the row's ⓘ is a small circle in the field's lower-right corner (it was stretching into a full-width pill), and tooltip bubbles stay on-screen
- Footer: credits fold behind ❯ Credits, copyright sits at the true bottom, and the confusing "nothing loads from anywhere" footnote is removed
- Cards get taller, symmetric padding; an empty status line no longer makes the working card bottom-heavy
Verify your download
shasum -a 256 index.html
1d64faab7fec9557e84e6dce7df3f552c489006a2d663dae58cf321b99741cb6
🤖 Generated with Claude Code
v1.4.4 — Light by default
The warm cream light theme is now the default for every visitor, regardless of their OS setting — mirrored on the sister site. The toggle still pins dark, and a pinned choice persists across visits.
Changed
- Light tokens are the base theme; dark applies only when pinned via the toggle
- The
prefers-color-schememedia query and OS-change listener are removed — simpler CSS and JS - Visitors who previously saw dark via their OS (without ever touching the toggle) will now see light; anyone who pinned dark keeps dark
Verify your download
shasum -a 256 index.html
2f428c5548493cb30f6871885be087d1e791f055147e64d55c3ed345298e93a8
🤖 Generated with Claude Code
v1.4.3 — Room to breathe
Spacing polish for the offline guide, mirrored on the sister site. No functional changes.
Changed
- The How to run it safely — 6 steps box gets real padding on all four sides (the horizontal inset scales with the viewport), clear space between the header and its content, roomier paragraphs, and properly separated numbered steps
Verify your download
shasum -a 256 index.html
5bdee539a4558b7121cd56af128283c6793305a3343abc71b39475d0647980bb
🤖 Generated with Claude Code
v1.4.2 — One clean view
De-cluttering pass, mirrored on the sister site. No functional changes to generation.
Changed
- The warn box's intro paragraph moved inside the How to run it safely — 6 steps dropdown, which now has a clean header with the rotating chevron
- The three trust stats (Nothing leaves this page · Offline · One file) became an ⓘ tooltip beside the title — hover or keyboard focus on desktop, tap on mobile
- The randomness explainer under the buttons became an ⓘ tooltip beside Generate
- The whole app now fits in a single view: hero → offline guide → generator → Q&A → footer
Verify your download
shasum -a 256 index.html
d559176a2f74bfc4f5608855d68d6b57abc0cd869e51456e09523460deded3b3
🤖 Generated with Claude Code