You are here

Does anyone use TrueCrypt w/PortableApps?

8 posts / 0 new
Last post
jjblackisback
Offline
Last seen: 13 years 2 months ago
Joined: 2007-05-06 08:53
Does anyone use TrueCrypt w/PortableApps?

and if so how do you use it?

wsm23
Offline
Last seen: 12 years 9 months ago
Joined: 2006-01-09 22:05
Never done it.

But I believe here is how it is done. BTW-You need admin right to do this and read the TrueCrypt manual about using it on a removable drive.

1. Install TrueCrypt to the root of you drive.
2. Create a TrueCrypt volume large enough to house all of the PortableApps and documents that you want to store.
3. Use TrueCrypt to mount that volume to it's own drive.
4. Copy your PortableApps launcher, PortableApps folder and Documents folder to that to that volume.
5. Have fun.

--

Life is about the journey not the destination!

My site * My Blog

The Kazoo Spartan

Life is about the journey not the destination!

The Kazoo Spartan

jjblackisback
Offline
Last seen: 13 years 2 months ago
Joined: 2007-05-06 08:53
It does work that way but...

When I mount TrueCrypt I would like PortableApps to auto launch, but instead I get an explorer window.

wsm23
Offline
Last seen: 12 years 9 months ago
Joined: 2006-01-09 22:05
You did not ask for that.

You asked how to use Truecrypt with portable apps. What you want is an autorun, but I don't think that is possible after mounting. You would have 1 extra click. Does not seem like much. You could get Truecyrpt to autorun though.

--
Life is about the journey not the destination!

My site * My Blog

The Kazoo Spartan

Life is about the journey not the destination!

The Kazoo Spartan

jjblackisback
Offline
Last seen: 13 years 2 months ago
Joined: 2007-05-06 08:53
It would be three clicks

One to open Portable Apps, another to shut the explorer window, and then click the system tray icon. I saw someone open a U3 and when they plugged it in they entered a password then there App. Launcher came up. I was hoping for something like that.

wsm23
Offline
Last seen: 12 years 9 months ago
Joined: 2006-01-09 22:05
U3 needs hardware.

U3 does it with a combination hardware and software hack. It sets up a fake cdrom partition. No one else has this AFAIK.

--
Life is about the journey not the destination!

My site * My Blog

The Kazoo Spartan

Life is about the journey not the destination!

The Kazoo Spartan

arqbrulo
arqbrulo's picture
Offline
Last seen: 4 years 9 months ago
Joined: 2006-08-10 16:38
I used TrueCrypt

And I created my own app using AutoIt. It included the following:
RunWait(@ScriptDir & "\..\Truecrypt\Truecrypt.exe")
Run(@ScriptDir & "\..\PortableAppsMenu\PortableAppsMenu.exe")

or you can also include command-line parameters with Truecrypt for example, to make it quiet it would be "truecrypt.exe /q" etc. Now, to specify the path of your volume for quiet mode it would be "truecrypt.exe /v" & @scriptDir & "\..\path_to_volume"
The double-dots \..\ means to go up one folder.
---------------
"I hear and I forget. I see and I remember. I do and I understand." -- Confucius
"Sometimes I worry about being a success in a mediocre world." -- Lily Tomlin

"In three words I can sum up everything I've learned about life: it goes on." -- Robert Frost
"In three words I can sum up everything I've learned about life: baby ain't mine." -- Adam Holguin

jjblackisback
Offline
Last seen: 13 years 2 months ago
Joined: 2007-05-06 08:53
I wish

I was a programmer and understood what you just wrote. Looks like you know how to solve my problem.

Log in or register to post comments