在阅读了一篇关于Encfs的论文之后,我发现Encfs中有一个加密层。所以我试着找出精确的加密功能。但我找不到,因为有很多功能。有人有什么想法或建议吗?
发布于 2014-04-16 08:10:07
在文档之后,所使用的加密密码与配置有关,据我所知,它可能是基础加密库支持的任何(对称)密码:
Cipher
Which encryption algorithm to use. The list is generated automatically based on
what supported algorithms EncFS found in the encryption libraries. When using a
recent version of OpenSSL, Blowfish and AES are the typical options.
Blowfish is an 8 byte cipher - encoding 8 bytes at a time. AES is a 16 byte
cipher.https://unix.stackexchange.com/questions/125016
复制相似问题