bailey27 / cppcryptfs

cppcryptfs is an implementation of the gocryptfs encrypted overlay filesystem in C++ for Windows.
Other
646 stars 56 forks source link

HashCheck #103

Closed bradiso closed 4 years ago

bradiso commented 4 years ago

HashCheck (https://github.com/gurnec/HashCheck) produces an empty file on "Create Checksum File" in an encrypted folder. It works when create the checksum file in a regular folder even if "checksumed" files are encrypted.

OS : Windows 7 x64 cppcryptfs : 1.4.2.1 x64 Dokany : 1.3.1.1000 Storage : SSD Settings : 5 threads, I/O buffer 64kB, Cache TTL : 10s, case insensitive, AES256-EME, long file names, AES256-GCM

Thanks

bailey27 commented 4 years ago

This also appears to be the same problem as #99.

I get an empty file with the release cppcryptfs, and with my fix for #99 I get the expected checksum file.

I hope to release the fix this weekend.

bailey27 commented 4 years ago

The release with the fix is out. https://github.com/bailey27/cppcryptfs/releases/tag/1.4.2.2