URI: 
       tcontrol - tomb - the crypto undertaker
  HTML git clone git://parazyd.org/tomb.git
   DIR Log
   DIR Files
   DIR Refs
   DIR README
   DIR LICENSE
       ---
       tcontrol (1682B)
       ---
            1 Source: tomb
            2 Section: misc
            3 Priority: extra
            4 Maintainer: Denis Roio <jaromil@dyne.org>
            5 Build-Depends: debhelper (>= 7), autotools-dev, cdbs, libgtk2.0-dev, libnotify-dev, pkg-config
            6 Standards-Version: 3.9.1
            7 Homepage: http://tomb.dyne.org
            8 
            9 Package: tomb
           10 Architecture: any
           11 Depends: ${shlibs:Depends}, ${misc:Depends}, zsh, cryptsetup, pinentry-curses, gnupg, sudo
           12 Suggests: tomb-gtk, wipe, dcfldd, steghide
           13 Description: the crypto undertaker
           14  Derived from the dyne:bolic nesting mechanism, Tomb is a free and
           15  easy to operate desktop application for fairly strong encryption of
           16  personal files. A tomb is like a locked folder that can be
           17  transported and hidden in filesystems; its keys are password
           18  protected and can be kept separate, for instance keeping a tomb file
           19  in your computer's harddisk and its key file on a USB stick.
           20  Tomb relies on dm-crypt (and cryptsetup) as an encryption backend
           21  using the aes-cbc-essiv:sha256 cypher.
           22 
           23 Package: tomb-gtk
           24 Architecture: any
           25 Depends: tomb, libnotify-bin, pinentry-gtk2, ${shlibs:Depends}, ${misc:Depends}
           26 Description: the crypto undertaker - desktop integration
           27  Derived from the dyne:bolic nesting mechanism, Tomb is a free and
           28  easy to operate desktop application for fairly strong encryption of
           29  personal files. A tomb is like a locked folder that can be
           30  transported and hidden in filesystems; its keys are password
           31  protected and can be kept separate, for instance keeping a tomb file
           32  in your computer's harddisk and its key file on a USB stick.
           33  Tomb relies on dm-crypt (and cryptsetup) as an encryption backend
           34  using the aes-cbc-essiv:sha256 cypher.
           35  .
           36  This package contains a graphical interface to use Tomb on the desktop.