diff --git a/README.md b/README.md index 642d258..398d64d 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ An alternative way to use encrypted virtual filesystems on Android that uses its own internal file explorer instead of mounting volumes. It currently supports [gocryptfs](https://github.com/rfjakob/gocryptfs) and [CryFS](https://github.com/cryfs/cryfs). -For mortals: An encrypted file manager for Android. +For mortals: Encrypted storage compatible with already existing softwares.

@@ -23,6 +23,8 @@ Do not use this app with volumes containing sensitive data unless you know exact - Unlocking volumes using fingerprint authentication - Volume auto-locking when the app goes in background +_For upcoming features, see [TODO.md](https://forge.chapril.org/hardcoresushi/DroidFS/src/branch/master/TODO.md)._ + # Unsafe features Some available features are considered risky and are therefore disabled by default. It is strongly recommended that you read the following documentation if you wish to activate one of these options. diff --git a/TODO.md b/TODO.md index dfe62b5..8af66e8 100644 --- a/TODO.md +++ b/TODO.md @@ -1,6 +1,6 @@ # TODO -Here is a list of features that it would be nice to have in DroidFS. +Here's a list of features that it would be nice to have in DroidFS. As this is a FLOSS project, there are no special requirements on *when* or even *if* these features will be implemented, but contributions are greatly appreciated. ## Security - [hardened_malloc](https://github.com/GrapheneOS/hardened_malloc) compatibility ([#181](https://github.com/hardcore-sushi/DroidFS/issues/181)) @@ -12,6 +12,10 @@ Here is a list of features that it would be nice to have in DroidFS. - Alert dialog showing details of file operations - Internal file browser to select volumes +## Encryption software support +- [Shufflecake](https://shufflecake.net): plausible deniability for multiple hidden filesystems on Linux (would be absolutely awesome to have but quite difficult) +- [eCryptfs](https://www.kernel.org/doc/html/latest/filesystems/ecryptfs.html): filesystem encryption at the kernel level + ## Health - F-Droid ABI split - OpenSSL & FFmpeg as git submodules (useful for F-Droid)