BSD 3 development
[unix-history] / usr / man / man1 / xsend.1
CommitLineData
55d2daee
BJ
1.TH XSEND 1
2.SH NAME
3xsend, xget, enroll \- secret mail
4.SH SYNOPSIS
5.B xsend
6person
7.br
8.B xget
9.br
10.B enroll
11.SH DESCRIPTION
12These commands implement a secure communication
13channel;
14it is like
15.IR mail (1),
16but no one can read the messages except the intended recipient.
17The method embodies a public-key cryptosystem using knapsacks.
18.PP
19To receive messages, use
20.IR enroll ;
21it asks you for a password that you must subsequently quote
22in order to receive secret mail.
23.PP
24To receive secret mail,
25use
26.IR xget .
27It asks for your password, then gives you the messages.
28.PP
29To send secret mail, use
30.IR xsend
31in the same manner as the ordinary mail command.
32(However, it will accept only one target).
33A message announcing the receipt of secret mail is also sent
34by ordinary mail.
35.SH FILES
36/usr/spool/secretmail/*.key: keys
37/usr/spool/secretmail/*.[0-9]: messages
38.SH SEE ALSO
39mail (1)
40.SH BUGS
41It should be integrated with ordinary mail.
42The announcement of secret mail makes traffic analysis possible.