File: py3rsa-verify.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 (21 lines) | stat: -rw-r--r-- 706 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
.TH py3rsa\-verify 1
.SH NAME
\fBpy3rsa\-verify\fP \- verify a signature
.SH SYNOPSIS
\fBpy3rsa\-verify\fP [\fI\,OPTION\/\fR]... \fI\,PUBLIC_KEY SIGNATURE_FILE\/\fR
.SH DESCRIPTION
Verify a signature, exit with status 0 upon success, print an error message and exit with status 1 upon error.
.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 signed file to verify. Read from stdin if not specified.
.TP
\fB\-\-keyform=\fIKEYFORM\fR
key format of the public key \- default PEM
.SH EXIT STATUS
0 if signature can be verified, 1 otherwise.
.SH AUTHOR
\fB\,py3rsa\-verify\fR was written by Sybren A. Stuvel <sybren AT stuvel.eu>.