truecrypt

Mount TrueCrypt volume on login in Ubuntu

Is it possible to automount a TrueCrypt volume when logging in to Ubuntu 8.04? It's already storing the wireless network keys using the Seahorse password manager. Could TrueCrypt be made to fetch its volume password from the same keyring? Currently this would seem like the most convenient way to store my source code on the USB stick I ca...

Is there an way to programatically read a file from a TrueCrypt disk into memory?

I need to load a file from an umounted TrueCrypt disk into memory. Is there any way to do this programatically? Does TrueCrypt offer an API? The way I believe is best for attempting this would be to mount the volume (prompting the user for a password, of course), open the file, and then unmount the volume. Is there a way to do this a...

Can I use Truecrypt to protect an SQL 2008 database so that only my application can see the data?

I want to distribute an SQL 2008 database to a client and set it up so that the only way to access the data in it is through my application. Can I use Truecrypt for that? Can you think of any other solution? ...

MBR Booting from DOS

For a project I would like to invoke the MBR on the first harddisk directly from DOS. I've written a small assembler program that loads the MBR in memory at 0:7c00h an does a far jump to it. I've put my util on a (DOS) bootable floppy. The disk (HD0, 0x80) i'm trying to boot has a TrueCrypt boot loader on it. When I run the tool in this ...

Mercurial fails while commiting/updating/etc. using Mercuriual+TrueCrypt+MAC

While trying to work with Mercurial on project located on TrueCrypt partition I always get en error as follows: ** unknown exception encountered, details follow ** report bug details to http://mercurial.selenic.com/bts/ ** or [email protected] ** Mercurial Distributed SCM (version 1.5.2+20100502) ** Extensions loaded: Traceback (mo...

How do I install a customized font in system?? and copy to word pad??

I have designed a special character. what I want is I need to install to windows system. First I want to assign that character to a keyboard. then when I copy this font from a word processor to word pad it should be visible. I have modified glyph of an existing font and replaced "^" character to my new design. Right now I have assigned...

Truecrypt 7.0 build

I'm trying to build Truecrypt 7.0 I have build the driver. But I can't build the Boot Project. 1>------ Build started: Project: Boot, Configuration: Release Win32 ------ 1>Performing Makefile project actions 1>NMAKE : fatal error U1077: '"C:\Program Files\Microsoft Visual Studio 9.0\VC\bin\cl.exe"' : return code '0xc0000135' 1>Stop. T...

Is it possible to use TrueCrypt through another application? (C#)

I have just started using TrueCrypt and I am wondering if it is at all possible for me to write a console/forms app that will allow me to interact with truecrypt. It would be using C# in Visual Studio 2010 with Windows 7. I am just wanting to know if I can do it. If anyone has done it before or knows if it is possible I would appreciate ...

What is the principle of VirtualBox's dynamic size hard disk?

Do you know TrueCrypt Project? It makes a container file and formats it. The container file will be seen as like a volume. An we do I/O to the volume, the I/O will be crypted. By the way, can the container file size be flexible like virtualbox's dynamic hard disk(.vdi file)? I made a crypt driver like the TrueCrypt. But my container f...