File: control

package info (click to toggle)
aespipe 2.4d-1.1
  • links: PTS
  • area: main
  • in suites: bookworm
  • size: 612 kB
  • sloc: ansic: 3,303; asm: 3,114; makefile: 181; sh: 40
file content (26 lines) | stat: -rw-r--r-- 959 bytes parent folder | download | duplicates (2)
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
Source: aespipe
Section: utils
Priority: optional
Maintainer: Max Vozeler <xam@debian.org>
Build-Depends: debhelper (>= 7), gnupg, autotools-dev
Standards-Version: 3.9.8

Package: aespipe
Architecture: any
Depends: ${shlibs:Depends}
Recommends: sharutils
Description: AES-encryption tool with loop-AES support
 aespipe is an encryption tool that reads from standard input and
 writes to standard output. It uses the AES (Rijndael) cipher.
 .
 aespipe can be used for non-destructive in-place encryption
 of existing disk partitions for use with the loop-AES encrypted
 loopback kernel module.
 .
 It can also be used as an encryption filter to create and restore
 encrypted tar/cpio backup archives and to read/write and convert
 loop-AES compatible encrypted images.
 .
 Note that aespipe does not store any length information with the
 encrypted images, so it cannot be used as general purpose filter
 for encryption, but only for certain formats like tar.