From 15245d027c089d9178d0e874a59f357f95d42f98 Mon Sep 17 00:00:00 2001 From: Oleksandr Kozachuk <201152+ok2@users.noreply.github.com> Date: Tue, 9 Jun 2026 23:57:10 +0200 Subject: [PATCH] =?UTF-8?q?helwasm:=20fix=20hint=20=E2=80=94=20Store=20fil?= =?UTF-8?q?es=20the=20entry=20(name=20+=20rules),=20not=20just=20the=20nam?= =?UTF-8?q?e?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Store saves the full entry spec (name, length, mode, seq, date, parent), never the password; the old wording said 'just the entry name', which contradicts the recall- full-spec behaviour. Fixed the quick-gen hint and the About blurb. --- helwasm/index.html | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/helwasm/index.html b/helwasm/index.html index 2b90007..6606d6e 100644 --- a/helwasm/index.html +++ b/helwasm/index.html @@ -67,9 +67,9 @@

Type an account name and your master phrase. The password appears instantly, masked; click it (or the master) to reveal, or press Copy. - The save button steps from Store (file the name, never - the password) to Correct (confirm this name + master); once - confirmed the result shows in colour, so a typo stays black. + The save button steps from Store (file the entry — its name + and rules, never the password) to Correct (confirm this name + + master); once confirmed the result shows in colour, so a typo stays black.

@@ -106,9 +106,9 @@

The same name and master always make the same password, computed live in your browser. Your master is kept in memory for this tab only, never written to - storage, and the app never talks to a server. The button saves just the entry - name (Store), then a one-way hash (Correct), - both on this device. + storage, and the app never talks to a server. Store files the + entry (its name and rules, never the password); Correct adds a + one-way hash; both stay on this device.