Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/docs/csv2pskc.rst
blob: 1c82a9f25576408814a7cf1a62388ad7b6302f89 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
:orphan:

csv2pskc
========

Synopsis
--------

**csv2pskc** [*options*] [<*FILE*>]

Description
-----------

:program:`csv2pskc` reads a CSV file where the first line contains column
labels and following lines contain key information for one key per line.

Options
-------

.. program:: csv2pskc

.. option:: -h, --help

   Display usage summary.

.. option:: -V, --version

   Display version information.

.. option:: -o FILE, --output FILE

   By default :program:`csv2pskc` writes a PSKC file to stdout. This option
   can be used to save to a file instead.

.. option:: -p PASS/FILE, --password PASS/FILE, --passwd PASS/FILE

   Encrypt the PSKC file with the specified password. If the argument refers
   to a file the password is read from the file instead.

.. option:: -s KEY/FILE, --secret KEY/FILE

   A hex encoded encryption key or a file containing the binary key (raw
   data, not encoded).

.. option:: -e ENCODING, --secret-encoding ENCODING

   Specify the encoding to use for reading key material from the CSV file. By
   default HEX encoding is used. Valid encodings are: ``base32``, ``base64``
   or ``hex``.