File: stepic.1

package info (click to toggle)
stepic 0.3-4
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 100 kB
  • sloc: python: 168; makefile: 8
file content (44 lines) | stat: -rw-r--r-- 1,142 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
.\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.36.
.TH STEPIC "1" "November 2007" "stepic 0.3" "User Commands"
.SH NAME
stepic \- Python image steganography
.SH SYNOPSIS
.B stepic
[\fIoptions\fR]
.SH DESCRIPTION
Steganographically hide data in a bitmap\-style image, or read hidden data from
an image
.SH OPTIONS
.TP
\fB\-\-version\fR
show program's version number and exit
.TP
\fB\-h\fR, \fB\-\-help\fR
show this help message and exit
.HP
\fB\-\-debug\fR
.TP
\fB\-d\fR, \fB\-\-decode\fR
given an image, write out the hidden data file
.TP
\fB\-e\fR, \fB\-\-encode\fR
given an image and data file, write out a new image
file with the data hidden in it
.TP
\fB\-f\fR FORMAT, \fB\-\-format\fR=\fIFORMAT\fR
output image format (PNG recommended, defaults to
input format)
.TP
\fB\-i\fR FILE, \fB\-\-image\-in\fR=\fI=FILE\fR
read in image FILE for decoding or encoding
.TP
\fB\-t\fR FILE, \fB\-\-data\-in\fR=\fI=FILE\fR
read in data FILE for encoding
.TP
\fB\-o\fR FILE, \fB\-\-out\fR=\fI=FILE\fR
write out to FILE, data when decoding, image when
encoding
.SH EXAMPLES
Coming
.SH AUTHOR
Written by Lenny Domnitser <http://domnit.org/>