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