SECURITY WHITE PAPER

EterGam Vault

Security Architecture & Cryptographic Design

Version 1.0Public Security ArchitectureAndroid Download White Paper

Public technical documentation of EterGam Vault's cryptographic architecture, trust boundaries, protected storage model, runtime key handling, and security assurance status.

1

Executive Summary

EterGam Vault is an offline encrypted storage application designed around a fundamental security principle: protected data should remain under the user's control, and access to that data should depend on cryptographic material that EterGam does not possess.

Vault does not depend on cloud-based encryption, remote authentication, user accounts, or server-side key storage for access to protected content.

The application uses Argon2id for password-based key derivation and AES-256-GCM for authenticated encryption.

Rather than placing all protected files inside a single monolithic encrypted archive, EterGam Vault encrypts stored files independently. Each encrypted file receives its own randomly generated 128-bit salt and independently generated 96-bit AES-GCM nonce.

The Vault's structural, cryptographic, identity, and file-association metadata is maintained separately inside an encrypted Vault Core.

EterGam Vault does not persistently store the user's master passwords, conventional master-password hashes, or derived encryption keys.

Required cryptographic keys are reconstructed at runtime.

EterGam does not possess the user's master passwords and cannot remotely recover or decrypt a Vault if the required credentials are permanently lost.