Truecrypt Portable 7.1a

Antivirus, forensics, intrusion detection, cryptography, etc.
Post Reply
Message
Author
markreaves
Posts: 41
Joined: Sat 11 Sep 2010, 21:50

Truecrypt Portable 7.1a

#1 Post by markreaves »

Verified to work on Puppy Precise. Unsure about others.

Download:
https://www.dropbox.com/s/7ceekri60q4ao ... Crypt_7.1a

Download then do:
chmod u+x TrueCrypt_7.1a
./TrueCrypt_7.1a

Used PortableLinuxApps to make portable.
http://portablelinuxapps.org/

EDIT: If you wish for the settings to be stored in a portable manner, use the following:

* Download above file.
* Place it in a folder somewhere and make it executable
* Inside same folder create a new file called "launcher"
* Inside launcher file add the bash script that is in quotes below.
* Save and make executable
* Create a folder named "config"
* Launch it by doing: ./launcher appname
#!/bin/bash

PWD= `pwd`

chmod u+x "$1"
mkdir -p "$PWD/config/$1"
export HOME="$PWD/config/$1"
./$1

markreaves
Posts: 41
Joined: Sat 11 Sep 2010, 21:50

#2 Post by markreaves »

Updated download link. Seems old link failed.

bruno
Posts: 139
Joined: Thu 08 Mar 2012, 12:09
Location: Belgium

#3 Post by bruno »

Works great on Upup Precise 3.8.3.1, and on Dpup Wheezy 3.5.2.5

bruno
Posts: 139
Joined: Thu 08 Mar 2012, 12:09
Location: Belgium

#4 Post by bruno »

And also working great on Upup Raring 3.9.9.2 :D

bruno
Posts: 139
Joined: Thu 08 Mar 2012, 12:09
Location: Belgium

Tahrpup

#5 Post by bruno »

Working great on Tahrpup 6.0 non-pae

User avatar
greengeek
Posts: 5789
Joined: Tue 20 Jul 2010, 09:34
Location: Republic of Novo Zelande

#6 Post by greengeek »

I don't use truecrypt, but just stumbled across an interesting article suggesting it is finished:
https://nakedsecurity.sophos.com/2014/0 ... -software/

watchdog
Posts: 2021
Joined: Fri 28 Sep 2012, 18:04
Location: Italy

Veracrypt fork

#7 Post by watchdog »


User avatar
mikeslr
Posts: 3890
Joined: Mon 16 Jun 2008, 21:20
Location: 500 seconds from Sol

Truecrypt & Veracrypt Questions

#8 Post by mikeslr »

Hi All,

Does anyone know if Truecrypt will work under Slackos?

Hi Bruno,

Could you provide a step by step list of instructions for creating an archive? I tried unsuccessfully several times. But then, I was running Slacko 5.7. However, maybe I just wasn't doing it right.

Hi Watchdog,

My quick scan of the VeraCrypt cite suggested that the downloads were the first step. Thereafter, it had to be compiled. Any idea if it will run under Puppy? and which versions of Puppy?

mikeslr

watchdog
Posts: 2021
Joined: Fri 28 Sep 2012, 18:04
Location: Italy

Re: Truecrypt & Veracrypt Questions

#9 Post by watchdog »

mikeslr wrote:Hi All,

Does anyone know if Truecrypt will work under Slackos?
Yes it works in every puppy I used. Truecrypt 7.1a from:

https://www.grc.com/misc/truecrypt/truecrypt.htm

is my first choice for encryption.
mikeslr wrote:Hi Watchdog,

My quick scan of the VeraCrypt cite suggested that the downloads were the first step. Thereafter, it had to be compiled. Any idea if it will run under Puppy? and which versions of Puppy?

mikeslr
No need to compile. Veracrypt has an installer which works in the same manner of truecrypt. I realized it's a bit slower to decrypt archives but it works. I created a fat formatted file container aes encrypted and as for truecrypt set it for do not use kernel cryptographic services (Settings-Preferencies-System Integration).

Download:

http://sourceforge.net/projects/veracry ... urce=files

Click on the tar ball and extract the installer. Give it execute permissions. Click on it to launch the installer. Create a link to the desktop from /usr/bin/veracrypt. Set it for do not use Kernel Cryptographic Services (see above).

Click on the desktop link to launch it. Click Create Volume. Choose Create an encrypted file container (what I tested). Click Next. Click Standard Veracrypt Volume (what I tested). Input the name of file container and choose location outside savefile. Click Next. Leave AES encryption. Choose volume size in Mb. Click Next. Choose password and click Next. Leave filesystem FAT (what I tested) and click next. Move for a while the mouse and click Format. Wait. Click Exit. The file container has been created.

Highlight Slot 1 in Veracrypt main window. Choose Select File and browse to the file previously created. Click Mount and insert password. Wait. Now your encrypted file container is mounted. Look at /mnt/ dir to find it. You can drag in it what you want. At the end click dismount. Hope this helps.

User avatar
mikeslr
Posts: 3890
Joined: Mon 16 Jun 2008, 21:20
Location: 500 seconds from Sol

See above posts

#10 Post by mikeslr »

Hi watchdog,

Thanks for the clear instructions.

The common wisdom is that "When in doubt, read the manual." Unfortunately, it's based on two misconceptions: That manual writers (1) aren't paid by the word; and (2) can communicate to the uninformed.

mikesLr

Newbie33
Posts: 15
Joined: Fri 26 Dec 2014, 03:41

#11 Post by Newbie33 »

Create a link to the desktop from /usr/bin/veracrypt. Set it for do not use Kernel Cryptographic Services (see above).


you lost me on this part.
I have no idea how to create a link. is that a symlink?

also, I have tried to launch the veracrypt file, but it won't open.

watchdog
Posts: 2021
Joined: Fri 28 Sep 2012, 18:04
Location: Italy

#12 Post by watchdog »

Newbie33 wrote:Create a link to the desktop from /usr/bin/veracrypt. Set it for do not use Kernel Cryptographic Services (see above).


you lost me on this part.
I have no idea how to create a link. is that a symlink?

also, I have tried to launch the veracrypt file, but it won't open.
Download veracrypt tar.bz2 from :

http://sourceforge.net/projects/veracrypt/files/

Open with xarchive the downloaded veracrypt tar.bz2 (I tested version e) by clicking on it and extract all the content. You'll find the 32 bit installer veracrypt-1.0e-setup-gui-x86: give it execute permissions. Click on it. It installs veracrypt binary in /usr/bin. Open a rox-file window at /usr/bin: drag the veracrypt binary to the desktop because the official installer has not a desktop file. I'm still using truecrypt 7.1a which is more stable. If veracrypt does not start clicking on the desktop link than open a console and type:

Code: Select all

veracrypt
and see the errors. Report here.

Post Reply