Explaining permissions

This commit is contained in:
Hardcore Sushi 2020-08-12 16:14:48 +02:00
parent afda604805
commit 29b12898a4
1 changed files with 13 additions and 1 deletions

View File

@ -36,6 +36,18 @@ Decrypt and share file with other apps. This require writing the plain file to d
#### Allow saving password hash using fingerprint:
Generate an AES-256 GCM key in the Android Keystore (protected by fingerprint authentication), then use it to encrypt the volume password hash and store it to the DroidFS internal storage. This require Android v6.0+
# Permissions
DroidFS need some permissions to work properly. Here is why:
#### Read & write access to shared storage:
Required for creating, opening and modifying volumes and for importing/exporting files to/from volumes.
#### Biometric/Fingerprint hardware:
Required to encrypt/decrypt password hashes using a fingerprint protected key.
#### Camera:
Needed to take photos directly from DroidFS to import them securely.
# Download
You can download the latest version [here](https://github.com/hardcore-sushi/DroidFS/releases).