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.
Search Criteria
Package Details: tcplay-git 1.0+11+g96b0d9d-1
Package Actions
| 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: | |
| Submitter: | Supplantr |
| Maintainer: | Supplantr |
| Last Packager: | None |
| Votes: | 15 |
| First Submitted: | 2012-08-14 18:09 |
| Last Updated: | 2013-06-01 20:42 |
Latest Comments
Comment by Supplantr
Comment by GI_Jack
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
out of date for two reasons:
- pacman 4.1
- the makefile's name has changed
New PKGBUILD http://ix.io/5Uu
Comment by msx
@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
For anyone using tcplay, the script by jasonwryan may be helpful:
http://jasonwryan.com/blog/2013/01/10/truecrypt/
Comment by Supplantr
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
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.