Skip to content

Vault100 v2.1.0 β€” the fine ladder (111 key-turning options)

Choose a tag to compare

@blazenxt blazenxt released this 16 Jul 06:21

v2.1.0 β€” the fine ladder: 111 key-turning options

Requested: "add 100+ options" to the Argon2id key-turning dropdown. Delivered β€”
111 choices:

  • The 3 named presets: standard (64 MiB Γ— 3) Β· paranoid (256 MiB Γ— 4) Β·
    max (auto-tuned & device-verified, from v2.0.4)
  • The fine ladder β€” 108 notches: 18 memory tiers (16 β†’ 1024 MiB) Γ— 6 turning
    counts (1–6), rendered as a graded optgroup, weakest β†’ heaviest
    (β„– 001 Β· 16 MiB Γ— 1 turn … β„– 108 Β· 1024 MiB Γ— 6 turns)

Interop by design: ladder choices ride as raw KDF parameters, which Vault100
has always stamped into the vault header β€” so a vault sealed at any notch opens
byte-exactly in the CLI and desktop app (and vice versa, the proven property).
Pick heavy notches with sense: they cost time and memory on every open, and
small devices may refuse the top tiers (the clerk reports honestly if so).

Verified

Check Result
Headless-Chromium E2E: 111 options sorted & rendered βœ…
Ladder notch 128 MiB Γ— 4: encrypt β†’ download β†’ decrypt βœ… byte-exact
max + cascade still green, zero console errors βœ…
CLI: vault100 info reads web-made ladder vault (128 MiB Γ— 4, p=4) βœ…
CLI: vault100 decrypt restores it βœ… byte-exact, original filename preserved

No Python engine changes; the 49-test suite and all prior interop proofs stand.