Encfsmp

From wikinotes

encfsmp is a windows GUI program to manage encfs shares.

Usage

Samba

Encfsmp cannot use a network drive, it must be mounted to a filesystem location.
You can work around this by creating a symlink to the network share, and instruct encfsmp to use that.

# temporarily mount share, we want to remember credentials
NET USE x:  \\<hostname>\share /USER:<user>  <password>  /PERSISTENT NO

# symlink to share
mklink /d C:/src \\10.10.10.10\share

Then mount within encfsmp

Open Existing Encfs:
  - mount name: share
  - encfs path: C:\src