logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

string2key — map a password into a key

Description

string2key  performs  the  string-to-key  function.   This  is useful when you want to handle the raw key
       instead of the password.  Supported options:

       -5, --version5
               Output Kerberos v5 string-to-key

       -4, --version4
               Output Kerberos v4 string-to-key

       -a, --afs
               Output AFS string-to-key

       -ccell, --cell=cell
               AFS cell to use

       -wpassword, --password=password
               Password to use

       -pprincipal, --principal=principal
               Kerberos v5 principal to use

       -kstring, --keytype=string
               Keytype

       --version
               print version

       --help

HEIMDAL                                           March 4, 2000                                    STRING2KEY(8)

Name

       string2key — map a password into a key

Synopsis

string2key  [-5  |  --version5]  [-4  |  --version4]  [-a | --afs] [-ccell | --cell=cell] [-wpassword |
                  --password=password] [-pprincipal | --principal=principal]  [-kstring  |  --keytype=string]
                  password

See Also