Title: Secure Two-Device Authentication System (Tablet Unlock via Mobile Fingerprint)
1. Introduction
This document explains a security system where a tablet stores encrypted files and can only be
unlocked when fingerprint authentication is verified on a paired mobile device. This system enables
high-level protection for personal, academic, or confidential files.
2. Purpose of the System
The purpose of this project is to protect sensitive files stored on a tablet by requiring biometric
verification from a mobile device. This ensures that only the authorized user can access the data.
3. How the System Works
- The tablet contains a secure vault where files are stored in encrypted form.
- When the user attempts to open the vault, the tablet sends an authentication request to the paired
mobile device.
- The mobile device displays a fingerprint prompt using the biometric sensor.
- After successful fingerprint authentication, the mobile generates a one-time secure unlock token.
- The token is sent back to the tablet through Bluetooth or Wi-Fi Direct.
- The tablet verifies the token, unlocks the vault, and decrypts the files.
4. Components of the System
A. Tablet Application:
- Contains encrypted file vault.
- Waits for unlock signal.
- Decrypts files after verification.
- Displays files securely.
B. Mobile Application:
- Performs biometric authentication.
- Generates one-time unlock token.
- Sends authentication confirmation to the tablet.
5. Technologies Used
- Programming Languages: Kotlin or Flutter (Dart)
- Device Communication: Bluetooth or Wi-Fi Direct
- Biometric Authentication: Android BiometricPrompt API
- Encryption Algorithm: AES-256
- Token Security: Time-bound one-time encrypted token
6. Advantages of the System
- High protection using biometrics.
- No fingerprint data shared between devices.
- End-to-end encrypted communication.
- Files remain inaccessible even if tablet is stolen.
- Works offline without internet.
7. Real-World Use Cases
- Academic notes and project files.
- Corporate confidential documents.
- Personal private data storage.
- Multi-device secured access systems.
8. Conclusion
This project demonstrates a secure and innovative approach to protecting digital files using
two-device authentication. By combining biometric verification, encrypted communication, and
file-level security, it provides a strong and practical solution for modern data protection needs.