diff --git a/encfs/encfs.pod b/encfs/encfs.pod index 16c8756..70a8b7f 100644 --- a/encfs/encfs.pod +++ b/encfs/encfs.pod @@ -317,6 +317,7 @@ I mode uses the following settings: Filesystem Block Size: 1024 bytes Filename Encoding: Block encoding with IV chaining Unique initialization vector file headers + File holes passed through I mode uses the following settings: Cipher: AES @@ -327,6 +328,7 @@ I mode uses the following settings: Unique initialization vector file headers Message Authentication Code block headers External IV Chaining + File holes passed through In the expert / manual configuration mode, each of the above options is configurable. Here is a list of current options with some notes about what @@ -481,6 +483,14 @@ When this is not enabled and if B is asked to read modified or corrupted data, it will have no way to verify that the decoded data is what was originally encoded. +=item I + +Make encfs leave holes in files. If a block is read as all zeros, it will be +assumed to be a hole and will be left as 0's when read (not deciphered). This +is required if accessing encfs using the SMB protocol. + +Enabled by default. Can be disabled in expert mode. + =back =head1 Attacks