DroidFS is an alternative way to use encrypted overlay file-systems on Android that uses its own internal file explorer instead of mounting virtual volumes. This allows you to store files in encrypted virtual volumes that other apps can't decrypt.
Currently, DroidFS supports only <b>gocryptfs</b>. This algorithm protects file contents and file names but doesn't hide directory structure or file sizes. If you want more details, take a look at their GitHub repository: https://github.com/rfjakob/gocryptfs
<b>Features:</b>
- Volumes fully compatibles with their original algorithm implementation
- Internal opening of images, videos, audios and text files
- Common file and folder operations: copy, move, rename, delete
- Volume password changing
- Internal/External encrypted volumes
- Cross-volume file imports
- Internal camera to safely take pictures and import them directly into a volume
<b>Read & write access to shared storage:</b> required to create, open and modify volumes and import/export files to/from volumes.
<b>Biometric/Fingerprint hardware:</b> needed to encrypt/decrypt password hashes using a fingerprint protected key.
<b>Camera:</b> required to take photos directly from DroidFS and import them securely. You can deny this permission if you don't want to use this feature.