vote up 0 vote down star

hello, Again I am looking for a ready to use software that can help me to encrypt any upload or download made from the internet ?

Thanks

flag
3  
Not a programming question. – jball Dec 16 at 0:19
Post this onto superuser.com or serverfault.com? – tommieb75 Dec 16 at 0:41

migrated from stackoverflow.com

5 Answers

vote up 4 vote down

You might need to explain a little more about what you want to use it for. But here a few options I've used and can recommend.

  • GnuPG (based on PGP) is a fairly common standard for public/private key encryption over the internet. A lot of web hosts support it so you can encrypt/decrypt things on their servers.
  • TrueCrypt creates encrypted volumes (fixed sizes only, however)
  • Pismo File Mount - one of my favourites. Creates encrypted files that can be mounted easily as folders in Windows
  • FlashCrypt - simple right-click to encrypt a folder

Of course, there's always HTTPS/SSL which encrypts any transfers between the server and your web browser (but files themselves won't be encrypted on server).

link|flag
vote up 1 vote down

TrueCrypt is free and cross-platform. I find it useful for creating encrypted volumes to hold sets of files with sensitive information - especially on my laptop.

link|flag
vote up 1 vote down

Also check out FreeOTFE for creating encrypted volumes.

link|flag
vote up 0 vote down

TrueCrypt. Follows the "KISS" philosophy: Keep it simple, secure. Wait...maybe that's not it.

link|flag
vote up -2 vote down

For what platform?

link|flag
This should be a comment to the question not an answer. – MrStatic Dec 16 at 5:40

Your Answer

Get an OpenID
or
never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.