Difference between revisions of "32v 1m xsend"

From Computer History Wiki
Jump to: navigation, search
(New page: XSEND, XGET, ENROLL(1)UNIX Programmer's ManualXSEND, XGET, ENROLL(1) == NAME == xsend, xget, enroll - secret mail == SYNOPSIS == xsend person xget enroll == DESCRI...)
 
 
Line 4: Line 4:
  
 
== NAME ==
 
== NAME ==
    xsend, xget, enroll - secret mail
+
xsend, xget, enroll - secret mail
  
 
== SYNOPSIS ==
 
== SYNOPSIS ==
    xsend person
+
xsend person
    xget
+
xget
    enroll
+
enroll
  
 
== DESCRIPTION ==
 
== DESCRIPTION ==
    These commands implement a secure communication channel; it
+
These commands implement a secure communication channel; it
    is like _m_a_i_l(1), but no one can read the messages except the
+
is like '''mail'''(1), but no one can read the messages except the
    intended recipient.  The method embodies a public-key cryp-
+
intended recipient.  The method embodies a public-key cryptosystem using knapsacks.
    tosystem using knapsacks.
 
  
    To receive messages, use _e_n_r_o_l_l; it asks you for a password
+
To receive messages, use '''enroll'''; it asks you for a password
    that you must subsequently quote in order to receive secret
+
that you must subsequently quote in order to receive secret
    mail.
+
mail.
  
    To receive secret mail, use _x_g_e_t.  It asks for your pass-
+
To receive secret mail, use '''xget'''.  It asks for your pass-
    word, then gives you the messages.
+
word, then gives you the messages.
  
    To send secret mail, use _x_s_e_n_d in the same manner as the
+
To send secret mail, use '''xsend''' in the same manner as the
    ordinary mail command.  (However, it will accept only one
+
ordinary mail command.  (However, it will accept only one
    target).  A message announcing the receipt of secret mail is
+
target).  A message announcing the receipt of secret mail is
    also sent by ordinary mail.
+
also sent by ordinary mail.
  
 
== FILES ==
 
== FILES ==
    /usr/spool/secretmail/*.key: keys
+
/usr/spool/secretmail/*.key: keys
    /usr/spool/secretmail/*.[0-9]: messages
+
/usr/spool/secretmail/*.[0-9]: messages
  
 
== SEE ALSO ==
 
== SEE ALSO ==
    [[32v 1m mail|mail (1)]]
+
[[32v 1m mail|mail (1)]]
  
 
== BUGS ==
 
== BUGS ==
    It should be integrated with ordinary mail.  The announce-
+
It should be integrated with ordinary mail.  The announcement of secret mail makes traffic analysis possible.
    ment of secret mail makes traffic analysis possible.
 
  
 
[[Category:32v man section 1]]
 
[[Category:32v man section 1]]

Latest revision as of 15:26, 27 October 2009

XSEND, XGET, ENROLL(1)UNIX Programmer's ManualXSEND, XGET, ENROLL(1)


NAME

xsend, xget, enroll - secret mail

SYNOPSIS

xsend person xget enroll

DESCRIPTION

These commands implement a secure communication channel; it is like mail(1), but no one can read the messages except the intended recipient. The method embodies a public-key cryptosystem using knapsacks.

To receive messages, use enroll; it asks you for a password that you must subsequently quote in order to receive secret mail.

To receive secret mail, use xget. It asks for your pass- word, then gives you the messages.

To send secret mail, use xsend in the same manner as the ordinary mail command. (However, it will accept only one target). A message announcing the receipt of secret mail is also sent by ordinary mail.

FILES

/usr/spool/secretmail/*.key: keys
/usr/spool/secretmail/*.[0-9]: messages

SEE ALSO

mail (1)

BUGS

It should be integrated with ordinary mail. The announcement of secret mail makes traffic analysis possible.