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

py3rsa-priv2pub - read a private key and output the corresponding public key

Author

py3rsa-priv2pub was written by Sybren A. Stuvel <sybren AT stuvel.eu>.

                                                                                              py3rsa-priv2pub(1)

Description

       Read  a  private  key and output the corresponding public key. Both private and public key use the format
       described in PKCS#1 v1.5

Name

py3rsa-priv2pub - read a private key and output the corresponding public key

Options

-h, --help
              show help message and exit

       -iINFILENAME, --input=INFILENAME
              input filename. Read from stdin if not specified

       -iOUTFILENAME, --output=OUTFILENAME
              output filename. write to stdout of not specified

       --inform=INFORM
              key format of input - default PEM

       --outform=OUTFORM
              key format of output - default PEM

Synopsis

py3rsa-priv2pub [OPTION]...

See Also