I'd like to use EncFS to encrypt files synced with Dropbox. Unfortunately, its Wikipedia page https://en.wikipedia.org/wiki/EncFS mentions security concerns from an audit of version 1.7:
EncFS is not safe if the adversary has the opportunity to see two or more snapshots of the ciphertext at different times.
Someone with access to my Dropbox account will have exactly that: Dropbox stores multiple previous versions of a file after it's been modified which is exactly "two or more snapshots of the ciphertext at different times".
In 2015, this has been confirmed in this question for example: Is ENCFS secure for encrypting Dropbox?
Regarding version 1.8, Wikipedia states:
The announcement of EncFS 1.8 included several underlying design changes, acknowledging the security concerns raised in the previous audit. However, certain concerns still remain regarding those vulnerabilities.
Which concerns do remain? Is the issue regarding Dropbox fixed?
Also, according to https://github.com/vgough/encfs/releases the most recent version is 1.9.5, now.
Is it still not advisable to use those recent versions of EncFS to encrypt Dropbox? Does the issue with "two or more snapshots of the ciphertext at different times" still exist?