You are here

Portable USB Application Development

8 posts / 0 new
Last post
alMansur
Offline
Last seen: 17 years 2 months ago
Joined: 2006-04-25 13:55
Portable USB Application Development

I have a few portable applications that I am working on developing.
If you are an experienced portable application developer please get in touch with me via email on m.almansur @ gmail . com

thanks
Matt

Ryan McCue
Ryan McCue's picture
Offline
Last seen: 14 years 6 months ago
Joined: 2006-01-06 21:27
Please announce here

Then we can say if we want to help or not. We have other things to do as well.
Plus a backlog of at least 30 apps waiting to be released.
----
R McCue

"If you're not part of the solution, you're part of the precipitate."

alMansur
Offline
Last seen: 17 years 2 months ago
Joined: 2006-04-25 13:55
Application

Well I want to develop a basic password protection application. I would like some basic guidance on how that is done.

Thanks

Ryan McCue
Ryan McCue's picture
Offline
Last seen: 14 years 6 months ago
Joined: 2006-01-06 21:27
Try contacting Yadabyte

They have made one already.
----
R McCue

"If you're not part of the solution, you're part of the precipitate."

alMansur
Offline
Last seen: 17 years 2 months ago
Joined: 2006-04-25 13:55
Which ones?

Are you referring to KeyPASS or Truecrypt? - These do NOT control access to the USB drive with password.

Or are you referring to something else?

Thanks

Ryan McCue
Ryan McCue's picture
Offline
Last seen: 14 years 6 months ago
Joined: 2006-01-06 21:27
Yadabyte Password

yadabyte.com
So, controlling the USB with password? Sounds interesting but not possible methinks.
Not with NSIS anyway. I'd love to help you, but too much stuff. Maybe if you can get an alpha done, I might be interested. Hmmm... We could use that in Libertà. Try and see if it can get done. At least get some methods. Then you email me.
----
R McCue

"If you're not part of the solution, you're part of the precipitate."

John T. Haller
John T. Haller's picture
Offline
Last seen: 3 hours 14 min ago
AdminDeveloperModeratorTranslator
Joined: 2005-11-28 22:21
TrueCyrpt DOES

You create a virtual drive and place ALL your files within it. Then, noone can access your files, etc, without a password to mount that virtual drive.

Putting a password to prevent actually accessing the USB drive itself would require reprogramming the firmware in the USB key. And that wouldn't really be secure since it wouldn't actually encrypt your data... so an enterprising techie could still access that "secured" partition on the key.

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

Bruce Pascoe
Offline
Last seen: 12 years 2 months ago
Joined: 2006-01-15 16:14
...

...well, technically, nothing is stopping the reprogrammed firmware from also encrypting the data on-the-fly. I believe this is how JumpDrive Secures and Sony MicroVaults do it. Unfortunately, you still need special software to take advantage of it, since the stock Mass Storage Device driver doesn't support the functionality.

-
fatcerberus@yahoo.com  [aim: fatcerberus]
I have no witty remarks or quotes to share at the moment.

Topic locked