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.