Jump to content

I want to carry around a core suite of applications and ssh keys on a flashdrive at school, but t...


G+_Ben Yanke
 Share

Recommended Posts

I want to carry around a core suite of applications and ssh keys on a flashdrive at school, but there's no way I'm leaving keys on an unencrypted drive.

 

 

I have a pretty firm grasp of the concepts and even the math of crypt (I've even taken classes that covered it), but outside of TLS, I haven't used it "in the real world."

 

Anyone know of a good solution that can encrypt/decrypt a folder on a drive that runs on both windows and linux?

Link to comment
Share on other sites

Not sure what options there really are. Best thing I can think of is a password-protected zip file. And it could really have the compression set low for faster access. Pretty sure 7-Zip will do AES256 - I know it will with a 7z archive. Beyond that, perhaps there's something you could to with Python to encrypt each file individually? I'm not sure without trying it...

Link to comment
Share on other sites

Eddie Foy unless the encryption is built into the OS or the application, the decrypted files will have to be copied somewhere to be used. This doesn't matter if you're extracting a single file from a zip or handling encryption with 3rd party tools.

I suppose you could carry one large thumbdrive with all the good stuff then a few smaller and decrypt to those. The smaller drives could be fully erased periodically.

 

Security is hard. Perfect security is nearly impossible.

Link to comment
Share on other sites

 Share

×
×
  • Create New...