jetwhiz / encfs4win

Windows port of EncFS
https://encfs.win
Other
402 stars 41 forks source link

64-bit Initialization Vectors #16

Open jetwhiz opened 8 years ago

jetwhiz commented 8 years ago

3.4 from audit: https://defuse.ca/audits/encfs.htm

Initialization vectors are only 64 bits, even when using AES instead of Blowfish. This may lead to vulnerabilities when encrypting large (or lots of) files.

Mirror from upstream: https://github.com/vgough/encfs/issues/16