Close Menu
    X (Twitter)
    Hectic GeekHectic Geek
    • Apps
      • Apps for Mac
      • Apps for PCs
      • Best Apps
    • Concepts
      • Comparison
      • For Geeks
      • IT Careers
    • Gadgets
      • Accessories
      • Best Work Laptops
      • Budget Laptops
    • GNU/Linux
      • Ubuntu
    • How To
      • Virtualization
      • Windows
      • Windows How-To
    Hectic GeekHectic Geek
    Home ยป Best Free Encryption Software – TrueCrypt
    GNU/Linux

    Best Free Encryption Software – TrueCrypt

    GayanBy GayanDecember 9, 2011Updated:September 22, 20121 Comment5 Mins Read
    Twitter Reddit Telegram WhatsApp Email
    Share
    Twitter Reddit Telegram WhatsApp Email

    Data encryption is one of the best ways of protecting your sensitive data from data thefts and other security vulnerabilities. And normally data encryption can be divided into two main categories. Either into Hardware encryption (independent of the OS because the encrypting tool is located on a physical chip) or Software encryption (runs on top of the OS).

    Some say Hardware encryption is better than the Software version but others disagree. Hardware encryption might have a an advantage of being a bit faster (the encryption process) because that hardware is designed and optimized for that task. But then again these days computers are quite powerful so if you have a powerful computer then this might not necessarily be a valid truth anymore.

    Anyway, if you’re looking for a powerful software based data encryption utility that comes absolutely free and runs on GNU/Linux, MS Windows and Mac OSX (cross-platform) then TrueCrypt is certainly one of the best tools that I’ve been using for a long time.

    Let’s have a look at some of the features…

    *. Supports encrypting both virtual data volumes (lets you create virtual disk partitions) and actual partitions.

    *. Uses “On-the-fly-encryption” method. This is one of the fastest and secure methods of encryption and is also ideal if you want to easily create a portable encrypted data volumes.

    *. Supports creating “hidden” volumes.

    A hidden volume is a virtual data partition (hidden) inside of the visible virtual data volume. The benefit is that, even if you mounted the encrypted volume in TrueCrypt the data inside the hidden volume will still be invincible until you mount that hidden volume manually.

    Although while using this feature you must be careful otherwise you can easily over-write the data in that hidden volume (read the TrueCrypt manual as it explains things more accurately).

    *. Add/Remove Passwords.

    *. Add “key” files from disk or generate secure ones automatically.

    *. Supports few major data encryption methods such as : AES, Serpent, TwoFish, AES-TwoFish and a few others.

    *. Change hash algorithms.

    *. Benchmark testing between different algorithms.

    *. File systems supported (for the virtual data volumes): Fat, NTFS, Ext2/3/4.

    *. Bookmark data volumes or keep then in History (disabled by default).

    *. Enable/Disable caching passwords in memory (disabled by default).

    *. In the portable mode, while running on another computer it literally leaves almost no trace of its existence (temp files, registry entries etc). But TrueCrypt does tell us that by analyzing the registry it might be possible to find some traces that expose TrueCrypt might had been run.

    *. You can make few other tweaks using the settings window as well.

    You can install TrueCrypt in Ubuntu 12.04 Precise Pangolin, 11.10 Oneiric Ocelot, 11.04 Natty Narwhal, 10.10 and 10.04 by first downloading the package (supports 32/64bit versions) from this official TrueCrypt download page (also holds packages for other operating systems).

    Few installation notes for the GNU/Linux users …

    1. Under “Linux” subheading in that page, just make sure to download the package named “standard …” because if you go with the “console …” one you’ll end up without a GUI (yikes! :)).

    2. Then once the download is complete, just double click on the file and extract the content to say your “Home” folder.

    3. Now open a Terminal and change your directory to the extracted location (it is usually the ‘Downloads’ folder).

    4. Now simply enter the below command in the Terminal window and press Enter (just replace your downloaded TrueCrypted package name with the below text in Green).

    sh ./truecrypt-7.1-setup-x86

    5. Then when asked choose “Install TrueCrypt” to install it to disk (as in the below screenshot) or “Extract .tar Package file” if you want to make a portable version of TrueCrypt.

    6. Th rest is pretty automatic. When everything complete, it’ll ask you to press the “Enter” key and that’s about it!.

    I can’t run the TrueCrypt portable file in my USB drive in GNU/Linux. Why?

    This is a common issue and the most possible reason is that your USB drive (or whatever the device that you use) uses MS Windows file system such as: Fat or NTFS. And GNU/Linux does not let executable files to be run in those file systems with ‘read & write’ permissions.

    So the easiest solution is to re-mount the Windows file system with program execution enabled.

    1. For that first un-mount the mounted USB or the device. Use the below command for that (just replace “sdb1” with your device path).

    sudo umount /dev/sdb1

    2. Now re-mount it with data execution enabled by using the below command.

    sudo mount -o exec /dev/sdb1 /mnt

    Again replace both “sdb1” with your drive path and “/mnt” with your preferred device mounting location.

    After doing that you should be able to run TrueCrypt in GNU/Linux from your USB or any portable device!. As mentioned above, make sure to read its manual as it contains valuable information. Good luck.

    Share. Twitter Reddit Telegram WhatsApp Email
    Gayan

    An RHCE, 'Linux' user with 14+ years of experience. Extreme lover of Linux and FOSS. He is passionate to test every Linux distribution & compare with the previous release to write in-depth articles to help the FOSS community.

    Related Posts

    How to Check Linux CPU Usage?

    February 5, 2024

    Linux export Command: A Comprehensive Tutorial

    February 3, 2024

    AlmaLinux vs Ubuntu – How to Select the Best One?

    October 22, 2023

    AlmaLinux vs Rocky Linux: What you need to know

    August 24, 2023

    Pop!_OS VS Linux Mint, Which One to Select in 2023

    July 27, 2023

    Debian vs Ubuntu Server: A Brief Comparison for Beginners

    July 2, 2023

    1 Comment

    1. someone on February 2, 2012 5:17 am

      In respect to TrueCrypt:

      unprotect.info can currently recover passwords to the volumes encrypted with the following algorithms:

      Hash functions: RIPEMD-160, SHA-512, Whirlpool

      Ciphers: AES, Serpent, Twofish

      Encryption modes: XTS

      http://www.forensicswiki.org/wiki/Unprotect.info

      Reply
    Leave A Reply Cancel Reply

    This site uses Akismet to reduce spam. Learn how your comment data is processed.

    Latest Posts

    Transforming Geek Culture with Advanced Software Development

    April 8, 2024

    The Role of Technology in Enhancing Digital Signage Solutions

    February 21, 2024

    How to Check Linux CPU Usage?

    February 5, 2024

    Linux export Command: A Comprehensive Tutorial

    February 3, 2024

    [Fixed] HDMI No Signal to TV or Monitor on Windows 10/11

    November 7, 2023

    AlmaLinux vs Ubuntu – How to Select the Best One?

    October 22, 2023

    Subscribe to Updates

    Get the latest news and updates from Hectic Geek. We won't overload you or sell your data!

    Contact
    • About Us
    • Contact Us
    • Privacy Policy
    • Write for Us
    X (Twitter)
    © 2026 Hectic Geek.

    Type above and press Enter to search. Press Esc to cancel.