All file encryption happens locally on your device using AES-256-GCM. Your files never leave your computer unencrypted.
Only cryptographic hashes (SHA-256) are sent to the ledger. Your actual file contents are never uploaded or transmitted.
After encryption, the original file is automatically deleted for security. Only the encrypted version remains on your device.
Encryption keys are generated locally and stored securely on your device. Keys are never shared or transmitted.
The ledger service cannot see your file contents, file names, or any metadata. Only anonymous hashes are stored.
Your password vault uses zero-knowledge architecture. Master passwords and plaintext credentials never leave your device. Only encrypted blobs are stored.
Generated passwords are never stored or transmitted. Only password hashes (SHA-256) are sent to the ledger for proof-of-generation. Plaintext passwords never leave your device.
Files are encrypted using AES-256-GCM, an authenticated encryption algorithm approved by NIST and used by banks, financial institutions, and governments worldwide.
File hashes are computed using SHA-256, a cryptographically secure hash function resistant to collisions and preimage attacks.
All ledger records are signed with Ed25519 signatures, providing cryptographic proof of authenticity and integrity.
Each record is cryptographically linked to the previous one, creating an immutable chain that detects any tampering.
The ledger is append-only. Records cannot be modified or deleted, ensuring permanent proof of timestamp.
You select a file. The app encrypts it locally using AES-256-GCM with a randomly generated key. The encrypted file is saved on your device.
The app computes a SHA-256 hash of the encrypted file. This hash is a unique fingerprint that cannot be reversed to reveal the file contents.
If you choose to generate a proof, only the hash is sent to the ledger. The ledger creates a timestamped, signed record and returns proof details.
Anyone can verify your proof by checking the hash in the ledger, validating the signature, and confirming chain integrity.
We collect activation keys and device identifiers for license verification. This information is used only to validate your license and provide support.
We do not collect personal information, usage statistics, or analytics data. All operations happen locally on your device.
We never collect, store, or transmit plaintext passwords. Password Manager uses zero-knowledge encryption, and Password Generator only stores cryptographic hashes.
If you have any questions about our Privacy Policy or security practices, please contact us at:
Last Updated: