![]() |
Truecrypt mounter tool
Hello there!
I was planing to create little tool for mounting and dismounting volumes with truecrypt. I'm using Nokia Qt SDK and actually I got dismounting working already. Thats my first actual app with Qt, so I'm doing it most likely in training purpose. By the way, the problem is that I don't get reading and writing part working in the app. When I run command "truecrypt -m" with xterminal in device it asks few questions and mounts decided volume after that. With QProcess I can run that command too, but when it comes to answering quoestions I have no idea. I wasn't able to read those questions either (with QProcess). I tried someting with "QProcess->read()" and "QProcess->write()", but not with big sucess. Thanks and hope you can help =) |
Re: Truecrypt mounter tool
Don't know if this will help, but here is the command I use in a script:
Code:
truecrypt filelocation mountpoint --non-interactive --password=mypassword |
Re: Truecrypt mounter tool
I think you can do something like this to run everything:
Quote:
|
Re: Truecrypt mounter tool
Thanks from answers! I'm not able to test those right a way, but I'm pretty sure I'll get the program working. So thanks again =). I'll ask again if I face further problems.
|
Re: Truecrypt mounter tool
Here is package if somebody might wanna use it: http://www.2shared.com/file/qFlroPKt..._01_armel.html
Picture: http://img155.imageshack.us/img155/8...reenshot00.png |
Re: Truecrypt mounter tool
jo123,
Thank you for your effort on this. Does your tool work now, can it mount and unmount TrueCrypt containers properly? Please let us know, thank you. Quote:
|
Re: Truecrypt mounter tool
Well, works fine for me. I can update newer version here tomorrow (some optimizing and stuff), if you want so.
|
Re: Truecrypt mounter tool
jo123,
If you could please update this thread with the newest version we would be very appreciative. Thank you in advance. Quote:
|
Re: Truecrypt mounter tool
|
Re: Truecrypt mounter tool
I look forward to trying this out.
|
Re: Truecrypt mounter tool
jo123, thanks for your hard work on this project. I have tested the tool and it seems to work quite well. The only feature request I would ask for is the ability to set the Volume Path (under Setting) by scrolling through the file system and selecting a TrueCrypt file, as opposed to having to type it in manually. This would also be useful if you were to disable the ability for the application to remember the volume path (remembering the volume path is a bit of a vulnerability in the logic flow as well, since we don't want to easily point the hacker towards our truecrypt volume, they should have to work to find it).
Please consider uploading this to the repositories if you have some time. Thank you again, wonderful job! Quote:
|
Re: Truecrypt mounter tool
Well, I tried this software but was in no luck... I have put the container file, that is developed in Windows, in the MMC folder and is named TrueCrypt. So under settings do I Type /dev/media/mmc1/TrueCrypt or /media/mmc1/TrueCrypt. I tried both but there is nothin bein said and so I am unclear on whats going on. Can you help as I am a noob to Linux CLI based TrueCrypt
|
Re: Truecrypt mounter tool
try creating the file on the device it should work
|
Re: Truecrypt mounter tool
Quote:
|
Re: Truecrypt mounter tool
Well, that didn't took long...
Here: http://www.2shared.com/file/mEXGphOZ...100_armel.html By the way, I actually tried to upload file to the repository earlier, but it didn't go so well. I tried both, scratchbox and madde. I even sucefully created *.deb package but from some reason packages were empty and/or they didn't go throught autobuilder (extras-assistant). So those downloadable packages have actually been created using QT Creator =). |
Re: Truecrypt mounter tool
hanks for making the update so quick, this new version is nice.
Quote:
|
Re: Truecrypt mounter tool
Quote:
The Truecrypt mount command that i am using in xterm is: Code:
truecrypt -k "" -p MY_PASSWORD --protect-hidden=no /media/mmc1/TrueCrypt /media/CryptCode:
tracker-processes -rFinally, if it has another feature like auto unmounting after 10 minutes etc, would be awesome. It will help forgetful guys like me from leaving my Crypt open makin it pointless for me to even use TrueCrypt :P. Hopefully, the "Sleep" must be able to do the trick i spose. So Briefly, possible new features suggested (I am just brainstorming from a normal user point of view) 1. Possibility to Mount on any location in the /media folder as specified in the settings. If nothing is specified, should use defaults. 2. Tracker Process Enable/Disable Option which will run tracker-processes -r on mounting and unmounting of the Container or Partition. 3. Auto unmounting in case the Crypt is mounted for a more than X minutes. where X can be specified by the user and corresponds to the timeframe for Sleep. 4. Lastly, the possibility to store a Crypts address using a checkbox button. If unchecked, then it must forget on new session. I know I have put in loads of stuff in here but all I am tryin is to make this awesome utility awesomer. Thanks a lot. |
Re: Truecrypt mounter tool
Thanks from ideas. I'll try to make a new version in few weeks if I have some extra time (not any guarantee though).
|
Re: Truecrypt mounter tool
Quote:
|
Re: Truecrypt mounter tool
Thank you again!
Quote:
|
| All times are GMT. The time now is 22:13. |
vBulletin® Version 3.8.8