How To Install Truecrypt On Ubuntu

Security https://www.digitalocean.com/community/tutorials/how-to-install-truecrypt-cli-on-linux https://wiki.archlinux.org/index.php/TrueCrypt Mounting a volume $ truecrypt –mount /path/to/device /path/to/mountpoint example: $ truecrypt –mount /dev/sdc1 /media/thefolder then enter the password and other info if necessary. ERRORS & SOLUTIONS I was able to mount the drive and access it via WinSCP but not anything else. To mount the drive so that you have read and […]

How To Open A TrueCrypt Container Using cryptsetup

https://tails.boum.org/doc/encryption_and_privacy/truecrypt/index.en.html https://wiki.archlinux.org/index.php/TrueCrypt#Accessing_a_TrueCrypt_container_using_cryptsetup $ sudo cryptsetup –type tcrypt open container-to-mount container-name examples: for a fully encrypted drive: $ sudo cryptsetup –type tcrypt open /dev/sdc1 files1 or for an encrypted file container $ sudo cryptsetup –type tcrypt open /media/mydir/myfile files1 Replace ‘container-to-mount’ with the device file under /dev or the path to the file you wish to […]