Archive for March, 2008
TrueCrypt 5.1 improves speed
Good news! TrueCrypt 5.1 was released today. It includes the changes presented here in previous posts, which means that you don’t need to recompile the project if you want to take benefit from Brian Gladman’s highly optimized AES implementation in assembly language.
You can download the new TrueCrypt binaries here.
However, there is still room left for improvement: The XTS mode of operation is still implemented in C and to get an additional performance-boost of a few percent, the TrueCrypt developers should take a look at the AES implementation of DiskCryptor. DiskCryptor generates AES encrypt and decrypt functions dynamically, by patching the AES round-keys into an highly optimized assembly version.
2 comments