pskc2pskc¶
Synopsis¶
pskc2pskc [options] <FILE>
Description¶
pskc2pskc reads a PSKC file in any of the supported formats, optionally decrypts any encrypted information and outputs a PSKC file in the RFC6030 format, optionally encrypting the file.
Options¶
-
-h,--help¶ Display usage summary.
-
-V,--version¶ Display version information.
-
-oFILE,--outputFILE¶ By default pskc2pskc writes a PSKC file to stdout. This option can be used to save to a file instead.
-
-pPASS/FILE,--passwordPASS/FILE,--passwdPASS/FILE¶ The password to use for decryption. If the argument refers to a file the password is read from the file instead.
-
-sKEY/FILE,--secretKEY/FILE¶ A hex encoded encryption key or a file containing the binary (raw data, not encoded) key used for decryption.
-
--new-passwordPASS/FILE,--new-passwdPASS/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).
-
--new-secretKEY/FILE¶ Ensure that the output PSKC file is encrypted with the specified key value. The key can be probded as a hex-encoded value or point to a file that contains the binary value of the key.