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
|
Source: tomb
Section: utils
Priority: optional
Maintainer: Debian Security Tools <team+pkg-security@tracker.debian.org>
Uploaders: ChangZhuo Chen (陳昌倬) <czchen@debian.org>,
Sven Geuer <debmaint@g-e-u-e-r.de>
Build-Depends: debhelper-compat (= 13),
libgcrypt20-dev
Standards-Version: 4.6.1
Rules-Requires-Root: no
Homepage: https://www.dyne.org/software/tomb/
Vcs-Git: https://salsa.debian.org/pkg-security-team/tomb.git
Vcs-Browser: https://salsa.debian.org/pkg-security-team/tomb
Package: tomb
Architecture: any
Depends: ${misc:Depends},
${shlibs:Depends},
cryptsetup-bin,
e2fsprogs,
file,
gettext-base,
gnupg,
pinentry-curses | pinentry,
sudo,
zsh
Recommends: lsof
Suggests: btrfs-progs,
dcfldd,
qrencode,
unoconv,
steghide,
swish-e
Description: crypto undertaker
Tomb is a free and easy to operate desktop application for fairly strong
encryption of personal files. A tomb is like a locked folder that can be
transported and hidden in filesystems; its keys are password protected and can
be kept separate, for instance keeping the tomb file in your computer's
harddisk and the key file on a USB stick.
.
Tomb relies on dm-crypt (and cryptsetup) as an encryption backend using the
aes-xts-plain64 cypher.
|