我正在尝试解密encfs文件夹,但在执行命令时,我收到以下错误:
(FileUtils.cpp:1649) Unable to find nameio interface nameio/block, version 4:0:0
Run Code Online (Sandbox Code Playgroud)
我用于安装的命令很简单:
encfs ~/encrypted_folder ~/mount_point
Run Code Online (Sandbox Code Playgroud)
我尝试过使用sudo或--forcedecode,得到了相同的结果.
encfsctl命令在加密文件夹上的输出是:
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.
Run Code Online (Sandbox Code Playgroud)
我的OS详细信息是:
Ubuntu 14.04.1 LTS with kernel 3.13.0-35-generic
Run Code Online (Sandbox Code Playgroud)
我很迷茫,我不知道那个编码是什么,为什么不支持.在谷歌上搜索并没有给我任何解决方案......