• Joined on 2026-02-16
hugo opened issue hugo/IronStorage#75 2026-08-11 20:13:21 +00:00
show OTP codes on normal detail page, too, not just from the TOTP pane
hugo commented on issue hugo/MetaCrate#98 2026-08-11 20:06:46 +00:00
Hardening: fuzz every untrusted parser and decoder

fuzzing runs afoul of current model restrictions, so we skip this, even though that is a rather sad result, as it makes the library potentially vulnerable. but that is how openai and anthropic see…

hugo closed issue hugo/MetaCrate#98 2026-08-11 20:06:46 +00:00
Hardening: fuzz every untrusted parser and decoder
hugo opened issue hugo/IronStorage#74 2026-08-11 20:06:21 +00:00
Cache TOTP discovery and report progress
hugo closed issue hugo/IronStorage#73 2026-08-11 19:44:02 +00:00
Implement a search panel to quickly search entries by name
hugo commented on issue hugo/IronStorage#73 2026-08-11 19:44:01 +00:00
Implement a search panel to quickly search entries by name

Implemented in commit a748744.

Implementation:

  • Added the native Search tab directly beside Passwords, backed by UISearchController with immediate, cancellable updates and native empty, loading,…
hugo pushed to main at hugo/IronStorage 2026-08-11 19:43:34 +00:00
a748744425 Implement iPhone password search
hugo closed issue hugo/IronStorage#54 2026-08-11 19:26:38 +00:00
Transfer ASCII-armored GPG keys by QR code
hugo commented on issue hugo/IronStorage#54 2026-08-11 19:26:29 +00:00
Transfer ASCII-armored GPG keys by QR code

Implemented in commit 358ba7d and pushed to main.

Implementation:

  • Added storage-owned public/private ASCII-armored key export, full protected-secret passphrase validation, fingerprint/identity…
hugo pushed to main at hugo/IronStorage 2026-08-11 19:25:46 +00:00
358ba7d46d Implement GPG key QR transfer
hugo closed issue hugo/IronStorage#52 2026-08-11 18:55:37 +00:00
Implement the TOTP tab and Watch sharing selection
hugo commented on issue hugo/IronStorage#52 2026-08-11 18:55:24 +00:00
Implement the TOTP tab and Watch sharing selection

Implemented in b01cc8b and pushed to main.

Implementation:

  • Added a Rust-owned mobile TOTP catalog and detail service. It decrypts and parses pass-compatible otpauth entries in storage, excludes…
hugo pushed to main at hugo/IronStorage 2026-08-11 18:54:43 +00:00
b01cc8bb6d Implement iPhone TOTP tab and Watch sharing
hugo closed issue hugo/IronStorage#49 2026-08-11 18:28:47 +00:00
Implement native entry creation and editing
hugo commented on issue hugo/IronStorage#49 2026-08-11 18:28:38 +00:00
Implement native entry creation and editing

Implemented in ae64ce4 and pushed to main.

The iPhone app now creates and edits complete storage-owned EntryDocument drafts. Rust owns field identity/order, dynamic and multiline serializati…

hugo pushed to main at hugo/IronStorage 2026-08-11 18:27:23 +00:00
ae64ce47a3 Implement native iPhone entry editor
hugo closed issue hugo/MetaCrate#97 2026-08-11 18:26:08 +00:00
Programs gate: credential-safe live-grid smoke harness and completeness audit
hugo commented on issue hugo/MetaCrate#97 2026-08-11 18:25:58 +00:00
Programs gate: credential-safe live-grid smoke harness and completeness audit

Implemented and verified in commit a9e2711447cf07b967b5630dc2a88af7d47a3ca6.

Implementation:

  • Added a native Rust live-grid-smoke binary with shared GRID_USER / GRID_PASSWORD / GRID_LOGIN_URL…
hugo pushed to main at hugo/MetaCrate 2026-08-11 18:25:32 +00:00
a9e2711447 Implement credential-safe programs smoke gate (#97)
hugo opened issue hugo/IronStorage#73 2026-08-11 18:11:18 +00:00
Implement a search panel to quickly search entries by name