Decryption encfs, file name encoding 'nameio / block' 4.0.0 is not supported

I try to decrypt the encfs folder, but when I run the command, I get the following error:

(FileUtils.cpp:1649) Unable to find nameio interface nameio/block, version 4:0:0 

The command I use for editing is simple:

 encfs ~/encrypted_folder ~/mount_point 

I tried with sudo or --forcedecode, got the same result.

the output of the encfsctl command on the encrypted folder:

 Version 6 configuration; created by EncFS 1.7.5 (revision 20100713) Filesystem cipher: "ssl/aes", version 3:0:0 (using 3:0:2) Filename encoding: "nameio/block", version 4:0:0 (NOT supported) Key Size: 256 bits Using PBKDF2, with 1351653 iterations Salt Size: 160 bits Block Size: 1024 bytes, including 8 byte MAC header Each file contains 8 byte header with unique IV data. Filenames encoded using IV chaining mode. File data IV is chained to filename IV. File holes passed through to ciphertext. 

Details of my OS:

 Ubuntu 14.04.1 LTS with kernel 3.13.0-35-generic 

I'm pretty lost, I don’t know what encoding it is and why it is not supported. A google search gives me no solutions ...

+5
source share
1 answer

Confimed: using encfs 1.7.5 solves the problem.

+6
source

Source: https://habr.com/ru/post/1205434/


All Articles