.\" Man page generated from reStructuredText. . . .nr rst2man-indent-level 0 . .de1 rstReportMargin \\$1 \\n[an-margin] level \\n[rst2man-indent-level] level margin: \\n[rst2man-indent\\n[rst2man-indent-level]] - \\n[rst2man-indent0] \\n[rst2man-indent1] \\n[rst2man-indent2] .. .de1 INDENT .\" .rstReportMargin pre: . RS \\$1 . nr rst2man-indent\\n[rst2man-indent-level] \\n[an-margin] . nr rst2man-indent-level +1 .\" .rstReportMargin post: .. .de UNINDENT . RE .\" indent \\n[an-margin] .\" old: \\n[rst2man-indent\\n[rst2man-indent-level]] .nr rst2man-indent-level -1 .\" new: \\n[rst2man-indent\\n[rst2man-indent-level]] .in \\n[rst2man-indent\\n[rst2man-indent-level]]u .. .TH "PSKC2PSKC" "1" "Sep 13, 2022" "1.2" "python-pskc" .SH NAME pskc2pskc \- Convert a PSKC file to standard format .SH SYNOPSIS .sp \fBpskc2pskc\fP [\fIoptions\fP] <\fIFILE\fP> .SH DESCRIPTION .sp \fBpskc2pskc\fP reads a PSKC file in any of the supported formats, optionally decrypts any encrypted information and outputs a PSKC file in the RFC 6030 format, optionally encrypting the file. .SH OPTIONS .INDENT 0.0 .TP .B \-h, \-\-help Display usage summary. .UNINDENT .INDENT 0.0 .TP .B \-V, \-\-version Display version information. .UNINDENT .INDENT 0.0 .TP .B \-o FILE, \-\-output FILE By default \fBpskc2pskc\fP writes a PSKC file to stdout. This option can be used to save to a file instead. .UNINDENT .INDENT 0.0 .TP .B \-p PASS/FILE, \-\-password PASS/FILE, \-\-passwd PASS/FILE The password to use for decryption. If the argument refers to a file the password is read from the file instead. .UNINDENT .INDENT 0.0 .TP .B \-s KEY/FILE, \-\-secret KEY/FILE A hex encoded encryption key or a file containing the binary (raw data, not encoded) key used for decryption. .UNINDENT .INDENT 0.0 .TP .B \-\-new\-password PASS/FILE, \-\-new\-passwd PASS/FILE Output an encrypted PSKC file that is protected with the specified password (or read the password from the file if a file argument was specified). .UNINDENT .INDENT 0.0 .TP .B \-\-new\-secret KEY/FILE Ensure that the output PSKC file is encrypted with the specified key value. The key can be provided as a hex\-encoded value or point to a file that contains the binary value of the key. .UNINDENT .SH AUTHOR Arthur de Jong .SH COPYRIGHT 2014-2022 Arthur de Jong .\" Generated by docutils manpage writer. .