Is there any way to create self extracting archives using truecrypt similar to PGP, so that a user without Truecrypt installed can open the archive on entering the right passphrase.

link|improve this question

76% accept rate
feedback

1 Answer

up vote 5 down vote accepted

The easiest way is to carry a portable-truecrypt binary with the encrypted file.

Remember, any self-decrypting technique will be platform dependent.


There is an alternative called AxCrypt.
It integrates with your Windows system and allows creation of self-decrypting executable that just needs a pass-phrase to open on another Windows machine.

However, that is changing the encryption tool (away from TrueCrypt), which I do not like.


Update: Use the command line option -J for creating self-decrypting archives with AxCrypt.

link|improve this answer
How do you create a self-decrypting file with AxCrypt? – J. Pablo Fernández Aug 6 '09 at 22:59
@Pablo, it is done with the -J command line option. axantum.com/AxCrypt/CmdLine.html – nik Aug 10 '09 at 16:55
feedback

Your Answer

 
or
required, but never shown

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