If you're familiar with the command line, you could try Homebrew. Once you install Homebrew, do a
brew install encfs
to get the latest version (including dependencies), build and install it.
Notes:
- You may have to force a link through
brew link -f fuse4x
if it throws an error related to linking. Also refer this page. - You would have to run
brew info fuse4x-kext
to get information on installing thefuse4x
kernel extension. Since we're talking about kernel extensions, have a proper system backup to restore from (in case this makes your system unusable).