logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

pskc2pskc - Convert a PSKC file to standard format

Author

       Arthur de Jong

Description

pskc2pskc  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.

Name

       pskc2pskc - Convert a PSKC file to standard format

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
              provided as a hex-encoded value or point to a file that contains the binary value of the key.

Synopsis

pskc2pskc [options] <FILE>

See Also