2017-04-13 08:36:06 +00:00
|
|
|
zvault-genkey(1) -- Generate a new key pair
|
|
|
|
===========================================
|
|
|
|
|
|
|
|
## SYNOPSIS
|
|
|
|
|
|
|
|
`zvault genkey [OPTIONS] [FILE]`
|
|
|
|
|
|
|
|
|
|
|
|
## DESCRIPTION
|
|
|
|
|
|
|
|
This subcommand generates a new key pair, prints it to console and optionally
|
|
|
|
writes it to the given file `FILE`.
|
|
|
|
|
|
|
|
|
|
|
|
## OPTIONS
|
|
|
|
|
2017-05-17 06:58:54 +00:00
|
|
|
* `-p`, `--password <PASSWORD>`:
|
2017-05-08 13:11:07 +00:00
|
|
|
|
2017-05-17 06:58:54 +00:00
|
|
|
Derive the key pair from the given password instead of randomly creating it.
|
2017-05-08 13:11:07 +00:00
|
|
|
|
2017-04-13 08:36:06 +00:00
|
|
|
|
2017-05-17 06:58:54 +00:00
|
|
|
* `-q`, `--quiet`:
|
|
|
|
|
|
|
|
Print less information
|
|
|
|
|
|
|
|
|
|
|
|
* `-v`, `--verbose`:
|
|
|
|
|
|
|
|
Print more information
|
|
|
|
|
|
|
|
|
|
|
|
* `-h`, `--help`:
|
|
|
|
|
|
|
|
Prints help information
|
|
|
|
|
|
|
|
|
|
|
|
* `-V`, `--version`:
|
|
|
|
|
|
|
|
Prints version information
|
2017-04-13 08:36:06 +00:00
|
|
|
|
|
|
|
|
|
|
|
## COPYRIGHT
|
|
|
|
|
|
|
|
Copyright (C) 2017 Dennis Schwerdel
|
|
|
|
This software is licensed under GPL-3 or newer (see LICENSE.md)
|