Encfs
#1
Hi
I use cryptkeeper (GUI) to use my encrypted "containers". My containers structure is something like:

.folder_encfs with some scrambled named subfolders/files. I have forgotten password but I think I know some words I used to encrypt.

May I use hashcap to crack this container?
#2
I don't think hashcat current supports cracking encfs, but John the Ripper does:

Code:
$ johnl --list=formats | tr -s '[:space:]' '\n' | egrep -i encf
EncFS,
encfs-opencl,
~
#3
Wow. Big THX. You pointed me right direction.