-
as seen on Super User
- Search for 'Super User'
Following shaneselman's advice (http://www.hanselman.com/blog/TheComputerBackupRuleOfThree.aspx), I'm setting up a 2TB external drive as a backup, and encrypting it using TrueCrypt. This is under Windows 7. (I've used TrueCrypt before, but not since XP days.) I installed TrueCrypt with default options…
>>> More
-
as seen on Super User
- Search for 'Super User'
With c# or a batch file I mount a trueCrypt volume located at A:\volumeTrueCrypt.tc
With c# I do:
static void Main(string[] args)
{
var p = Process.Start(
fileName:@"C:\Program Files\TrueCrypt\TrueCrypt.exe",
arguments:@"/v a:\volumetruecrypt.tc /lw /a /p truecrypt"
);
…
>>> More
-
as seen on Ask Ubuntu
- Search for 'Ask Ubuntu'
I installed TrueCrypt 7.1 Standard 64-bit on a fresh install of Ubuntu 11.10 64-bit. After finding the application in the dash I dragged it's icon onto the Unity launcher. I then clicked that icon and TrueCrypt's main window opened. I mounted my encrypted file/volume and then closed the window to…
>>> More
-
as seen on Super User
- Search for 'Super User'
Is it possible to mount a TrueCrypt volume file over FTP?
Here's how TrueCrypt works with a local file:
User inputs path to volume file, enters password
TrueCrypt verifies that the password is correct (probably by decrypting the very first part of the volume file?)
TrueCrypt reads the directory…
>>> More
-
as seen on Super User
- Search for 'Super User'
Hi,
How does one resize a TrueCrypt file ?
Michael
>>> More