Claude/offline password keeper app b bn8 s - #4
Merged
Conversation
PWA: - Export button in Settings downloads passlock-backup-YYYY-MM-DD.passlock - Import in Settings replaces current vault (verifies password first) - Restore from Backup on the auth screen for fresh installs - Service worker cache bumped to v2 so updates are picked up Android: - Export uses SAF CreateDocument picker (saves anywhere: Drive, Files, etc.) - Import uses SAF OpenDocument picker with password verification - Both buttons added to Settings screen Backup files are the encrypted vault blob — safe to store anywhere since decryption requires the master password. https://claude.ai/code/session_019gEWKfcCsyQzpsFfec5aU5
- 5 themes (Dark, Light, Midnight, Forest, Sunset) via data-theme CSS variables; selection persisted in localStorage - PIN unlock (4–6 digits, PBKDF2 100k rounds); optional at setup or added/removed later in Settings; 3-attempt lockout falls back to password - File vault tab: encrypt any files into a single .vault bundle and decrypt back to originals using the open vault key (AES-256-GCM) - CSS fully redesigned around [data-theme] selectors; tab bar, PIN pad, file vault cards, theme swatch picker all added - crypto.js: deriveWrappingKeyFromPin(), encryptBytes(), decryptBytes(); unwrapVaultKey now creates extractable key to allow re-wrapping - app.js: complete rewrite with PIN state machine, file vault logic, theme switching, PIN settings (add/remove), and tab navigation https://claude.ai/code/session_019gEWKfcCsyQzpsFfec5aU5
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.