1STRING2KEY(8) BSD System Manager's Manual STRING2KEY(8)
2
4 string2key — map a password into a key
5
7 string2key [-5 | --version5] [-4 | --version4] [-a | --afs] [-c cell |
8 --cell=cell] [-w password | --password=password] [-p principal
9 | --principal=principal] [-k string | --keytype=string]
10 password
11
13 string2key performs the string-to-key function. This is useful when you
14 want to handle the raw key instead of the password. Supported options:
15
16 -5, --version5
17 Output Kerberos v5 string-to-key
18
19 -4, --version4
20 Output Kerberos v4 string-to-key
21
22 -a, --afs
23 Output AFS string-to-key
24
25 -c cell, --cell=cell
26 AFS cell to use
27
28 -w password, --password=password
29 Password to use
30
31 -p principal, --principal=principal
32 Kerberos v5 principal to use
33
34 -k string, --keytype=string
35 Keytype
36
37 --version
38 print version
39
40 --help
41
42HEIMDAL March 4, 2000 HEIMDAL