Mounir IDRASSI

Results 158 comments of Mounir IDRASSI

Thanks for your interest in DirHash and HashCheck, and for your valuable input! You're absolutely right, the addition of xxHash's XXH3 and XXH128 hashing algorithms could be beneficial for the...

It is indeed becoming harder to configure macFUSE on recent macOS versions for non-technical users. This limits the userbase of VeraCrypt and supporting Fuse-T is a solution to this problem....

I have finally merged https://github.com/veracrypt/VeraCrypt/pull/1276 and added some enhancements on top of it. I’m now looking into fuse-t support. I have reviewed the changes proposed by the fuse-t author in...

I have added FUSE-T support to VeraCrypt in this commit: https://github.com/veracrypt/VeraCrypt/commit/edde1d45f6de3e71b585b92e0e06d7499735c238 There was an issue that caused volumes not to mount the first time they are used, and it took...

As promised, here is the notarized version of VeraCrypt that uses FUSE-T instead of MacFUSE: [VeraCrypt_FUSE-T_1.26.11.dmg.zip](https://github.com/user-attachments/files/15944284/VeraCrypt_FUSE-T_1.26.11.dmg.zip) SHA256 SUM: `a2ee0316c409d78d721b381cb0610ae33dc6246c0497178780310836644b7b97 VeraCrypt_FUSE-T_1.26.11.dmg` Based my tests, it seems to work well. Feedback is...

Thank you @pashynskykh for the quick feedback. For the first issue, it is caused by a FUSE-T issue for which I have already implemented a workaround (a waiting loop of...

Thank you @tarbs for the feedback. This shows that the current workaround for the FUSE-T delay issue does work on some machines other than mine. I’m starting to like FUSE-T...

@pashynskykh, I have increased the waiting time for FUSE-T to 5 seconds and prepared a new build with this change. Please let me know if this solves the problem of...

Thank you all for the testing, specially @pashynskykh. Things look good for FUSE-T support. It will be the recommended version of VeraCrypt for Apple Silicon.

@kapitainsky Thank you for the feedback. Concerning TrueCrypt support, it was indeed dropped in version 1.26.7 in order to simplify the code base and add room for new Blake2s algorithm....