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-sign - sign a file

Author

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

                                                                                                  py3rsa-sign(1)

Description

       Sign  a  file,  output  the signature. Choose the hash method from MD5, SHA-1, SHA-224, SHA-256, SHA-384,
       SHA-512

Name

py3rsa-sign - sign a file

Options

-h, --help
              show help message and exit

       -iINPUT, --input=INPUT
              name of the file to sign. read from stdin if not specified.

       -iOUTPUT, --output=OUTPUT
              name of the file to write the signature to. write to stdout if this option is not present.

       --keyform=KEYFORM
              key format of the private key - default PEM

Synopsis

py3rsa-sign [OPTION]... PRIVATE_KEYHASH_METHOD

See Also