diff --git a/README.md b/README.md index 2a35b0d..56a2c98 100644 --- a/README.md +++ b/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.
+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.

@@ -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: + +

+ # 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 -# Permissions -DroidFS need some permissions to work properly. Here is why: - - - # Download You can download the latest version [here](https://github.com/hardcore-sushi/DroidFS/releases).