1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81
|
Source: tcplay
Section: admin
Priority: optional
Maintainer: Laszlo Boszormenyi (GCS) <gcs@debian.org>
Build-Depends:
cmake,
debhelper-compat (= 13),
libdevmapper-dev,
libgcrypt20-dev,
libudev-dev,
pkgconf,
uuid-dev,
Standards-Version: 4.7.0
Vcs-Git: https://salsa.debian.org/debian/tcplay.git
Vcs-Browser: https://salsa.debian.org/debian/tcplay
Homepage: https://github.com/bwalex/tc-play
Package: tcplay
Architecture: linux-any
Depends:
${misc:Depends},
${shlibs:Depends},
Description: TrueCrypt and VeraCrypt implementation based on dm-crypt
tcplay is a free (BSD-licensed), pretty much fully featured (including
multiple keyfiles, cipher cascades, etc) and stable TrueCrypt implementation.
.
This implementation supports mapping (opening) both system and normal
TrueCrypt volumes, as well as opening hidden volumes and opening an outer
volume while protecting a hidden volume. There is also support to create
volumes, including hidden volumes, etc.
.
Since tcplay uses dm-crypt it makes full use of any available hardware
encryption/decryption support once the volume has been mapped.
.
This package contains the tcplay executable, which can create, query,
map, and manage TrueCrypt and VeraCrypt volumes.
Package: libtcplay
Architecture: linux-any
Multi-Arch: same
Section: libs
Depends:
${misc:Depends},
${shlibs:Depends},
Description: TrueCrypt and VeraCrypt implementation based on dm-crypt (library)
tcplay is a free (BSD-licensed), pretty much fully featured (including
multiple keyfiles, cipher cascades, etc) and stable TrueCrypt implementation.
.
This implementation supports mapping (opening) both system and normal
TrueCrypt volumes, as well as opening hidden volumes and opening an outer
volume while protecting a hidden volume. There is also support to create
volumes, including hidden volumes, etc.
.
Since tcplay uses dm-crypt it makes full use of any available hardware
encryption/decryption support once the volume has been mapped.
.
This package contains a library that can create, query, map and
manage TrueCrypt and VeraCrypt volumes.
Package: libtcplay-dev
Architecture: linux-any
Multi-Arch: same
Section: libdevel
Depends:
libtcplay (= ${binary:Version}),
${misc:Depends},
Description: TrueCrypt and VeraCrypt implementation based on dm-crypt (development headers)
tcplay is a free (BSD-licensed), pretty much fully featured (including
multiple keyfiles, cipher cascades, etc) and stable TrueCrypt implementation.
.
This implementation supports mapping (opening) both system and normal
TrueCrypt volumes, as well as opening hidden volumes and opening an outer
volume while protecting a hidden volume. There is also support to create
volumes, including hidden volumes, etc.
.
Since tcplay uses dm-crypt it makes full use of any available hardware
encryption/decryption support once the volume has been mapped.
.
This package contains developer information to build tools that use
the libtcplay library to create, query, map and manage TrueCrypt and
VeraCrypt volumes.
|