You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
EncFS runs in userspace, using the FUSE library for the filesystem interface.
EncFS encrypts individual files, by translating all requests for the virtual
filesystem into the equivalent encrypted operations on the raw filesystem.
About
EncFS: an Encrypted Filesystem for FUSE. Easy learning of basic cryptography.