encfs

Mounts or creates encrypted virtual filesystems. See also fusermount, which can unmount filesystems mounted by this command. More information: <https://github.com/vgough/encfs>.

Debian Debian
RUN apt-get update && \ apt-get install -y encfs
Ubuntu
RUN apt-get update && \ apt-get install -y encfs
Alpine
RUN apk add encfs
Arch Arch Linux
RUN pacman -S --noconfirm encfs
image/svg+xml Kali Linux
RUN apt-get update && \ apt-get install -y encfs
Fedora
RUN dnf install -y fuse-encfs
Raspbian
RUN apt-get update && \ apt-get install -y encfs
click the source code to copy install encfs on any operating system with command-not-found.com