Bugzilla – Bug 254905
encfs incompatible after update
Last modified: 2008-07-14 06:43:18 UTC
encfs can no longer mount the old encrypted directory after upgrading from 10.2. % encfs ~/.memo/ ~/memo/ EncFS Password: xxxxxx Error decoding volume key, password incorrect It seems like the upgrade of openssl affects the behavior. Downgrading openssl (and encfs.rpm to remove some dependency) resolves the problem. The packages used are: encfs-1.3.2-3 openssl-0.9.8e-2
Here's some info from the author: http://sourceforge.net/mailarchive/forum.php?thread_id=31842732&forum_id=38877 Takashi, can you please post output of encfsctl info ~/.memo ?
It's not the case, I'm afraid... % encfsctl info ~/.memo Version 5 configuration; created by EncFS 1.2.2 (revision 20040813) Filesystem cipher: "ssl/blowfish", version 2:1:1 Filename encoding: "nameio/block", version 3:0:1 Key Size: 160 bits Block Size: 512 bytes Each file contains 8 byte header with unique IV data. Filenames encoded using IV chaining mode.
It's been confirmed to be a bug in openssl. This commit should fix it: http://cvs.openssl.org/chngview?cn=15978 Compliments to Valient Gough for tracking it down. Closing bug.