Encfs의 암호화 기능은 무엇입니까?

Encfs의 암호화 기능은 무엇입니까?

Encfs에 관한 논문을 읽은 후 Encfs에 암호화 계층이 있다는 것을 알게 되었습니다. 그래서 정확한 암호화 기능을 찾아보려고 합니다. 그런데 기능이 많아서 못찾았네요. 누구 아이디어나 제안이 있나요?

답변1

문서에 따르면 사용되는 암호화 암호는 구성에 따라 다르며 내가 이해하는 한 기본 암호화 라이브러리에서 지원하는 모든 (대칭) 암호가 될 수 있습니다.

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.

관련 정보