Support for this would allow secure end to end encryption of files stored on cloud providers (including a shared NAS). Some file managers support EncFS which is now considered not secure. DroidFS talks about some difficulties in dealing with this because libgocryptfs uses syscalls which means it cannot use the ContentProvider API to open cloud providers.
I'm hoping that this project might be able to implement this given that it seems to also be using the syscalls rather than the ContentProvider API to access files and has support for SFTP storage.
GoCryptFS is a file-level encrypted file system. There's a C++ implementation available.
Support for this would allow secure end to end encryption of files stored on cloud providers (including a shared NAS). Some file managers support EncFS which is now considered not secure. DroidFS talks about some difficulties in dealing with this because libgocryptfs uses syscalls which means it cannot use the ContentProvider API to open cloud providers.
I'm hoping that this project might be able to implement this given that it seems to also be using the syscalls rather than the ContentProvider API to access files and has support for SFTP storage.