freebsd-nq/crypto/heimdal/kdc/string2key.8

86 lines
2.7 KiB
Groff
Raw Normal View History

2011-10-05 07:23:29 +00:00
.\" Copyright (c) 2000 - 2002 Kungliga Tekniska Högskolan
.\" (Royal Institute of Technology, Stockholm, Sweden).
.\" All rights reserved.
2003-10-09 19:36:20 +00:00
.\"
2011-10-05 07:23:29 +00:00
.\" Redistribution and use in source and binary forms, with or without
.\" modification, are permitted provided that the following conditions
.\" are met:
2003-10-09 19:36:20 +00:00
.\"
2011-10-05 07:23:29 +00:00
.\" 1. Redistributions of source code must retain the above copyright
.\" notice, this list of conditions and the following disclaimer.
2003-10-09 19:36:20 +00:00
.\"
2011-10-05 07:23:29 +00:00
.\" 2. Redistributions in binary form must reproduce the above copyright
.\" notice, this list of conditions and the following disclaimer in the
.\" documentation and/or other materials provided with the distribution.
2003-10-09 19:36:20 +00:00
.\"
2011-10-05 07:23:29 +00:00
.\" 3. Neither the name of the Institute nor the names of its contributors
.\" may be used to endorse or promote products derived from this software
.\" without specific prior written permission.
2003-10-09 19:36:20 +00:00
.\"
2011-10-05 07:23:29 +00:00
.\" THIS SOFTWARE IS PROVIDED BY THE INSTITUTE AND CONTRIBUTORS ``AS IS'' AND
.\" ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
.\" IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
.\" ARE DISCLAIMED. IN NO EVENT SHALL THE INSTITUTE OR CONTRIBUTORS BE LIABLE
.\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
.\" $Id$
2001-02-13 16:46:19 +00:00
.\"
.Dd March 4, 2000
.Dt STRING2KEY 8
.Os HEIMDAL
.Sh NAME
.Nm string2key
2001-05-08 14:57:13 +00:00
.Nd map a password into a key
2001-02-13 16:46:19 +00:00
.Sh SYNOPSIS
.Nm
2011-10-05 07:23:29 +00:00
.Op Fl 5 | Fl Fl version5
.Op Fl 4 | Fl Fl version4
.Op Fl a | Fl Fl afs
2001-02-13 16:46:19 +00:00
.Oo Fl c Ar cell \*(Ba Xo
2011-10-05 07:23:29 +00:00
.Fl Fl cell= Ns Ar cell
2001-02-13 16:46:19 +00:00
.Xc
2001-06-21 02:12:07 +00:00
.Oc
2001-02-13 16:46:19 +00:00
.Oo Fl w Ar password \*(Ba Xo
2011-10-05 07:23:29 +00:00
.Fl Fl password= Ns Ar password
2001-02-13 16:46:19 +00:00
.Xc
2001-06-21 02:12:07 +00:00
.Oc
2001-02-13 16:46:19 +00:00
.Oo Fl p Ar principal \*(Ba Xo
2011-10-05 07:23:29 +00:00
.Fl Fl principal= Ns Ar principal
2001-02-13 16:46:19 +00:00
.Xc
2001-06-21 02:12:07 +00:00
.Oc
2001-02-13 16:46:19 +00:00
.Oo Fl k Ar string \*(Ba Xo
2011-10-05 07:23:29 +00:00
.Fl Fl keytype= Ns Ar string
2001-02-13 16:46:19 +00:00
.Xc
2001-06-21 02:12:07 +00:00
.Oc
2001-02-13 16:46:19 +00:00
.Ar password
.Sh DESCRIPTION
.Nm
performs the string-to-key function.
This is useful when you want to handle the raw key instead of the password.
Supported options:
.Bl -tag -width Ds
2011-10-05 07:23:29 +00:00
.It Fl 5 , Fl Fl version5
2001-02-13 16:46:19 +00:00
Output Kerberos v5 string-to-key
2011-10-05 07:23:29 +00:00
.It Fl 4 , Fl Fl version4
2001-02-13 16:46:19 +00:00
Output Kerberos v4 string-to-key
2011-10-05 07:23:29 +00:00
.It Fl a , Fl Fl afs
2001-02-13 16:46:19 +00:00
Output AFS string-to-key
2011-10-05 07:23:29 +00:00
.It Fl c Ar cell , Fl Fl cell= Ns Ar cell
2001-02-13 16:46:19 +00:00
AFS cell to use
2011-10-05 07:23:29 +00:00
.It Fl w Ar password , Fl Fl password= Ns Ar password
2001-02-13 16:46:19 +00:00
Password to use
2011-10-05 07:23:29 +00:00
.It Fl p Ar principal , Fl Fl principal= Ns Ar principal
2001-02-13 16:46:19 +00:00
Kerberos v5 principal to use
2011-10-05 07:23:29 +00:00
.It Fl k Ar string , Fl Fl keytype= Ns Ar string
2001-02-13 16:46:19 +00:00
Keytype
2011-10-05 07:23:29 +00:00
.It Fl Fl version
2001-02-13 16:46:19 +00:00
print version
2011-10-05 07:23:29 +00:00
.It Fl Fl help
2001-02-13 16:46:19 +00:00
.El