mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-06-03 07:32:44 -07:00
161ba76f65
Removes Inode and Birthtime from the Master Key derivation shards. These identifiers were too volatile for atomic write operations (which change inodes) and did not survive extension re-installs or file moves. Master Key security remains extremely high, relying on: - OS Keychain Shard (Tier 1) - Physical Shard (~/.gemini_id) (Tier 2) - Deep Hardware Binding (Motherboard, Disk, MAC) (Tier 3) - Cryptographic Pepper (Tier 4)