Transfer ASCII-armored GPG keys by QR code #54
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Goal
Transfer existing GPG public and private keys using QR codes containing their ASCII-armored representation.
Scope
crates/storage.gpgat runtime.Acceptance criteria
Implemented in commit
358ba7dand pushed to main.Implementation:
Verified:
Deferred interactive/hardware verification, tracked by the untested label:
Apple references consulted: HIG Privacy and Design Principles, VisionKit DataScannerViewController/scanning guidance, AVFoundation camera authorization, and UIScene capture-state protection.
Non-destructive validation completed on 2026-08-12. In the iPhone simulator, public-key QR export rendered, private-key export stopped at its explicit confirmation and was canceled, and QR import reached the scanner availability path and exited without importing. Exact/multipart transfer, validation, and round-trip behavior passed in the current isolated Rust workspace tests. No key material was imported or changed. Removing the untested label.