Package: gnupg
Version: 1.4.5-1
Severity: normal
Tags: patch
There is no man page for gpg-zip.
As part of my NM work I've written one which is attached.
-- System Information:
Debian Release: 4.0
APT prefers testing
APT policy: (990, 'testing')
Architecture: i386 (i686)
Shell: /bin/sh linked to /bin/bash
Kernel: Linux 2.6.17-2-k7
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)
Versions of packages gnupg depends on:
ii libbz2-1.0 1.0.3-6 high-quality block-sorting file co
ii libc6 2.3.6.ds1-7 GNU C Library: Shared libraries
ii libldap2 2.1.30-13+b1 OpenLDAP libraries
ii libreadline5 5.2-1 GNU readline and history libraries
ii libusb-0.1-4 2:0.1.12-2 userspace USB programming library
ii makedev 2.3.1-83 creates device files in /dev
ii zlib1g 1:1.2.3-13 compression library - runtime
gnupg recommends no packages.
-- no debconf information
Title: DESCRIPTION
directory">
file">
&ParmFile;">
files">
&ParmFiles;">
name">
&ParmName;">
names">
&ParmNames;">
key IDs">
&ParmKeyIDs">
n">
flags">
string">
URIs">
value">
name=value">
name=value1
value2 value3 ...">
name=value1 value2 value3 ...">
=value">
]>
gpg-zip
1
GNU Tools
gpg-ized tar>
gpg-zip
--help
--version
--encrypt
--decrypt
--symmetric
--list-archive
--output
--gpg
--gpg-args
--tar
--tar-args
filename1
directory1
COMMANDS
-h, --help
Print usage information.
--version
Print version information.
-e, --encrypt
Encrypt data. This option may be combined with --symmetric (for output that may be
decrypted via a secret key or a passphrase).
-d, --decrypt
Decrypt data.
-c, --symmetric
Encrypt with a symmetric cipher using a passphrase. The default
symmetric cipher used is CAST5, but may be chosen with the
--cipher-algo option to GPG.
--list-archive
List the contents of the specified archive.
OPTIONS
-o, --output
Write output to specified file.
--gpg
Use the specified command instead of gpg.
--gpg-args
Pass the specified options to gpg.
--tar
Use the specified command instead of tar.
--tar-args
Pass the specified options to tar.
RETURN VALUE
The program returns 0 if everything was fine, 1 otherwise.
EXAMPLES
gpg-zip --encrypt --output test1 --gpg-args ""-r Bob"" mydocs
encrypt the contents of directory mydocs for user Bob to file test1
gpg-zip --list-archive test1
list the contents of archive test1
FILES
None.