<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<atom:link href="http://dev1galaxy.org/extern.php?action=feed&amp;tid=7651&amp;type=rss" rel="self" type="application/rss+xml" />
		<title><![CDATA[Dev1 Galaxy Forum / [SOLVED] tcplay - so different from truecrypt and veracrypt?]]></title>
		<link>http://dev1galaxy.org/viewtopic.php?id=7651</link>
		<description><![CDATA[The most recent posts in [SOLVED] tcplay - so different from truecrypt and veracrypt?.]]></description>
		<lastBuildDate>Sun, 21 Dec 2025 19:24:19 +0000</lastBuildDate>
		<generator>FluxBB</generator>
		<item>
			<title><![CDATA[Re: [SOLVED] tcplay - so different from truecrypt and veracrypt?]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=60798#p60798</link>
			<description><![CDATA[<p>Just to close this off as solved, in the end I downloaded <strong>veracrypt-1.26.24-Debian-13-amd64.deb</strong> from <a href="https://veracrypt.io/en/Downloads.html" rel="nofollow">https://veracrypt.io/en/Downloads.html</a>, the GUI version of Veracrypt recommended for Debian 13. It works for me on Excalibur.</p>]]></description>
			<author><![CDATA[dummy@example.com (Duke Nukem)]]></author>
			<pubDate>Sun, 21 Dec 2025 19:24:19 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=60798#p60798</guid>
		</item>
		<item>
			<title><![CDATA[Re: [SOLVED] tcplay - so different from truecrypt and veracrypt?]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=60422#p60422</link>
			<description><![CDATA[<p>There is <span class="bbc">cryptsetup</span> which according to its man page handles VeraCrypt encryption format.<br />It still will need two separate steps, like</p><div class="codebox"><pre><code>cryptsetup open --type tcrypt /dev/sdb2 secrets
mount /dev/mapper/secrets /mnt/secrets</code></pre></div><p> The first step creates the virtual partition (/dev/mapper/secrets) being the decryption of the real partition (/dev/sdb2), and the second step mounts that partition&#039;s filesystem on /mnt/secrets.</p><p>As per man page, if the VeraCrypt encryption has &quot;personalized iteration count&quot;, you may need additional options to the open command.</p><p>Afaict <span class="bbc">tcplay</span> does the same thing as cryptsetup, i.e. it creates that virtual partition for decrypted content access, and it doesn&#039;t mix in the filesystem mounting (which is an interpretation of the decrypted content).</p>]]></description>
			<author><![CDATA[dummy@example.com (ralph.ronnquist)]]></author>
			<pubDate>Sun, 07 Dec 2025 23:50:57 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=60422#p60422</guid>
		</item>
		<item>
			<title><![CDATA[Re: [SOLVED] tcplay - so different from truecrypt and veracrypt?]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=60421#p60421</link>
			<description><![CDATA[<p>I never used that kind of tools. </p><p>But one thing I know for sure: Truecrypt is no more maintained for now about 12 years or so. So I am not astonished that Veracrypt is a bit more comfortable.</p>]]></description>
			<author><![CDATA[dummy@example.com (rolfie)]]></author>
			<pubDate>Sun, 07 Dec 2025 21:10:32 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=60421#p60421</guid>
		</item>
		<item>
			<title><![CDATA[[SOLVED] tcplay - so different from truecrypt and veracrypt?]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=60420#p60420</link>
			<description><![CDATA[<p>I am trying to operate tcplay (encryption application) from the command line and I&#039;m baffled. I have done this in the past, at least with veracrypt, and it was a matter of simply specifying the device (a whole partition in my case) and a mount point. It was something like :</p><div class="codebox"><pre><code>veracrypt --create /dev/sdb2</code></pre></div><p>... to create an encrypted partition (it would then ask for a password), </p><p>and something like :</p><div class="codebox"><pre><code>veracrypt --mount /dev/sdb2 /mnt/secrets</code></pre></div><p>... to view the partition contents decrypted (it would then ask for a password)</p><p>and something like </p><div class="codebox"><pre><code>veracrypt --dismount /mnt/secrets</code></pre></div><p>... to unmount the partition</p><p>But tcplay seems completely different. Although creation seems to follow the same principle, the man page only talks of &quot;mapping&quot;, not &quot;mounting&quot;. The manual gives as example (ignoring hidden volumes and and non-default encryption options) : </p><div class="codebox"><pre><code>tcplay --map=truecrypt1 --device=/dev/vn0</code></pre></div><p>This presumably identifies the device (a partition) as an entity called &quot;truecrypt1&quot;, but does nothing about mounting it on the file system.</p><p>The man page example goes on with :</p><div class="codebox"><pre><code>losetup /dev/loop1 secvol --map = secv --device = /dev/loop1 
mount /dev/mapper/secv /mnt</code></pre></div><p>How has this complexity arisen? What have loop devices got to do with it? It now takes three lines to mount an encrypted volume? Is this something of systemd&#039;s doing? I have a veracrypt encrypted partition from an earlier Chimera installation and I&#039;m a bit reluctant to try mounting it with this new methodology in case it foobars it all.</p>]]></description>
			<author><![CDATA[dummy@example.com (Duke Nukem)]]></author>
			<pubDate>Sun, 07 Dec 2025 21:02:57 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=60420#p60420</guid>
		</item>
	</channel>
</rss>
