File: control

package info (click to toggle)
cryptmount 5.2.2-1
  • links: PTS
  • area: main
  • in suites: stretch
  • size: 6,284 kB
  • sloc: ansic: 6,221; sh: 5,476; makefile: 154; sed: 16
file content (35 lines) | stat: -rw-r--r-- 1,599 bytes parent folder | download
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
Source: cryptmount
Section: admin
Priority: extra
Maintainer: RW Penney <rwpenney@users.sourceforge.net>
Homepage: http://cryptmount.sourceforge.net
Build-Depends: debhelper (>= 9.0.0), dpkg-dev (>=1.16.18),
            automake, dh-autoreconf, dh-systemd,
            libcryptsetup-dev (>= 1.6), libdevmapper-dev,
            libgcrypt20-dev (>= 1.5), pkg-config
Standards-Version: 3.9.8

Package: cryptmount
Architecture: linux-any
Depends: ${shlibs:Depends}, ${misc:Depends}
Recommends: udev
Suggests: openssl, dmsetup
Description: Management of encrypted file systems
 cryptmount is a utility for creating encrypted filesystems & swap partitions
 and which allows an ordinary user to mount/unmount filesystems
 without requiring superuser privileges.
 .
 It offers the following features:
    * easy and safe on-demand access to filesystems without su/sudo;
    * access passwords can be changed easily without involving the sys-admin;
    * filesystems can reside on raw disk partitions or ordinary files;
    * supports LUKS encrypted filesystems created by cryptsetup;
    * encrypted access keys can be stored on removable media
      (e.g. USB flash disks);
    * includes support for encrypted swap partitions;
    * multiple filesystems can be stored in a single disk partition;
    * encrypted filesystems can be initialized at boot-up or on demand;
    * temporary filesystems can be setup via command-line,
      for use in shell-scripts;
    * transparent configuration of dm-crypt & loopback devices during mounting;
    * access keys can optionally be made compatible with OpenSSL.