Environment
I got the idea to install TrueCrypt on my OSx running Yosemite (10.10.1) and found this sneaky welcome :
The end of support from the core development team doesn’t mean to stop using Truecrypt for me (see here and here for the security audit results), I still need it to access my personal volumes.
For now, the current release remains the 7.1a avalaible from TCnext. It requires few tricks to get installed on Yosemite using the DMG file. This post introduces a method to bypass this error thanks to this source.
WARNING please see the fork named veracrypt
maintained by IDRIX to be up to date : https://veracrypt.codeplex.com/.
Method using the terminal/vim
- Open the .dmg and extract the .mpkg in your home
- Open the
~/TrueCrypt 7.1a.mpkg/Contents/distribution.dist
file with your favorite text editor - On line 13, replace this line :
if(!(system.version.ProductVersion >= '10.4.0')) {
by this one :
if(!(system.version.ProductVersion >= '10.10')) {