psktool

Section: User Commands (1)
Updated: February 21st 2005
Index Return to Main Contents
 

NAME

psktool - Simple PSK password tool  

SYNOPSIS

psktool [options]  

DESCRIPTION

Very simple program that generates random keys for use with TLS-PSK. The keys are stored in hexadecimal format in a file.

 

OPTIONS

--keysize BYTES
specify the number of bytes of the key
-p, --passwd FILE
Specify a password file.
-u, --username username
Specify username.
-h, --help
Prints a short reminder of the command line options.
 

EXAMPLES

To create a passwd.psk with a user called test for use with gnuTLS run:

$ psktool --passwd /etc/passwd.psk -u test

 

AUTHOR

Nikos Mavroyanopoulos <nmav@gnutls.org> and others; see /usr/share/doc/gnutls-bin/AUTHORS for a complete list.


 

Index

NAME
SYNOPSIS
DESCRIPTION
OPTIONS
EXAMPLES
AUTHOR

This document was created by man2html, using the manual pages.
Time: 05:29:09 GMT, December 24, 2015