Unpacking Software Livestream

Join our monthly Unpacking Software livestream to hear about the latest news, chat and opinion on packaging, software deployment and lifecycle management!

Learn More

Chocolatey Product Spotlight

Join the Chocolatey Team on our regular monthly stream where we put a spotlight on the most recent Chocolatey product releases. You'll have a chance to have your questions answered in a live Ask Me Anything format.

Learn More

Chocolatey Coding Livestream

Join us for the Chocolatey Coding Livestream, where members of our team dive into the heart of open source development by coding live on various Chocolatey projects. Tune in to witness real-time coding, ask questions, and gain insights into the world of package management. Don't miss this opportunity to engage with our team and contribute to the future of Chocolatey!

Learn More

Calling All Chocolatiers! Whipping Up Windows Automation with Chocolatey Central Management

Webinar from
Wednesday, 17 January 2024

We are delighted to announce the release of Chocolatey Central Management v0.12.0, featuring seamless Deployment Plan creation, time-saving duplications, insightful Group Details, an upgraded Dashboard, bug fixes, user interface polishing, and refined documentation. As an added bonus we'll have members of our Solutions Engineering team on-hand to dive into some interesting ways you can leverage the new features available!

Watch On-Demand
Chocolatey Community Coffee Break

Join the Chocolatey Team as we discuss all things Community, what we do, how you can get involved and answer your Chocolatey questions.

Watch The Replays
Chocolatey and Intune Overview

Webinar Replay from
Wednesday, 30 March 2022

At Chocolatey Software we strive for simple, and teaching others. Let us teach you just how simple it could be to keep your 3rd party applications updated across your devices, all with Intune!

Watch On-Demand
Chocolatey For Business. In Azure. In One Click.

Livestream from
Thursday, 9 June 2022

Join James and Josh to show you how you can get the Chocolatey For Business recommended infrastructure and workflow, created, in Azure, in around 20 minutes.

Watch On-Demand
The Future of Chocolatey CLI

Livestream from
Thursday, 04 August 2022

Join Paul and Gary to hear more about the plans for the Chocolatey CLI in the not so distant future. We'll talk about some cool new features, long term asks from Customers and Community and how you can get involved!

Watch On-Demand
Hacktoberfest Tuesdays 2022

Livestreams from
October 2022

For Hacktoberfest, Chocolatey ran a livestream every Tuesday! Re-watch Cory, James, Gary, and Rain as they share knowledge on how to contribute to open-source projects such as Chocolatey CLI.

Watch On-Demand

Downloads:

22,097

Downloads of v 7.1.20150620:

13,662

Last Update:

14 Feb 2016

Package Maintainer(s):

Software Author(s):

  • TrueCrypt Developers Association

Tags:

security privacy encryption aes serpent twofish ripemd-160 sha-512 whirlpool abandonware unattended

TrueCrypt

  • 1
  • 2
  • 3

7.1.20150620 | Updated: 14 Feb 2016

Downloads:

22,097

Downloads of v 7.1.20150620:

13,662

Maintainer(s):

Software Author(s):

  • TrueCrypt Developers Association

TrueCrypt 7.1.20150620

  • 1
  • 2
  • 3

Some Checks Have Failed or Are Not Yet Complete

Not All Tests Have Passed


Validation Testing Passed


Verification Testing Failed

Details

Scan Testing Successful:

No detections found in any package files

Details
Learn More

Deployment Method: Individual Install, Upgrade, & Uninstall

To install TrueCrypt, run the following command from the command line or from PowerShell:

>

To upgrade TrueCrypt, run the following command from the command line or from PowerShell:

>

To uninstall TrueCrypt, run the following command from the command line or from PowerShell:

>

Deployment Method:

NOTE

This applies to both open source and commercial editions of Chocolatey.

1. Enter Your Internal Repository Url

(this should look similar to https://community.chocolatey.org/api/v2/)


2. Setup Your Environment

1. Ensure you are set for organizational deployment

Please see the organizational deployment guide

2. Get the package into your environment

  • Open Source or Commercial:
    • Proxy Repository - Create a proxy nuget repository on Nexus, Artifactory Pro, or a proxy Chocolatey repository on ProGet. Point your upstream to https://community.chocolatey.org/api/v2/. Packages cache on first access automatically. Make sure your choco clients are using your proxy repository as a source and NOT the default community repository. See source command for more information.
    • You can also just download the package and push it to a repository Download

3. Copy Your Script

choco upgrade truecrypt -y --source="'INTERNAL REPO URL'" [other options]

See options you can pass to upgrade.

See best practices for scripting.

Add this to a PowerShell script or use a Batch script with tools and in places where you are calling directly to Chocolatey. If you are integrating, keep in mind enhanced exit codes.

If you do use a PowerShell script, use the following to ensure bad exit codes are shown as failures:


choco upgrade truecrypt -y --source="'INTERNAL REPO URL'" 
$exitCode = $LASTEXITCODE

Write-Verbose "Exit code was $exitCode"
$validExitCodes = @(0, 1605, 1614, 1641, 3010)
if ($validExitCodes -contains $exitCode) {
  Exit 0
}

Exit $exitCode

- name: Install truecrypt
  win_chocolatey:
    name: truecrypt
    version: '7.1.20150620'
    source: INTERNAL REPO URL
    state: present

See docs at https://docs.ansible.com/ansible/latest/modules/win_chocolatey_module.html.


chocolatey_package 'truecrypt' do
  action    :install
  source   'INTERNAL REPO URL'
  version  '7.1.20150620'
end

See docs at https://docs.chef.io/resource_chocolatey_package.html.


cChocoPackageInstaller truecrypt
{
    Name     = "truecrypt"
    Version  = "7.1.20150620"
    Source   = "INTERNAL REPO URL"
}

Requires cChoco DSC Resource. See docs at https://github.com/chocolatey/cChoco.


package { 'truecrypt':
  ensure   => '7.1.20150620',
  provider => 'chocolatey',
  source   => 'INTERNAL REPO URL',
}

Requires Puppet Chocolatey Provider module. See docs at https://forge.puppet.com/puppetlabs/chocolatey.


4. If applicable - Chocolatey configuration/installation

See infrastructure management matrix for Chocolatey configuration elements and examples.

NOTE

Private CDN cached downloads available for licensed customers. Never experience 404 breakages again! Learn more...

Package Approved

This package was approved by moderator ferventcoder on 17 Feb 2016.

Description

Free open-source disk encryption software for Windows 7/Vista/XP, Mac OS X, and Linux.

Abandonware

TrueCrypt is currently unmaintained (since May 2014), which may have security implications. The original website and forums have been taken offline. For more information, see Wikipedia and the community website for plans on continuing development under a different name as required by the TrueCrypt license v3.0.

Security audit

Dec 2013: Prior to TrueCrypt developers abandoning the software, its security was brought to question and a public audit was called for and successfully funded on a public crowd-funding website.
May 2014: The anonymous TrueCrypt developers announce no further development of TrueCrypt and recommend Windows users to migrate to BitLocker, the closed source encryption available in certain versions of Microsoft Windows and Mac OSX users migrate to OS' native encryption tools in Disk Utility.
Apr 2015: The security audit is completed of TrueCrypt version 7.1a and published on https://opencryptoaudit.org/. The entirety of the final report is available as a PDF. An excerpt from that report follows:

> The Open Crypto Audit Project engaged Cryptography Services (CS) to perform a scoped engagement
on portions of TrueCrypt's cryptographic implementations and use. This review was narrowly scoped
to specific aspects of the application, and was time-boxed to an engagement length that was deemed
sufficient to give adequate coverage of the components in place.
> [...]
> CS identified four (4) issues, and none led to a complete bypass of confidentiality
in common usage scenarios. The standard workflow of creating a volume and making use of it
was reviewed, and no significant flaws were found that would impact it.

Version 7.2

Concurrent to the May 2014 announcement of abandoning the project and recommending users migrate to other software, version 7.2 was released as a closed source installer of TrueCrypt intended for migrating encrypted TrueCrypt containers to other encryption software.

Due to the unexpected and suspicious announcement and lack of information detailing any changes or fixes made to the installer, it is generally advised not to install version 7.2 for cautious users.

Version 7.1a

Although open source version 7.1a was released 7 February 2012, no critical security issues are known and it has been found reliable and stable.

This package installs version 7.1a

Community


tools\chocolateyInstall.ahk
; default environment
DetectHiddenWindows, off
SetControlDelay, 20

; modified environment
#NoEnv
#NoTrayIcon
DetectHiddenText, off
SetTitleMatchMode, 1

; variables
waitTime = 20

title1 = TrueCrypt Setup ahk_class CustomDlg
title1Text = Please read the license terms
title1Button1 = Button5
title1Click1 = I &accept the license terms

title1Button2 = Button3
title1Click2 = &Next >

title2 = TrueCrypt Setup ahk_class CustomDlg
title2Text = Wizard Mode
title2Button = Button3
title2Click = &Next >

title3 = TrueCrypt Setup ahk_class CustomDlg
title3Text = Setup Options
;ControlClick, C:\Program Files\TrueCrypt\, %title3%, %title3Text%
;ControlClick, Install &for all users, %title3%, %title3Text%
;ControlClick, Add TrueCrypt to &Start menu, %title3%, %title3Text%
title3ButtonDesktop = Button10
title3ClickDesktop = Add TrueCrypt icon to &desktop
;ControlClick, Associate the .tc file &extension with TrueCrypt, %title3%, %title3Text%
;ControlClick, Create System &Restore point, %title3%, %title3Text%
title3Button = Button3
title3Click = &Install

;title4 = 
;title4Text = 
;title4Button = 
;title4Click = 

title5 = TrueCrypt Setup ahk_class #32770
title5Text = TrueCrypt has been successfully installed
title5Button = Button1
title5Click = OK

title6 = TrueCrypt Setup ahk_class CustomDlg
title6Text = Please consider making a donation
title6Button = Button3
title6Click = &Finish

title7 = TrueCrypt Setup ahk_class #32770
title7Text = Do you want to view the tutorial
title7Button = Button2
title7Click = &No

WinWait, %title1%, %title1Text%, %waitTime%
WinMinimize, %title1%, %title1Text%
ControlClick, %title1Click1%, %title1%, %title1Text%
ControlClick, %title1Click2%, %title1%, %title1Text%

WinWait, %title2%, %title2Text%, %waitTime%
ControlClick, %title2Click%, %title2%, %title2Text%

WinWait, %title3%, %title3Text%, %waitTime%
ControlClick, %title3ButtonDesktop%, %title3%, %title3Text%
ControlClick, %title3Click%, %title3%, %title3Text%

;WinWait, %title4%, %title4Text%, %waitTime%
;ControlClick, %title4Click%, %title4%, %title4Text%

WinWait, %title5%, %title5Text%, %waitTime%
ControlClick, %title5Click%, %title5%, %title5Text%

WinWait, %title6%, %title6Text%, %waitTime%
ControlClick, %title6Click%, %title6%, %title6Text%

WinWait, %title7%, %title7Text%, %waitTime%
ControlClick, %title7Click%, %title7%, %title7Text%

ExitApp
tools\chocolateyInstall.ps1
$packageName = 'truecrypt'
$installerType = 'exe'
$silentArgs = '/S'
$url = 'https://download.truecrypt.ch/current/TrueCrypt%20Setup%207.1a.exe'
$checksum = '7689d038c76bd1df695d295c026961e50e4a62ea'
$checksumType = 'sha1'
$validExitCodes = @(0)

Write-Verbose "Starting AutoHotKey for assistance in silent and/or automated install."
Write-Verbose "Actively using the computer while AutoHotKey is running may interfere with automation."
$scriptPath = Split-Path -parent $MyInvocation.MyCommand.Definition
$ahkFile = Join-Path $scriptPath "chocolateyInstall.ahk"
$ahkExe = 'AutoHotKey'
Start-Process $ahkExe $ahkFile

Install-ChocolateyPackage -PackageName "$packageName" `
                          -FileType "$installerType" `
                          -SilentArgs "$silentArgs" `
                          -Url "$url" `
                          -ValidExitCodes $validExitCodes `
                          -Checksum "$checksum" `
                          -ChecksumType "$checksumType"
tools\chocolateyUninstall.ahk
; default environment
DetectHiddenWindows, off
SetControlDelay, 20

; modified environment
#NoEnv
#NoTrayIcon
DetectHiddenText, off
SetTitleMatchMode, 1

waitTime = 20
title1 = TrueCrypt Setup ahk_class CustomDlg
title1Text = Click Uninstall to remove TrueCrypt from this system

title2 = TrueCrypt Setup ahk_class #32770
title2Text = TrueCrypt has been successfully uninstalled

title3 = TrueCrypt Setup ahk_class CustomDlg
title3Text = Click Uninstall to remove TrueCrypt from this system


WinWait, %title1%, %title1Text%, %waitTime%
WinMinimize, %title1%, %title1Text%
ControlClick, &Uninstall, %title1%, %title1Text%

WinWait, %title2%, %title2Text%, %waitTime%
ControlClick, OK, %title2%, %title2Text%

WinWait, %title3%, %title3Text%, %waitTime%
ControlClick, &Finish, %title3%, %title3Text%

ExitApp
tools\chocolateyUninstall.ps1
$packageName = 'truecrypt'
$regSearch = 'TrueCrypt'
$installerType = 'exe'
$silentArgs = '/u'
$validExitCodes = @(0)

$scriptPath = $(Split-Path -parent $MyInvocation.MyCommand.Definition)
$ahkFile = Join-Path $scriptPath "chocolateyUninstall.ahk"
$ahkExe = 'AutoHotKey'
$ahkRun = "$Env:Temp\$(Get-Random).ahk"
Copy-Item $ahkFile "$ahkRun" -Force
Start-Process $ahkExe $ahkRun

Get-ItemProperty -Path @( 'HKLM:\Software\Wow6432Node\Microsoft\Windows\CurrentVersion\Uninstall\*',
                          'HKLM:\Software\Microsoft\Windows\CurrentVersion\Uninstall\*',
                          'HKCU:\Software\Microsoft\Windows\CurrentVersion\Uninstall\*' ) `
                 -ErrorAction:SilentlyContinue `
| Where-Object   { $_.DisplayName -like $regSearch } `
| ForEach-Object { $_ -match '(?<=")[^"]+'
                   Uninstall-ChocolateyPackage -PackageName "$packageName" `
                                               -FileType "$installerType" `
                                               -SilentArgs "$($silentArgs)" `
                                               -File $matches[0] `
                                               -ValidExitCodes $validExitCodes }

Remove-Item "$ahkRun" -Force -ErrorAction SilentlyContinue

Log in or click on link to see number of positives.

In cases where actual malware is found, the packages are subject to removal. Software sometimes has false positives. Moderators do not necessarily validate the safety of the underlying software, only that a package retrieves software from the official distribution point and/or validate embedded software against official distribution point (where distribution rights allow redistribution).

Chocolatey Pro provides runtime protection from possible malware.

Add to Builder Version Downloads Last Updated Status
TrueCrypt 7.1.20140621 4631 Friday, June 20, 2014 Unknown
TrueCrypt 7.1.20140607 699 Friday, June 6, 2014 Unknown
TrueCrypt 7.1.1 3105 Tuesday, September 25, 2012 Unknown

Program

Package

Built and uploaded by dtgm to address the following issues:

  • UNCHANGED: This package continues to install the last published open source release of TrueCrypt, version 7.1a, as made available by the community at https://truecrypt.ch/
  • FIX (Security): The installer now verifies the executable with SHA1 checksum before chocolatey proceeds with installation.
    choco feature list will indicate if chocolatey is verifying the checksum upon install. By default, it is Enabled.
    If checksumFiles - [Disabled] is returned, you may enable it with
    choco feature enable -n=checksumFiles
  • FIX (Compatibility): The uninstaller now searches registry for install location rather than requiring default install location.
  • FIX (Deprecated): Removed and cleaned deprecated parts from both install and uninstall scripts.
  • FIX (Info): Additional information in nuspec: description, releaseNotes, tags, copyright
  • FIX (Info): Corrected information in nuspec: summary, authors, icon
Discussion for the TrueCrypt Package

Ground Rules:

  • This discussion is only about TrueCrypt and the TrueCrypt package. If you have feedback for Chocolatey, please contact the Google Group.
  • This discussion will carry over multiple versions. If you have a comment about a particular version, please note that in your comments.
  • The maintainers of this Chocolatey Package will be notified about new comments that are posted to this Disqus thread, however, it is NOT a guarantee that you will get a response. If you do not hear back from the maintainers after posting a message below, please follow up by using the link on the left side of this page or follow this link to contact maintainers. If you still hear nothing back, please follow the package triage process.
  • Tell us what you love about the package or TrueCrypt, or tell us what needs improvement.
  • Share your experiences with the package, or extra configuration or gotchas that you've found.
  • If you use a url, the comment will be flagged for moderation until you've been whitelisted. Disqus moderated comments are approved on a weekly schedule if not sooner. It could take between 1-5 days for your comment to show up.
comments powered by Disqus