Page 1 of 1

Truecrypt Portable 7.1a

Posted: Tue 05 Mar 2013, 16:06
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

Posted: Sat 06 Apr 2013, 17:40
by markreaves
Updated download link. Seems old link failed.

Posted: Fri 02 Aug 2013, 09:27
by bruno
Works great on Upup Precise 3.8.3.1, and on Dpup Wheezy 3.5.2.5

Posted: Thu 16 Jan 2014, 23:50
by bruno
And also working great on Upup Raring 3.9.9.2 :D

Tahrpup

Posted: Mon 03 Nov 2014, 11:39
by bruno
Working great on Tahrpup 6.0 non-pae

Posted: Fri 05 Dec 2014, 19:01
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/

Veracrypt fork

Posted: Sat 06 Dec 2014, 08:43
by watchdog

Truecrypt & Veracrypt Questions

Posted: Wed 17 Dec 2014, 20:35
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

Re: Truecrypt & Veracrypt Questions

Posted: Thu 18 Dec 2014, 05:46
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.

See above posts

Posted: Thu 18 Dec 2014, 15:31
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

Posted: Thu 05 Feb 2015, 04:39
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.

Posted: Thu 05 Feb 2015, 05:51
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.