🔐 PassForge

Privacy Policy

Last updated: March 9, 2026

1. Overview

PassForge ("the App") is committed to protecting your privacy. This policy explains how the App handles your data.

TL;DR: The App is 100% offline. It collects zero data, contacts zero servers, and requires zero special permissions. Everything stays on your device.

2. Data Collection

The App does NOT collect, transmit, or share any personal data. It operates entirely offline with no internet access - no network permission is requested or used.

3. Data Storage

All data you create (vault credentials, password history, password hints, settings) is stored exclusively on your device using:

Vault credentials are double-encrypted: each password is individually encrypted with the master-password-derived AES-256-GCM key, and the entire storage file is encrypted via EncryptedSharedPreferences backed by the Android Keystore.

No data is stored on external servers, cloud services, or third-party systems.

4. Screen Protection

All screens that display or handle sensitive data (password vault, credential editor, master password entry, password history) are protected with Android's FLAG_SECURE. This prevents:

5. Authentication & Access Control

The App uses multiple layers of authentication to protect your data:

6. Clipboard Protection

Passwords copied to the clipboard are automatically cleared after 30 seconds to prevent leakage through clipboard history or other apps.

7. Backup & Export Security

8. Third-Party Services

The App does not integrate with any third-party services, analytics platforms, advertising networks, or tracking systems. There are no SDKs, no telemetry, and no crash reporting services.

9. Permissions

The App requests no special permissions:

Import/export uses Android's Storage Access Framework (SAF) file picker, which requires no permission declaration.

10. Data Deletion

You can delete all App data at any time by:

11. Children's Privacy

The App does not knowingly collect data from anyone, including children under 13, because it collects no data whatsoever.

12. Changes to This Policy

Any changes to this privacy policy will be reflected in an app update with an updated "Last updated" date. This page will also be updated accordingly.

13. Contact

If you have questions about this privacy policy, please open an issue on the app's GitHub repository.