File: py3rsa-sign.1

package info (click to toggle)
python-rsa 4.9-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 248 kB
  • sloc: python: 1,204; makefile: 9
file content (22 lines) | stat: -rw-r--r-- 767 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
.TH py3rsa\-sign 1
.SH NAME
\fBpy3rsa\-sign\fP \- sign a file
.SH SYNOPSIS
\fBpy3rsa\-sign\fP [\fI\,OPTION\/\fR]... \fI\,PRIVATE_KEY HASH_METHOD\/\fR
.SH DESCRIPTION
Sign a file, output the signature. Choose the hash method from MD5, SHA\-1, SHA\-224, SHA\-256, SHA\-384, SHA\-512
.SH OPTIONS
.TP
\fB\-h\fR, \fB\-\-help\fR
show help message and exit
.TP
\fB\-i \fIINPUT\fR, \fB\-\-input=\fIINPUT\fR
name of the file to sign. read from stdin if not specified.
.TP
\fB\-i \fIOUTPUT\fR, \fB\-\-output=\fIOUTPUT\fR
name of the file to write the signature to. write to stdout if this option is not present.
.TP
\fB\-\-keyform=\fIKEYFORM\fR
key format of the private key \- default PEM
.SH AUTHOR
\fB\,py3rsa\-sign\fR was written by Sybren A. Stuvel <sybren AT stuvel.eu>.