Package Details: tcplay-git 1.0+11+g96b0d9d-1

Package Base: tcplay-git
Description: A free and simple TrueCrypt implementation based on dm-crypt.
Upstream URL: https://github.com/bwalex/tc-play
Category: system
Licenses: BSD
Submitter: Supplantr
Maintainer: Supplantr
Last Packager: None
Votes: 15
First Submitted: 2012-08-14 18:09
Last Updated: 2013-06-01 20:42

Required by (0)

Sources

Latest Comments

Comment by Supplantr

2014-01-04 14:52

The current master branch is a work-in-progress (https://github.com/bwalex/tc-play/issues/49#issuecomment-31081164). Use the stable package in [community] until the new API is merged.

Comment by GI_Jack

2014-01-02 17:49

tcplay.c:1284:7: warning: ‘offset_backup’ may be used uninitialized in this function [-Wmaybe-uninitialized]
if ((error = write_to_disk(opts->dev, offset_backup, blksz,
^

Comment by holos

2013-06-01 19:32

out of date for two reasons:
- pacman 4.1
- the makefile's name has changed

New PKGBUILD http://ix.io/5Uu

Comment by msx

2013-01-24 03:50

@anonymous_user
I actually did the other way: I read Jason's post and then came here. Thanks for pointing that anyways :)

Btw, thanks @Supplantr for packaging the -git.

Comment by anonymous_user

2013-01-11 02:02

For anyone using tcplay, the script by jasonwryan may be helpful:

http://jasonwryan.com/blog/2013/01/10/truecrypt/

Comment by Supplantr

2012-12-08 06:55

Hi, I can only assume a TrueCrypt virtual disk file is mounted using the same method as a partition since I've never used the former.

# tcplay -m whatever -d /path/to/truecrypt_file
# mkdir /mnt/anything
# mount /dev/mapper/whatever /mnt/anything

Comment by drcouzelis

2012-12-08 04:39

Thank you for creating a PKGBUILD file for tcplay. Can you please help me understand how to use it?

I have a TrueCrypt partition saved as a file. What command can I use to mount it using tcplay?

Thank you.