DESCR 645 B

12345678910111213141516
  1. EncFS provides an encrypted filesystem based on FUSE and OpenSSL.
  2. EncFS works on a per-file basis, not with entire block devices.
  3. An EncFS filesystem can grow to any size without being reformatted
  4. and can be backed-up on a file-by-file basis.
  5. EncFS does NOT encrypt or otherwise hide the following information:
  6. - The number of files you have encrypted
  7. - The permissions on the files (readable, writable, executable)
  8. - The size of each file
  9. - The approximate size of each filename (to within 16 bytes using AES,
  10. or 8 bytes using Blowfish)
  11. See also the extended introduction page if you are new to EncFS:
  12. http://www.arg0.net/encfsintro