forked from hardcoresushi/DroidFS
Explaining permissions
This commit is contained in:
parent
afda604805
commit
29b12898a4
12
README.md
12
README.md
@ -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).
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user