.TC

TC File

TrueCrypt Encrypted Volume
Ask a question
QUICK ANSWER

A TC file is an encrypted virtual disk volume created by TrueCrypt, an open-source encryption program abandoned in May 2014. To open one, use VeraCrypt version 1.25.9 or earlier with TrueCrypt compatibility mode enabled. VeraCrypt 1.26 (October 2023) removed TrueCrypt support, so upgrading VeraCrypt without first converting your TC volumes will leave them inaccessible.

Developer: TrueCrypt Foundation (discontinued); VeraCrypt (IDRIX) as successor Category: Disk Image Files MIME: application/octet-stream
OPENS ON Windows macOS Linux
Related: .BIN · .ISO · .MDF · .DMG

On this page

19k+ extensions indexed
Last reviewed Aug 29, 2026

Not sure what your file is?

Drop any file into our identifier - we read just the first bytes to name the format.

Identify a file

What is the TC file format?

A .tc file is an encrypted virtual disk volume created by TrueCrypt, an open-source disk encryption application discontinued abruptly in May 2014. When mounted, a .tc container presents as a regular drive letter - any filesystem placed inside (FAT32, NTFS, exFAT, ext4) becomes fully accessible. Unmounted, the file resembles a block of random data with no identifying header, by design.

The format's defining feature is plausible deniability: .tc files carry no magic bytes or plaintext signature. A standard volume opens with a 512-byte random salt followed by an AES-XTS-encrypted volume header, with a backup header stored in the last 64 KB of the file. A hidden volume can be nested inside the outer volume's free space - without the correct passphrase, its presence cannot be confirmed.

Supported ciphers include AES-256, Serpent-256, and Twofish-256 (all in XTS mode), as well as cascaded combinations such as AES-Twofish or AES-Twofish-Serpent. Volume headers are protected by PBKDF2-HMAC-SHA-512.

TrueCrypt 7.1a (February 2012) was the last stable release before the project's unexplained shutdown. An independent audit in 2015 found no critical backdoors but noted implementation weaknesses. VeraCrypt (IDRIX) is the active successor and reads .tc volumes in compatibility mode - however, VeraCrypt 1.26 (October 2023) removed that support. Users needing to migrate legacy .tc volumes should use VeraCrypt 1.25.9 or earlier, then convert to VeraCrypt format.

The .tc extension is not mandatory; TrueCrypt volumes can use any extension or none at all.

Security & safety

RISK: MEDIUM

TrueCrypt itself is abandoned and has known (medium-severity) security bugs unfixed since 2014. DO NOT use TrueCrypt for new encryption - use VeraCrypt. Existing .tc volumes are safe to open with VeraCrypt (TrueCrypt mode) for migration purposes only. WARNING: Numerous third-party sites offer TrueCrypt downloads - these are potential malware vectors since the original source is gone. Only use VeraCrypt from veracrypt.fr for any encryption work. VeraCrypt ≥ 1.26 (Oct 2023) no longer mounts TrueCrypt volumes, so migrate existing .tc files to VeraCrypt format using VeraCrypt 1.25.9 before updating.

Format details

in a nutshell
FULL NAMETrueCrypt Encrypted Volumeaka TrueCrypt container, TrueCrypt disk volume
DEVELOPERTrueCrypt Foundation (discontinued); VeraCrypt (IDRIX) as successorsince 2004 (TrueCrypt 1.0)
MIME TYPEapplication/octet-stream
TYPEencrypted virtual disk image (file-hosted volume)

Programs that open TC files

Windows2 apps
VeraCrypt Open-source Use VeraCrypt version ≤ 1.25.9: click 'Select File', choose the .tc file, click 'Mount', check 'TrueCrypt Mode' in the password dialog, enter the passphrase. For new volumes, use native VeraCrypt format instead.
TrueCrypt 7.1a (historical reference only) Open-source DO NOT use - project abandoned 2014, no security updates. Use VeraCrypt instead. TrueCrypt.org is defunct.
macOS1 app
VeraCrypt Open-source Same as Windows - use VeraCrypt ≤ 1.25.9 for TrueCrypt mode mount. Available as a macOS installer from veracrypt.fr.
Linux1 app
VeraCrypt Open-source CLI: veracrypt --truecrypt --mount /path/to/volume.tc /mnt/tc (VeraCrypt ≤ 1.25.9 only). GUI version also available.

Technical details

deep spec
Encryption ciphersAES-256, Serpent-256, Twofish-256 (XTS mode); cascaded pairs and triples also supported (e.g., AES-Twofish, AES-Twofish-Serpent)
Key derivationPBKDF2-HMAC-SHA-512 (default); also SHA-1, RIPEMD-160, Whirlpool; derives the volume header decryption key
Plausible deniabilityNo magic bytes or plaintext signature - volumes appear as random data; hidden volumes can be nested inside outer volume free space
Volume header structure512-byte random salt + 512-byte AES-XTS-encrypted header; backup header in the last 64 KB of the volume
Hidden volume supportYes - a second encrypted filesystem nested in the outer volume's free space; indistinguishable without the inner passphrase
Filesystem insideFAT32, NTFS, exFAT, or ext2/3/4 - formatted by the user inside the encrypted container
Header integrityCRC-32 over decrypted header fields; HMAC-SHA-512 on the backup header
Volume sizeUser-defined at creation - from a few MB up to several TB; fixed after creation, not dynamically expandable
Byte orderLittle-endian
Platform supportWindows, macOS, Linux (original TrueCrypt); same via VeraCrypt 1.25.9 or earlier for legacy .tc volume mounting
Last stable releaseTrueCrypt 7.1a, February 2012; project discontinued May 28, 2014
Successor toolVeraCrypt (IDRIX, 2013-present); VeraCrypt 1.26+ (October 2023) dropped TrueCrypt volume mounting and conversion
Released2004 (TrueCrypt 1.0)
Latest versionTrueCrypt 7.1a (February 2012) - last stable release before project abandonment
Specificationen.wikipedia.org

Community Q&A

asked by users
Ask a quick question
Get help from people who work with TC files. Be specific - include your system and software version.
No account needed · answers usually within a day

No questions yet - be the first to ask about TC files.

Frequently asked questions

How do I open a .tc file?
Use VeraCrypt (version 1.25.9 or older) in TrueCrypt compatibility mode: select the file, click Mount, enable 'TrueCrypt Mode', enter your passphrase. VeraCrypt 1.26+ dropped TrueCrypt support.
Is TrueCrypt still safe to use?
No. TrueCrypt has been abandoned since May 2014 with no security updates. Use VeraCrypt instead - it is the actively maintained successor and supports the same .tc volumes for migration.
Can I open a .tc file with the latest VeraCrypt?
Not with VeraCrypt 1.26 or later - TrueCrypt compatibility was removed in October 2023. Use VeraCrypt 1.25.9 to convert your .tc volume to the native VeraCrypt format first.
What is the difference between a TrueCrypt volume and a VeraCrypt volume?
Both are encrypted container files and look similar externally. VeraCrypt uses a stronger PBKDF2 with far more iterations (500,000 for SHA-256 vs 1,000 in TrueCrypt), making it more resistant to brute-force attacks. VeraCrypt volumes use a different header structure and cannot be mounted by TrueCrypt.
Where can I download TrueCrypt safely?
You should NOT download TrueCrypt - the original site (truecrypt.org) is gone and third-party mirrors may be trojanized. Download VeraCrypt from veracrypt.fr instead.

References

1TrueCrypt - Wikipediaen.wikipedia.org
2VeraCrypt - Wikipediaen.wikipedia.org

Keep exploring

across the database

Top extensions this week

1.AQQAQQ Instant Messenger File
2.BINCD/DVD Disc Image (BIN/CUE)
3.CRDOWNLOADChrome Partial Download File
4.PARTPartial Download File
5.MDMarkdown Document
6.RPMSGRestricted Permission Message
7.NOMEDIAAndroid No-Media Marker File
8.PRO6XProPresenter 6 Bundle File
9.PRDXSoftMaker Presentations Document
10.SWFSmall Web Format (Shockwave Flash)

Related extensions

.BINCD/DVD Disc Image (BIN/CUE)
.ISOISO disc image (ISO 9660 / UDF)
.MDFMedia Descriptor File (Alcohol 120% / DAEMON Tools disc image)
.DMGApple Disk Image
.NRGNero Burning ROM Disc Image
.TIBAcronis True Image Backup

Free file tools

An in-browser file identifier and image converter - everything runs on your device.

Open the toolbox

Browse file extensions A-Z