Page 2 of 2

Posted: Wed 26 Oct 2011, 05:35
by Barkin
Now getting an error message when opening truecrypt volume (screengrab attached), still able to view contents of truecrypt file though.


It just occurred to me: the version of truecrypt I have running in windows is not the same as in puppy. Perhaps opening and saving the truecrypt volume in windows has made the truecrypt file slightly incompatible with the version in Puppy ?

Posted: Wed 26 Oct 2011, 06:33
by technosaurus
I just posted a set of poor man's steganography
(hide your encrypted file in another file) scripts here:
http://www.murga-linux.com/puppy/viewtopic.php?t=72807

Posted: Sun 25 Mar 2012, 00:28
by EBScotty
Fishak wrote:OK, so I figured it out. It is mounted in in: /mnt/truecrypt10. It even says so, right there in the TC Mound Directory column.

To find mnt, I clicked the little house icon on the desktop, clicked the up arrow to go up one directory, and found the mnt folder there.
Thank you, Fishak!
I've been trying to figure this out for a couple of weeks, creating and mounting, and not being able to find TrueCrypt volumes.
Yes, it does say where its mounted right there in the TC Mound Directory column. All I needed to do was look!
Aaaagh!

Nautilus issue...

Posted: Thu 26 Apr 2012, 22:25
by SFR
Hello.

If anyone is still interested in opening containters from within TC, here's a very simple hack.
It's enough to fool TC a little bit, by creating fake nautilus "binary":

Code: Select all

#! /bin/bash

CONTAINERPATH=`echo "$@" | cut -f3 -d ' '` 
rox "$CONTAINERPATH"
Save the code as "nautilus" (no quotes) in /usr/bin and make it executable.
Tested with TC 7.1

PS. rox can be replaced with your favourite filemanager, of course. 8)

EDIT: Oops, small typo in code, corrected now.

HTH
Greetings!

Re: Nautilus issue...

Posted: Tue 27 Nov 2012, 06:39
by Arefacti
SFR wrote:Hello.

If anyone is still interested in opening containters from within TC, here's a very simple hack.
It's enough to fool TC a little bit, by creating fake nautilus "binary":

Code: Select all

#! /bin/bash

CONTAINERPATH=`echo "$@" | cut -f3 -d ' '` 
rox "$CONTAINERPATH"
Save the code as "nautilus" (no quotes) in /usr/bin and make it executable.
Tested with TC 7.1

PS. rox can be replaced with your favourite filemanager, of course. 8)

EDIT: Oops, small typo in code, corrected now.

HTH
Greetings!
thanks !
work fine !

Posted: Wed 28 Nov 2012, 16:24
by Barkin
SFR's nautilus fixworks for me too ...

Truecrypt -- help

Posted: Sat 06 Apr 2013, 12:40
by idiopup
HI All,

New user here, trying to get up and running with Puppy.
I installed Truecrypt in the same manner as I ahve with many other distros. I am running Puppy 5.5 Precise

The install went as expected with the comments others have mentioned about needing FUSE libraries and device mapping tools.

When I tried running Truecrypt from the command line, I get the error:

bash: /usr/bin/truecrypt: cannot execute binary file

What is wrong here?

Many thanks,
Idiopup

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/

Posted: Sun 07 Dec 2014, 17:20
by Barkin
greengeek wrote:I don't use truecrypt, but just stumbled across an interesting article suggesting it is finished:
https://nakedsecurity.sophos.com/2014/0 ... -software/
TrueCrypt is still available ... https://www.grc.com/misc/truecrypt/truecrypt.htm [ downloads at bottom of that GRC page ]

Posted: Sun 07 Dec 2014, 17:39
by greengeek
Barkin wrote:TrueCrypt is still available ... https://www.grc.com/misc/truecrypt/truecrypt.htm [ downloads at bottom of that GRC page ]
That makes a good read. If I understand it correctly the author says that he will continue to make available the final release of Truecrypt - even though its creators believe it is unsustainable to maintain it adequately in the future.

If the general public does decide to fork and maintain Truecrypt i would doubt their ability to keep the same quality of development and to exclude penetration of the project by people with adverse agendas.

Having said that though, the people at GRC are people whose judgement I would trust more than most..

Posted: Fri 06 Feb 2015, 08:10
by Newbie33
Not sure if I;m bumping the thread if it's related to the topic, but...

Veracrypt has been named as the next version of truecrypt.

Some of the developers are from Microsoft, and a post was made by truecrypt a while ago saying trucrypt had been broken.

Veracrypt may not be NSA proof, but it will usually suffice to protect my company and business financial files.

there is a pet download file here.

Thanks so much for everyone's help!

(I cannot take credit for making the pet file, it was provided by request from another helpful member.

Posted: Fri 06 Feb 2015, 18:19
by Barkin
Newbie33 wrote: Veracrypt has been named as the next version of truecrypt.
By whom has this spin-off been named TrueCrypt's successor ?, the authors of TrueCrypt ?.
The Veracrypt wikipedia page , ironically , has no verification.
Newbie33 wrote:... trucrypt had been broken ...
not according to the auditors ... https://isecpartners.github.io/news/2014/04/14/iSEC-Completes-Truecrypt-Audit.html

Posted: Thu 19 Feb 2015, 16:28
by Q5sys
Barkin wrote:
Newbie33 wrote: Veracrypt has been named as the next version of truecrypt.
By whom has this spin-off been named TrueCrypt's successor ?, the authors of TrueCrypt ?.
The Veracrypt wikipedia page , ironically , has no verification.
Newbie33 wrote:... trucrypt had been broken ...
not according to the auditors ... https://isecpartners.github.io/news/2014/04/14/iSEC-Completes-Truecrypt-Audit.html
also veracrypt cant open existing truecrypt containers. TCNext is an option if you need TC compatibility.

Posted: Thu 19 Feb 2015, 16:56
by SFR
Q5sys wrote:also veracrypt cant open existing truecrypt containers.
Actually it can, since version 1.0f. TC containers can be also converted to VC format.
From other new features - one can create not only FAT/Ext?, but also NTFS formatted containers under Linux.
https://veracrypt.codeplex.com/wikipage ... se%20Notes

Hmm, I begin to like it...

Greetings!

Posted: Thu 19 Feb 2015, 20:04
by Q5sys
SFR wrote:
Q5sys wrote:also veracrypt cant open existing truecrypt containers.
Actually it can, since version 1.0f. TC containers can be also converted to VC format.
From other new features - one can create not only FAT/Ext?, but also NTFS formatted containers under Linux.
https://veracrypt.codeplex.com/wikipage ... se%20Notes

Hmm, I begin to like it...

Greetings!
Glad to see they added that in!