Tagged Questions
TrueCrypt is a software application used for on-the-fly encryption (OTFE). It is distributed without cost and the source code is available. It can create a virtual encrypted disk within a file or encrypt a partition or (under MS Windows except Windows 2000) the entire storage device (pre-boot authentication). -Wikipedia
6
votes
3answers
5k views
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 ...
5
votes
1answer
378 views
Copy file from TrueCrypt volume to clipboard?
I use this code to copy files to Clipboard:
IDataObject data = new DataObject();
data.SetData(DataFormats.FileDrop, new string[] {@"X:\test.doc"});
MemoryStream memo = new MemoryStream(4);
byte[] ...
5
votes
3answers
651 views
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 ...
4
votes
1answer
2k views
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 ...
3
votes
2answers
92 views
Which API is used for encryption of hibernation files on Windows?
The following is quoted from the "Security improvements" section of this article.
"In response to our public complaint regarding the missing API for encryption of Windows hibernation files, ...
2
votes
5answers
264 views
How to write a “truly” private method in C#?
In fact, private methods are implemented in C# that can still be searched with Reflection.
What I am going to do is to write public string Encrypt(string data) and private string Decrypt(string ...
2
votes
1answer
190 views
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 ...
1
vote
0answers
44 views
Restoring Corrupt TrueCrypt Volume
My hardware doesn't seem to like me anymore :-/
I can mount a crypted TrueCrypt volume, but I can not access it (error says it's a corrupt file system). Therefore, I can't run chkdsk or anything on ...
1
vote
0answers
149 views
x86 boot code programmers : How to modify Truecrypt boot loader code for GPT tables?
It appears the the TrueCrypt (TC) boot loader is large so is split between the MBR (446 bytes) and a 32KB hole after the MBR but before the 1st partition. And TrueCrypt seems to be hardcoded in ...
1
vote
1answer
76 views
How to determine whether a drive is TrueCrypt mounted?
Is it possible, in a Windows batch file, to test if a certain drive letter was mounted by TrueCrypt?
1
vote
1answer
109 views
truecrypt - copy without mounting
I would like to copy files into a truecrypt partition without mounting it or mounting it in a hide way (without another volume displayed in "my computer"). I considered hiding the new volume but it ...
1
vote
2answers
281 views
Problem with the truecrypt command prompt command
In C# project I am Accessing true crypt functionality via command prompt command.I have the following task to do.
1 Creating a true crypt volume(Encrypted container)
2,Mount the volume with some ...
1
vote
5answers
275 views
What length password equals 256bits of entropy
I'm using encryption on my entire HDD (aes 256) and i'm wondering what length password i would need so that the password also is 256 bits. As we all know the password is usually the weak link with ...
1
vote
1answer
235 views
truecrypt volume header store in safe place?
I am using truecrypt partition encryption and the docs say to backup the volume header in case the partition gets corrupted. Is this file suppose to be stored in a secure location or can anything be ...
1
vote
1answer
804 views
TrueCrypt alternative with API
I am searching for a TrueCrypt alternative that has an API to programmatically access the files. Does anyone know a solution?
The API should support the listing, creating, changing and deleting of ...
1
vote
1answer
572 views
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 ...
1
vote
1answer
22 views
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 ...
1
vote
2answers
573 views
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 ...
0
votes
0answers
54 views
SVN checkout error with TrueCrypt volume on Fedora
I am trying to setup a dual boot of Windows 7 x64 and Fedora 16 on my company laptop. Since I share many company files between the two operating systems, I have also created a FAT32 partition for ...
0
votes
1answer
42 views
Mount Trucrypt as a mysql user
I have a Truecrypt partition, and I would like to create a mysql database on it, but I need to mount as a mysql user and mysql group, otherwise I can't create new tables. How can I mount this ...
0
votes
1answer
265 views
How does the user inputted password unlock the master key created by TrueCrypt?
I am a student attempting to understand the mechanisms of the Open Source cryptography software http://www.truecrypt.org/ . In TrueCrypt there is a user created key, and/or keyfile, as well as a ...
0
votes
1answer
219 views
How to copy files into a truecrypt partition in c#?
I would like to copy files into an encrypted truecrypt partition using programming(c#) without mounting the partition.
Is it possible?
If so, may you give me an example code to do this!
Thank you!
0
votes
1answer
96 views
Unable to register TrueCrypt device events
I am having a problem trying to use windows RegisterDeviceNotification function to register notification for TrueCrypt drives. My code is a windows service and the registration part is as follows:
...
0
votes
0answers
230 views
Creating software RAID0 from multiple Truecrypt container files
Hypothetically, would it be possible to mount 10, 100, or even 1000 small (3GB) Truecrypt container files and create a single software RAID0 logical volume from them using linux lvm?
0
votes
3answers
68 views
filesystem encryption over the wires
lets assume the following scenario; i need to open a encrypted filesystem (like i'm able to do with TrueCrypt locally) over a network, but
i want the encryption/decryption to happen strictly in the ...
0
votes
1answer
196 views
Make an apache alias point to a folder in a trucrypt container
I tried making an Alias directory point to a directory in a truecrypt container and I always get a 403 Denied error. Can anyone fix this.
0
votes
0answers
206 views
How to delete files corrupted by TrueCrypt?
I have an SVN repo on my flash drive encrypted with the help of TrueCrypt. Something went wrong and ... well .. here you go. Part of my repo looks like this
I can recreate my test cases from the ...
0
votes
1answer
90 views
True Crypt Volume Size Difference
How much size do I approximately loose when encrypting a drive with True Crypt compared to the size of the same drive without any sort of encryption?
0
votes
3answers
1k views
Whole drive encryption like Truecrypt for Windows in Ubuntu?
Is there a way to encrypt the whole drive with only Ubuntu installed like it's possible in Windows via Truecrypt?
Tryed a time ago to do this with the linux version but no success. Can't find a point ...
0
votes
1answer
224 views
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 ...
0
votes
1answer
777 views
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 ...