forked from hardcoresushi/DroidFS
Updating description
This commit is contained in:
parent
7752e29c0c
commit
a7bb5bb6bf
37
README.md
37
README.md
@ -1,7 +1,6 @@
|
||||
# DroidFS
|
||||
DroidFS is an implementation of encrypted overlay filesystems for Android.
|
||||
It allows you to store files and folder in encrypted virtual volumes so that you can share them, store them in the cloud or simply access them more securely.
|
||||
It currently only supports [gocryptfs](https://github.com/rfjakob/gocryptfs) but support for [CryFS](https://github.com/cryfs/cryfs) is expected to be added soon.<br>
|
||||
DroidFS is an alternative way to use encrypted overlay filesystems on Android that uses its own internal file explorer instead of mounting virtual volumes.
|
||||
It currently only works with [gocryptfs](https://github.com/rfjakob/gocryptfs) but support for [CryFS](https://github.com/cryfs/cryfs) is expected to be added soon.
|
||||
|
||||
<p align="center">
|
||||
<img src="https://raw.githubusercontent.com/hardcore-sushi/DroidFS/master/Screenshots/1.jpg" height="500">
|
||||
@ -11,10 +10,25 @@ It currently only supports [gocryptfs](https://github.com/rfjakob/gocryptfs) but
|
||||
|
||||
# Disclamer
|
||||
DroidFS is provided "as is", without any warranty of any kind.
|
||||
It shouldn't be considered an absolute safe way to store files.
|
||||
It shouldn't be considered as an absolute safe way to store files.
|
||||
DroidFS cannot protect you from screen recording apps, keyloggers, apk backdooring, compromised root accesses, memory dumps etc.
|
||||
Do not use this app with volumes containing sensitive data unless you know exactly what you are doing.
|
||||
|
||||
# Permissions
|
||||
DroidFS need some permissions to work properly. Here is why:
|
||||
|
||||
<ul>
|
||||
<li><h4>Read & write access to shared storage:</h4>
|
||||
Required for creating, opening and modifying volumes and for importing/exporting files to/from volumes.
|
||||
</li>
|
||||
<li><h4>Biometric/Fingerprint hardware:</h4>
|
||||
Required to encrypt/decrypt password hashes using a fingerprint protected key.
|
||||
</li>
|
||||
<li><h4>Camera:</h4>
|
||||
Needed to take photos directly from DroidFS to import them securely.
|
||||
</li>
|
||||
</ul>
|
||||
|
||||
# Unsafe features
|
||||
DroidFS allows you to enable/disable unsafe features to fit your needs between security and comfort.
|
||||
It is strongly recommended to read the documentation of a feature before enabling it.
|
||||
@ -38,21 +52,6 @@ It is strongly recommended to read the documentation of a feature before enablin
|
||||
</li>
|
||||
</ul>
|
||||
|
||||
# Permissions
|
||||
DroidFS need some permissions to work properly. Here is why:
|
||||
|
||||
<ul>
|
||||
<li><h4>Read & write access to shared storage:</h4>
|
||||
Required for creating, opening and modifying volumes and for importing/exporting files to/from volumes.
|
||||
</li>
|
||||
<li><h4>Biometric/Fingerprint hardware:</h4>
|
||||
Required to encrypt/decrypt password hashes using a fingerprint protected key.
|
||||
</li>
|
||||
<li><h4>Camera:</h4>
|
||||
Needed to take photos directly from DroidFS to import them securely.
|
||||
</li>
|
||||
</ul>
|
||||
|
||||
# Download
|
||||
You can download the latest version [here](https://github.com/hardcore-sushi/DroidFS/releases).
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user