Good morning,
I was wondering, if encfs also encrypts the file names (presumably using the same key as that used to encrypt their contents) such that each encrypted filename or directory corresponds to a file or directory in the decrypted mount point directory, then wouldn't compromising the file system just be a matter of an attacker needing to know the name of one of the files on that system and working backward from there?
Is this what iv chaining is intended to prevent? From reading the wikipedia entry however it seems that the initialization vector for each file name can, in some cases, be derived from the file's parent directory. Isn't this also somewhat less secure, as an attacker could still try different directory and filename combinations?