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
|
Source: tomb
Section: utils
Priority: optional
Maintainer: Debian Security Tools <team+pkg-security@tracker.debian.org>
Uploaders: ChangZhuo Chen (陳昌倬) <czchen@debian.org>
Build-Depends: debhelper (>= 11)
Standards-Version: 4.2.1
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: all
Depends: ${misc:Depends},
cryptsetup-bin,
e2fsprogs,
gnupg,
pinentry-curses | pinentry,
sudo,
zsh,
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-cbc-essiv:sha256 cypher.
|