You are here

Can someone make SafeHouse Explorer?

9 posts / 0 new
Last post
JoZeN
JoZeN's picture
Offline
Last seen: 13 years 2 months ago
Joined: 2011-01-03 06:05
Can someone make SafeHouse Explorer?

Program: SafeHouse Explorer

License: Free

Description: (copied from website)
SafeHouse Explorer is FREE super-strong 256-bit encryption software for any hard drive or USB Flash memory stick. Total privacy with a familiar Windows Explorer-like interface.

1. Full version is 100% FREE to everyone.
2. Complete stand-alone privacy solution.
3. Can run directly from USB memory sticks.
4. Can create self-extracting encrypted vaults.
5. Incredibly easy to use, nothing to learn.

Website: http://www.safehouseencryption.com/

John T. Haller
John T. Haller's picture
Offline
Last seen: 6 hours 27 min ago
AdminDeveloperModeratorTranslator
Joined: 2005-11-28 22:21
FreeOTFE

FreeOTFE has similar functionality and is already available here: https://portableapps.com/node/22143

Sometimes, the impossible can become possible, if you're awesome!

Pyromaniac
Pyromaniac's picture
Offline
Last seen: 8 years 11 months ago
Developer
Joined: 2008-09-30 19:18
I

will take a look.

Pyromaniac
Pyromaniac's picture
Offline
Last seen: 8 years 11 months ago
Developer
Joined: 2008-09-30 19:18
I looked at it

it can't be done. It will work if you run it off a USB drive, but it leaves "Temporary Internet Files" behind (which are, at the moment, un-portablize-able).

computerfreaker
computerfreaker's picture
Offline
Last seen: 12 years 6 months ago
Developer
Joined: 2009-08-11 11:24
XULRunner?

You might want to give XULRunner a shot. I've successfully used it on an app or two that left temporary internet files via IE.

Before starting the app:

ExecWait "$EXEDIR\App\xulrunner\xulrunner.exe --register-user"

(Don't worry about ExecWait; xulrunner.exe closes after registering itself, so your launcher won't hang. Exec would cause a race condition, though, so avoid that.)

After the app exits:

ExecWait "$EXEDIR\App\xulrunner\xulrunner.exe --unregister-user"

"The question I would like to know, is the Ultimate Question of Life, the Universe and Everything. All we know about it is that the Answer is Forty-two, which is a little aggravating."

Pyromaniac
Pyromaniac's picture
Offline
Last seen: 8 years 11 months ago
Developer
Joined: 2008-09-30 19:18
hmm

I'll check it out.

Pyromaniac
Pyromaniac's picture
Offline
Last seen: 8 years 11 months ago
Developer
Joined: 2008-09-30 19:18
BTW

XULRunner didn't work for me.

laksana
Offline
Last seen: 12 years 11 months ago
Joined: 2011-04-28 06:35
how did you do it?

Hi,

Where did you specify the ExecWait?...
Are you using Portableapps Launcher?

I am working on java application that embed firefox via xulrunner. My application works if user install xulrunner (with --register-global). To avoid user need to install xulrunner in their os, i want to supply xulrunner in my application package.

I cant get it work, even if i specify org.eclipse.swt.browser.XULRunnerPath.

computerfreaker
computerfreaker's picture
Offline
Last seen: 12 years 6 months ago
Developer
Joined: 2009-08-11 11:24
Yes, I'm using the

Yes, I'm using the PortableApps.com Launcher. I put both ExecWait calls in custom code segments; the --register-user call was in a Pre segment and the --unregister-user call was in a Post segment, if I recall correctly.

I used this for RSSOwl Portable, if you want a working example.

"The question I would like to know, is the Ultimate Question of Life, the Universe and Everything. All we know about it is that the Answer is Forty-two, which is a little aggravating."

Log in or register to post comments