首页
学习
活动
专区
圈层
工具
发布
社区首页 >问答首页 >Encfs中的加密功能是什么?

Encfs中的加密功能是什么?
EN

Unix & Linux用户
提问于 2014-04-16 07:53:05
回答 1查看 186关注 0票数 0

在阅读了一篇关于Encfs的论文之后,我发现Encfs中有一个加密层。所以我试着找出精确的加密功能。但我找不到,因为有很多功能。有人有什么想法或建议吗?

EN

回答 1

Unix & Linux用户

发布于 2014-04-16 08:10:07

在文档之后,所使用的加密密码与配置有关,据我所知,它可能是基础加密库支持的任何(对称)密码:

代码语言:javascript
复制
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.
票数 0
EN
页面原文内容由Unix & Linux提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://unix.stackexchange.com/questions/125016

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档