mrpdaemon / encfs-java

encfs-java is a Java library for accessing data in EncFS volumes
GNU Lesser General Public License v3.0
42 stars 15 forks source link

Add support for block level MAC in files #19

Closed mrpdaemon closed 12 years ago

mrpdaemon commented 12 years ago

We currently don't support the blockMACBytes and blockMACRandBytes configuration options - these add MAC authentication to each block so that the decrypted contents can be verified against the MAC. We need to compute and insert this MAC when writing files and compute/verify when reading files.

mrpdaemon commented 12 years ago

Implemented in 7461211c01d08b5e68325d4a5aa7c05da38d0cff