Implement SeedQR templates, Amnesic Mode and UI improvements - #302
Open
pauloneo wants to merge 15 commits into
Open
Implement SeedQR templates, Amnesic Mode and UI improvements#302pauloneo wants to merge 15 commits into
pauloneo wants to merge 15 commits into
Conversation
…ura dados correto Compact
…leitura CompctseedQR
pauloneo
force-pushed
the
seedqr-development
branch
9 times, most recently
from
July 27, 2026 16:27
b04ec55 to
f34b1b1
Compare
…nd security cleanup
pauloneo
force-pushed
the
seedqr-development
branch
from
July 28, 2026 19:57
f34b1b1 to
04cf8bc
Compare
|
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.



Summary
This PR introduces several improvements to AirGap Vault, focused on SeedQR usability, security and user experience.
SeedQR Support
Added complete SeedQR support for secure offline seed backup and recovery workflows.
Features added
Purpose and usage
The SeedQR template feature allows users to create a fully offline backup of their seed phrase by manually transferring the QR pattern to a physical medium.
The generated template can be used in different ways:
This approach enables users to maintain an offline seed backup resistant to digital compromise, while keeping the seed away from connected devices.
Amnesic Mode
When AirGap Vault is used with the amnesic mode enabled, sensitive data and seeds are removed from the smartphone after leaving the application. When a transaction signature is required, the user can temporarily import the seed again through SeedQR, perform the required operation, and remove it afterwards.
This workflow reduces the risk associated with permanently storing seed material on smartphones, protecting against device loss, theft, or unauthorized access.
UI / UX
Security
Other