~ubuntu-branches/ubuntu/oneiric/cryptonit/oneiric

« back to all changes in this revision

Viewing changes to debian/Cryptonit.1

  • Committer: Bazaar Package Importer
  • Author(s): Pierre Machard
  • Date: 2006-06-05 14:33:40 UTC
  • Revision ID: james.westby@ubuntu.com-20060605143340-s893bb7jiha5ejo6
Tags: 0.9.7-1
New upstream release (closes: #370376)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
.\"                                      Hey, EMACS: -*- nroff -*-
 
2
.\" First parameter, NAME, should be all caps
 
3
.\" Second parameter, SECTION, should be 1-8, maybe w/ subsection
 
4
.\" other parameters are allowed: see man(7), man(1)
 
5
.TH CRYPTONIT 1 "Mar  10, 2006"
 
6
.\" Please adjust this date whenever revising the manpage.
 
7
.\"
 
8
.\" Some roff macros, for reference:
 
9
.\" .nh        disable hyphenation
 
10
.\" .hy        enable hyphenation
 
11
.\" .ad l      left justify
 
12
.\" .ad b      justify to both left and right margins
 
13
.\" .nf        disable filling
 
14
.\" .fi        enable filling
 
15
.\" .br        insert line break
 
16
.\" .sp <n>    insert n+1 empty lines
 
17
.\" for manpage-specific macros, see man(7)
 
18
.SH NAME
 
19
Cryptonit \- A simple GUI program for encryption and signature
 
20
.SH SYNOPSIS
 
21
.B Cryptonit
 
22
.RI [ " files" ... ]
 
23
.br
 
24
.SH DESCRIPTION
 
25
.B Cryptonit
 
26
is a GUI program aimed at simplify encryption operations
 
27
on files. It is based on X509 certificates for signature and
 
28
asymetric encryption, provides a simple way to organize your
 
29
contacts with theirs certificates, and manages CRL verification.
 
30
Self-decrypting binary can be generated for exchanging confidential
 
31
files with a person which does not have a certificate.
 
32
Cryptonit uses only cryptographic standard defined by the RSA Labs (PKCS),
 
33
and OpenSSL for all encryption operations.
 
34
.PP
 
35
.\" TeX users may be more comfortable with the \fB<whatever>\fP and
 
36
.\" \fI<whatever>\fP escape sequences to invode bold face and italics, 
 
37
.\" respectively.
 
38
.B Cryptonit
 
39
is copyright IDEALX 
 
40
.IR http://www.IDEALX.com,
 
41
for further informations, go to 
 
42
.IR http://www.cryptonit.org
 
43
.SH AUTHOR
 
44
This manual page was written by Nicolas Justin <nicolas.justin@idealx.com>.